We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4792850 commit c9dce3eCopy full SHA for c9dce3e
1 file changed
packages/modules/internal_chargepoint_handler/pro_plus.py
@@ -26,7 +26,7 @@ def __init__(self, local_charge_point_num: int,
26
except KeyError:
27
raise KeyError("Warten auf Versionsinformationen")
28
29
- 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")))
30
self.set_internal_context_handlers(hierarchy_id, internal_cp)
31
32
def get_values(self, phase_switch_cp_active: bool, last_tag: str) -> ChargepointState:
0 commit comments