diff --git a/packages/modules/common/store/_inverter.py b/packages/modules/common/store/_inverter.py index d52c5a6750..d7e28a996c 100644 --- a/packages/modules/common/store/_inverter.py +++ b/packages/modules/common/store/_inverter.py @@ -50,7 +50,6 @@ def fix_hybrid_values(self, state: InverterState) -> InverterState: for c in children: if c.get("type") == "bat": hybrid.append(f'bat{c["id"]}') - break if len(hybrid): for bat in hybrid: bat_get = data.data.bat_data[bat].data.get