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:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

View File

@@ -0,0 +1,28 @@
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)