- 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
638 B
YAML
29 lines
638 B
YAML
settings:
|
|
telemetry_enabled: false
|
|
active_modules:
|
|
bsp_1:
|
|
module: evse_board_support_API
|
|
config_module:
|
|
cfg_communication_check_to_s: 0
|
|
cfg_heartbeat_interval_ms: 1000
|
|
ovm_1:
|
|
module: over_voltage_monitor_API
|
|
config_module:
|
|
cfg_communication_check_to_s: 0
|
|
cfg_heartbeat_interval_ms: 1000
|
|
|
|
bsp_ui:
|
|
module: BUEvseBoardSupport
|
|
standalone: true
|
|
connections:
|
|
bsp:
|
|
- module_id: bsp_1
|
|
implementation_id: main
|
|
ovm_ui:
|
|
module: BUOverVoltageMonitor
|
|
standalone: true
|
|
connections:
|
|
ovm:
|
|
- module_id: ovm_1
|
|
implementation_id: main
|