Skip to content

Commit 43d5de6

Browse files
committed
Debug
1 parent 634ba61 commit 43d5de6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from plugwise.constants import (
1111
ADAM,
1212
ANNA,
13+
LOGGER,
1314
MAX_SETPOINT,
1415
MIN_SETPOINT,
1516
NONE,
@@ -306,6 +307,7 @@ def _get_anna_control_state(self, data: GwEntityData) -> None:
306307
data["control_state"] = "idle"
307308
self._count += 1
308309
for entity in self.gw_entities.values():
310+
LOGGER.debug("HOI entity = %s", entity)
309311
if entity["dev_class"] != "heater_central":
310312
continue
311313

0 commit comments

Comments
 (0)