From d967fd4bcf3600282dcf65f9e44523ff777ab437 Mon Sep 17 00:00:00 2001 From: ndrsnhs Date: Wed, 17 Dec 2025 09:07:07 +0100 Subject: [PATCH] fix modbus id --- packages/modules/devices/kostal/kostal_plenticore/bat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modules/devices/kostal/kostal_plenticore/bat.py b/packages/modules/devices/kostal/kostal_plenticore/bat.py index bec16469fe..5065a75174 100644 --- a/packages/modules/devices/kostal/kostal_plenticore/bat.py +++ b/packages/modules/devices/kostal/kostal_plenticore/bat.py @@ -60,7 +60,7 @@ def update(self) -> None: # Timeout kann im Kostal UI geƤndert werden. Standardwert 30s def set_power_limit(self, power_limit: Optional[int]) -> None: - unit = self.device_config.configuration.modbus_id + unit = self.modbus_id log.debug(f'last_mode: {self.last_mode}') if power_limit is None: