Skip to content

Commit 6e2c5e3

Browse files
committed
Debug
1 parent 20e7942 commit 6e2c5e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

plugwise/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ async def connect(self) -> Version | None:
121121
# Determine smile specifics
122122
await self._smile_detect(result, dsmrmain)
123123

124+
LOGGER.debug("HOI gateway_id: %s", self.gateway_id)
125+
124126
self._smile_api = (
125127
SmileAPI(
126128
self._request,

plugwise/smile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,7 @@ def get_all_gateway_entities(self) -> None:
13491349
Finally, collect the data and states for each entity.
13501350
"""
13511351
self._all_appliances()
1352+
LOGGER.debug("HOI gateway_id: %s", self.gateway_id)
13521353
if self._is_thermostat:
13531354
self.therms_with_offset_func = (
13541355
self._get_appliances_with_offset_functionality()

0 commit comments

Comments
 (0)