diff --git a/packages/modules/internal_chargepoint_handler/pro_plus.py b/packages/modules/internal_chargepoint_handler/pro_plus.py index 9d5ed31333..6854a6d399 100644 --- a/packages/modules/internal_chargepoint_handler/pro_plus.py +++ b/packages/modules/internal_chargepoint_handler/pro_plus.py @@ -26,7 +26,7 @@ def __init__(self, local_charge_point_num: int, except KeyError: raise KeyError("Warten auf Versionsinformationen") - super().__init__(OpenWBPro(configuration=OpenWBProConfiguration(ip_address="192.168.192.50"))) + super().__init__(OpenWBPro(id=hierarchy_id, configuration=OpenWBProConfiguration(ip_address="192.168.192.50"))) self.set_internal_context_handlers(hierarchy_id, internal_cp) def get_values(self, phase_switch_cp_active: bool, last_tag: str) -> ChargepointState: