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 51ced41 commit a441b8cCopy full SHA for a441b8c
plugwise/common.py
@@ -212,7 +212,7 @@ def _get_groups(self) -> dict[str, GwEntityData]:
212
members.append(item.attrib["id"])
213
214
group_sensors = {}
215
- group_logs = group.findall("logs")
+ group_logs = group.findall("logs/point_log")
216
for log in group_logs:
217
LOGGER.debug("HOI log: %s", etree.tostring(log))
218
log_type = log.find("type").text
0 commit comments