Skip to content

Commit

Permalink
Update everest-testing/src/everest/testing/core_utils/controller/ever…
Browse files Browse the repository at this point in the history
…est_test_controller.py

Signed-off-by: Piet Gömpel <[email protected]>
  • Loading branch information
Pietfried authored May 8, 2024
1 parent 428c1bd commit 6c37b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def plug_in(self, connector_id=1):
def plug_in_ac_iso(self, connector_id=1):
self._mqtt_client.publish(
f"{self._mqtt_external_prefix}everest_external/nodered/{connector_id}/carsim/cmd/execute_charging_session",
f"sleep 1;iso_wait_slac_matched;iso_start_v2g_session AC;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 20;iso_stop_charging;iso_wait_v2g_session_stopped;unplug")
"sleep 1;iso_wait_slac_matched;iso_start_v2g_session AC;iso_wait_pwr_ready;iso_draw_power_regulated 16,3;sleep 20;iso_stop_charging;iso_wait_v2g_session_stopped;unplug")

def plug_out(self, connector_id=1):
self._mqtt_client.publish(
Expand Down

0 comments on commit 6c37b91

Please sign in to comment.