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 7ffd7da commit 84ec2d1Copy full SHA for 84ec2d1
plugwise/helper.py
@@ -865,6 +865,8 @@ def _rank_thermostat(
865
if thermo_matching[appl_class] > self._thermo_locs[loc_id]["primary_prio"]:
866
# Demote former primary
867
if (tl_primary:= self._thermo_locs[loc_id]["primary"]):
868
+ LOGGER.debug("HOI 3 tl_primary: %s", tl_primary)
869
+ LOGGER.debug("HOI 4 secondary: %s", self._thermo_locs[loc_id]["secondary"])
870
self._thermo_locs[loc_id]["secondary"].add(tl_primary)
871
872
# Crown primary
0 commit comments