diff --git a/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py b/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py index 6142fab488..8c004ca50a 100644 --- a/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py +++ b/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py @@ -110,7 +110,6 @@ def update_state(self, data: InternalChargepoint, heartbeat_expired: bool) -> No pub.pub_single( f"openWB/set/internal_chargepoint/{self.cp_module.local_charge_point_num}/data/trigger_phase_switch", False) - pub_single(f"openWB/set/chargepoint/{self.hierarchy_id}/set/current", payload=data.phases_to_use) if data.cp_interruption_duration > 0: self.__thread_cp_interruption(data.cp_interruption_duration)