We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cffa09 commit 1487964Copy full SHA for 1487964
plugwise/common.py
@@ -229,9 +229,10 @@ def _get_groups(self) -> dict[str, GwEntityData]:
229
locator = f'logs/point_log[type="{measurement}"]/period/measurement'
230
if (group_meas_loc := group.find(locator)) is not None:
231
common_match_cases(measurement, attrs, group_meas_loc, groups[group_id])
232
+ self._count += 1
233
- LOGGER.debug("HOI groups-id: %s", groups[group_id])
234
235
+ LOGGER.debug("HOI groups: %s", groups)
236
return groups
237
238
def _get_lock_state(
0 commit comments