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 69cf6e6 commit 6fdc495Copy full SHA for 6fdc495
plugwise/data.py
@@ -190,12 +190,11 @@ def _get_entity_data(self, entity_id: str) -> GwEntityData:
190
data = self._get_measurement_data(entity_id)
191
192
# Check availability of wired-connected entities
193
- # Smartmeter
+ # Smartmeter entity:
194
self._check_availability(
195
entity, "smartmeter", data, "P1 does not seem to be connected"
196
)
197
-
198
- # OpenTherm entity
+ # OpenTherm entity:
199
if entity["name"] != "OnOff":
200
201
entity, "heater_central", data, "no OpenTherm communication"
0 commit comments