Skip to content

Commit

Permalink
Bump libiso15118 version + change car_simulator to ev_manager in config
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Lukas <[email protected]>
  • Loading branch information
SebaLukas committed May 10, 2024
1 parent a38b8e2 commit be33a5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/config-dash-20-sil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ active_modules:
slac:
module: JsSlacSimulator
imd:
module: JsIMDSimulator
car_simulator:
module: JsCarSimulator
module: IMDSimulator
ev_manager:
module: JsEvManager
config_module:
connector_id: 1
auto_enable: true
auto_exec: true
auto_exec_commands: sleep 3;iso_wait_slac_matched;iso_start_v2g_session ExternalPayment,DC_extended;iso_wait_pwr_ready;iso_wait_for_stop 15;iso_wait_v2g_session_stopped;unplug;
auto_exec_commands: sleep 3;iso_wait_slac_matched;iso_start_v2g_session DC_extended;iso_wait_pwr_ready;iso_wait_for_stop 15;iso_wait_v2g_session_stopped;unplug;
dc_target_current: 20
dc_target_voltage: 400
connections:
simulation_control:
ev_board_support:
- module_id: yeti_driver
implementation_id: yeti_simulation_control
implementation_id: ev_board_support
ev:
- module_id: iso15118_car
implementation_id: ev
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ libfsm:
# D20Evse module
libiso15118:
git: https://github.com/EVerest/libiso15118.git
git_tag: d5a3c4d
git_tag: v0.1.0
# options: ['ISO15118_LINK_CUSTOM_MBEDTLS OFF']

# LEM DCBM 400/600 module
Expand Down

0 comments on commit be33a5d

Please sign in to comment.