We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de40f3c + cfa5d02 commit 6392c2eCopy full SHA for 6392c2e
packages/modules/devices/kostal/kostal_plenticore/bat.py
@@ -60,7 +60,7 @@ def update(self) -> None:
60
# Timeout kann im Kostal UI geändert werden. Standardwert 30s
61
62
def set_power_limit(self, power_limit: Optional[int]) -> None:
63
- unit = self.device_config.configuration.modbus_id
+ unit = self.modbus_id
64
log.debug(f'last_mode: {self.last_mode}')
65
66
if power_limit is None:
0 commit comments