Skip to content

Commit

Permalink
Fix the commands that are sent from the simulator
Browse files Browse the repository at this point in the history
This fixes the second issue in
US-JOET/base-camp#153 (comment)
by making the nodered consistent with
EVerest/everest-core@993a60c

- we pass in `ac` or `dc` as the energy type
- we add in the payment method, which we will plumb through in the next commit
- we change the mqtt toptic, also consistent with the commit above

Signed-off-by: Shankari <[email protected]>
  • Loading branch information
shankari committed Jun 12, 2024
1 parent 946fbb1 commit bdf9654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodered/config/config-sil-iso15118-ac-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@
"height": 0,
"passthru": true,
"decouple": "false",
"topic": "everest_external/nodered/carsim/#/cmd/enable",
"topic": "everest_external/nodered/#/carsim/cmd/enable",
"topicType": "str",
"style": "",
"onvalue": "true",
Expand Down Expand Up @@ -2093,12 +2093,12 @@
"options": [
{
"label": "AC ISO15118-2",
"value": "sleep 1;iso_wait_slac_matched;iso_start_v2g_session ExternalPayment,AC_three_phase_core;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000#iso_stop_charging;iso_wait_v2g_session_stopped;unplug#iso_pause_charging;iso_wait_for_resume#iso_start_bcb_toogle 3;iso_wait_pwm_is_running;iso_start_v2g_session ExternalPayment,AC_three_phase_core;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000",
"value": "sleep 1;iso_wait_slac_matched;iso_start_v2g_session externalpayment,ac;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000#iso_stop_charging;iso_wait_v2g_session_stopped;unplug#iso_pause_charging;iso_wait_for_resume#iso_start_bcb_toogle 3;iso_wait_pwm_is_running;iso_start_v2g_session ExternalPayment,AC_three_phase_core;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000",
"type": "str"
},
{
"label": "AC ISO15118-2 Plug&Charge",
"value": "sleep 1;iso_wait_slac_matched;iso_start_v2g_session contract,AC_three_phase_core;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000#;iso_stop_charging;iso_wait_v2g_session_stopped;unplug#iso_pause_charging;iso_wait_for_resume#iso_start_bcb_toogle 3;iso_wait_pwm_is_running;iso_start_v2g_session contract,AC_three_phase_core;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000",
"value": "sleep 1;iso_wait_slac_matched;iso_start_v2g_session contract,ac;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000#;iso_stop_charging;iso_wait_v2g_session_stopped;unplug#iso_pause_charging;iso_wait_for_resume#iso_start_bcb_toogle 3;iso_wait_pwm_is_running;iso_start_v2g_session contract,AC_three_phase_core;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 36000",
"type": "str"
}
],
Expand Down

0 comments on commit bdf9654

Please sign in to comment.