- 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
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
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)
|