Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
description: Implementation of a programmable power supply for DC charging
|
||||
provides:
|
||||
main:
|
||||
interface: power_supply_DC
|
||||
description: Main interface for the power supply
|
||||
config:
|
||||
bidirectional:
|
||||
description: Set to true for bidirectional supply
|
||||
type: boolean
|
||||
default: true
|
||||
max_power:
|
||||
description: Max supported power in watt
|
||||
type: number
|
||||
default: 150000
|
||||
nominal_max_export_power:
|
||||
description: Nominal max export power in watt
|
||||
type: number
|
||||
default: 150000
|
||||
nominal_max_import_power:
|
||||
description: Nominal max import power in watt
|
||||
type: number
|
||||
default: 150000
|
||||
min_voltage:
|
||||
description: Min supported voltage
|
||||
type: number
|
||||
default: 200.0
|
||||
max_voltage:
|
||||
description: Max supported voltage
|
||||
type: number
|
||||
default: 900.0
|
||||
nominal_min_voltage:
|
||||
description: Nominal min supported voltage
|
||||
type: number
|
||||
default: 200.0
|
||||
nominal_max_voltage:
|
||||
description: Nominal max supported voltage
|
||||
type: number
|
||||
default: 900.0
|
||||
min_current:
|
||||
description: Min supported current
|
||||
type: number
|
||||
default: 1.0
|
||||
max_current:
|
||||
description: Max supported current
|
||||
type: number
|
||||
default: 200.0
|
||||
nominal_min_current:
|
||||
description: Nominal min supported current
|
||||
type: number
|
||||
default: 1.0
|
||||
nominal_max_current:
|
||||
description: Nominal max supported current
|
||||
type: number
|
||||
default: 200.0
|
||||
powermeter:
|
||||
interface: powermeter
|
||||
description: Power meter interface for simulation
|
||||
metadata:
|
||||
license: https://opensource.org/licenses/Apache-2.0
|
||||
authors:
|
||||
- Cornelius Claussen (Pionix GmbH)
|
||||
- Fabian Hartung (chargebyte GmbH)
|
||||
- Mohannad Oraby (chargebyte GmbH)
|
||||
- Sebastian Lukas (Pionix GmbH)
|
||||
Reference in New Issue
Block a user