Skip to content

Commit c9dce3e

Browse files
authored
pro plus: fix wrong chargepoint id (#3092)
1 parent 4792850 commit c9dce3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/modules/internal_chargepoint_handler

packages/modules/internal_chargepoint_handler/pro_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, local_charge_point_num: int,
2626
except KeyError:
2727
raise KeyError("Warten auf Versionsinformationen")
2828

29-
super().__init__(OpenWBPro(configuration=OpenWBProConfiguration(ip_address="192.168.192.50")))
29+
super().__init__(OpenWBPro(id=hierarchy_id, configuration=OpenWBProConfiguration(ip_address="192.168.192.50")))
3030
self.set_internal_context_handlers(hierarchy_id, internal_cp)
3131

3232
def get_values(self, phase_switch_cp_active: bool, last_tag: str) -> ChargepointState:

0 commit comments

Comments
 (0)