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,32 @@
description: SIL simulator for YETI hardware v1.0
config:
connector_id:
description: Connector id of the evse manager to which this simulator is connected to
type: integer
reset_powermeter_on_session_start:
description: Reset absolute powermeter readings to zero when CP changes from state A to B
type: boolean
default: true
provides:
powermeter:
interface: powermeter
description: provides the Yeti Internal Power Meter
board_support:
interface: evse_board_support
description: provides the EVSE board support Interface to low level control pilot, relais, rcd, motor lock
ev_board_support:
interface: ev_board_support
description: provides the EV board support Interface to low level control pilot, relais, rcd
rcd:
interface: ac_rcd
description: Interface for the simulated AC RCD
connector_lock:
interface: connector_lock
description: Interface for the simulated Connector lock
enable_external_mqtt: true
enable_telemetry: true
metadata:
license: https://opensource.org/licenses/Apache-2.0
authors:
- Cornelius Claussen
- Tobias Marzell (Pionix GmbH)