Skip to content

Commit d04f272

Browse files
committed
More debug
1 parent 86a9485 commit d04f272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ def _get_location_data(self, loc_id: str) -> DeviceData:
161161
Provide device-data, based on Location ID (= loc_id).
162162
"""
163163
climate = self.climate_data[loc_id]
164+
LOGGER.debug("HOI 2 climate: %s", climate)
164165
data = self._get_climate_data(loc_id)
165-
LOGGER.debug("HOI 2 climate: %s", data)
166+
LOGGER.debug("HOI 2 data: %s", data)
166167
if ctrl_state := self._control_state(loc_id):
167168
data["control_state"] = ctrl_state
168169
self._count += 1

0 commit comments

Comments
 (0)