Skip to content

Commit 3a47928

Browse files
committed
Debug
1 parent 95007a6 commit 3a47928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ def _scan_thermostats(self) -> None:
799799
the result to update the device_class of secondary thermostats.
800800
"""
801801
self._thermo_locs = self._match_locations()
802+
LOGGER.debug("HOI 1 thermo_locs: %s", self._thermo_locs)
802803

803804
thermo_matching: dict[str, int] = {
804805
"thermostat": 2,
@@ -811,6 +812,7 @@ def _scan_thermostats(self) -> None:
811812
for dev_id, device in self.gw_devices.items():
812813
self._rank_thermostat(thermo_matching, loc_id, dev_id, device)
813814

815+
LOGGER.debug("HOI 2 thermo_locs: %s", self._thermo_locs)
814816
# Update secondary thermostat class where needed
815817
for dev_id, device in self.gw_devices.items():
816818
if (loc_id := device["location"]) in self._thermo_locs:

0 commit comments

Comments
 (0)