Skip to content

Commit

Permalink
First draft of new BSP interface. SIL is working,
Browse files Browse the repository at this point in the history
all other BSP drivers are broken for now.

add publish of capabilities for runtime changes

add MREC fault types for EvseManager and bsp interface

add more specific error codes for connector lock.

support A_63_3ph_70_1ph

add separate pp_ampacity var

add draft for connector lock interface

Allow non IEC compliant EVs to pause/resume

Start adding error definitions. SIL is still waiting for JS support for errors

Add errors for evse_manager

allow resume charging after everest restart

remove extra stop power on unplug. This may lead to a short pause state if C->A happens without going through B

move connector_type into hw_caps

Simulation works again. Errors can be set from nodered. Handling of errors still broken

charging continues once all faults are cleared

adapt to new iso interface

Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen committed Dec 13, 2023
1 parent cf68de5 commit dea0de0
Show file tree
Hide file tree
Showing 71 changed files with 3,113 additions and 1,326 deletions.
1 change: 0 additions & 1 deletion config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ generate_config_run_script(CONFIG sil-dc-sae-v2g)
generate_config_run_script(CONFIG sil-dc-sae-v2h)
generate_config_run_script(CONFIG sil-two-evse-dc)
generate_config_run_script(CONFIG sil-energy-management)
generate_config_run_script(CONFIG hil)
generate_config_run_script(CONFIG sil-gen-pm)
generate_config_run_script(CONFIG sil-ocpp)
generate_config_run_script(CONFIG sil-ocpp-custom-extension)
Expand Down
105 changes: 0 additions & 105 deletions config/config-hil.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions config/config-sil-dc-sae-v2g.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ active_modules:
module: JsDCSupplySimulator
yeti_driver:
module: JsYetiSimulator
config_module:
connector_id: 1
slac:
module: JsSlacSimulator
imd:
Expand Down
2 changes: 2 additions & 0 deletions config/config-sil-dc-sae-v2h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ active_modules:
module: JsDCSupplySimulator
yeti_driver:
module: JsYetiSimulator
config_module:
connector_id: 1
slac:
module: JsSlacSimulator
imd:
Expand Down
3 changes: 2 additions & 1 deletion config/config-sil-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ active_modules:
config_module:
connector_id: 1
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*1
evse_id_din: 49A80737A45678
session_logging: true
Expand Down Expand Up @@ -50,6 +49,8 @@ active_modules:
module: JsDCSupplySimulator
yeti_driver:
module: JsYetiSimulator
config_module:
connector_id: 1
slac:
module: JsSlacSimulator
imd:
Expand Down
6 changes: 4 additions & 2 deletions config/config-sil-energy-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*1
session_logging: true
session_logging_xml: false
Expand Down Expand Up @@ -48,7 +47,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*2
session_logging: true
session_logging_xml: false
Expand All @@ -65,8 +63,12 @@ active_modules:
implementation_id: powermeter
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac:
module: JsSlacSimulator
car_simulator_1:
Expand Down
6 changes: 4 additions & 2 deletions config/config-sil-ocpp-custom-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: "1"
session_logging: true
session_logging_xml: false
Expand Down Expand Up @@ -48,7 +47,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: "2"
session_logging: true
session_logging_xml: false
Expand All @@ -71,8 +69,12 @@ active_modules:
implementation_id: charger
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac:
module: JsSlacSimulator
car_simulator_1:
Expand Down
4 changes: 4 additions & 0 deletions config/config-sil-ocpp-pnc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@ active_modules:
implementation_id: charger
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac:
module: JsSlacSimulator
car_simulator_1:
Expand Down
6 changes: 4 additions & 2 deletions config/config-sil-ocpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: "1"
session_logging: true
session_logging_xml: false
Expand Down Expand Up @@ -49,7 +48,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: "2"
session_logging: true
session_logging_xml: false
Expand All @@ -73,8 +71,12 @@ active_modules:
implementation_id: charger
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac:
module: JsSlacSimulator
car_simulator_1:
Expand Down
6 changes: 4 additions & 2 deletions config/config-sil-ocpp201.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: "1"
session_logging: true
session_logging_xml: false
Expand Down Expand Up @@ -48,7 +47,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: "2"
session_logging: true
session_logging_xml: false
Expand All @@ -71,8 +69,12 @@ active_modules:
implementation_id: charger
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac:
module: JsSlacSimulator
car_simulator_1:
Expand Down
6 changes: 4 additions & 2 deletions config/config-sil-two-evse-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ active_modules:
config_module:
connector_id: 1
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*1
evse_id_din: 49A80737A45678
session_logging: true
Expand Down Expand Up @@ -52,7 +51,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*2
session_logging: true
session_logging_xml: false
Expand All @@ -69,8 +67,12 @@ active_modules:
implementation_id: powermeter
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac_1:
module: JsSlacSimulator
powersupply_dc:
Expand Down
6 changes: 4 additions & 2 deletions config/config-sil-two-evse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*1
session_logging: true
session_logging_xml: false
Expand Down Expand Up @@ -48,7 +47,6 @@ active_modules:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
evse_id: DE*PNX*E12345*2
session_logging: true
session_logging_xml: false
Expand All @@ -65,8 +63,12 @@ active_modules:
implementation_id: powermeter
yeti_driver_1:
module: JsYetiSimulator
config_module:
connector_id: 1
yeti_driver_2:
module: JsYetiSimulator
config_module:
connector_id: 2
slac:
module: JsSlacSimulator
car_simulator_1:
Expand Down
7 changes: 6 additions & 1 deletion config/config-sil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ active_modules:
connection_timeout: 10
prioritize_authorization_over_stopping_transaction: true
selection_algorithm: FindFirst
ignore_connector_faults: true
connections:
evse_manager:
- implementation_id: evse
Expand Down Expand Up @@ -62,7 +63,6 @@ active_modules:
max_current_export_A: 32
payment_enable_contract: true
payment_enable_eim: true
rcd_enabled: true
session_logging: true
session_logging_path: /tmp/everest-logs
session_logging_xml: false
Expand All @@ -80,6 +80,9 @@ active_modules:
slac:
- implementation_id: evse
module_id: slac
ac_rcd:
- implementation_id: rcd
module_id: connector_1_powerpath
module: EvseManager
telemetry:
id: 1
Expand Down Expand Up @@ -158,6 +161,8 @@ active_modules:
connections: {}
module: DummyTokenValidator
connector_1_powerpath:
config_module:
connector_id: 1
connections: {}
module: JsYetiSimulator
telemetry:
Expand Down
Loading

0 comments on commit dea0de0

Please sign in to comment.