- 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
29 lines
899 B
YAML
29 lines
899 B
YAML
description: SIL Implementation of an Over voltage monitor for DC charging
|
|
provides:
|
|
main:
|
|
interface: over_voltage_monitor
|
|
description: Main interface for the OVM
|
|
config:
|
|
simulate_error_shutdown:
|
|
description: Set to true to simulate an error shutdown during charging
|
|
type: boolean
|
|
default: false
|
|
simulate_emergency_shutdown:
|
|
description: Set to true to simulate an emergency shutdown during charging
|
|
type: boolean
|
|
default: false
|
|
simulate_error_delay:
|
|
description: Simulate over voltage error N seconds after start of charging
|
|
type: integer
|
|
default: 5
|
|
requires:
|
|
power_supply:
|
|
interface: power_supply_DC
|
|
min_connections: 0
|
|
max_connections: 1
|
|
enable_external_mqtt: true
|
|
metadata:
|
|
license: https://opensource.org/licenses/Apache-2.0
|
|
authors:
|
|
- Cornelius Claussen (Pionix GmbH)
|