You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some errors logged when I change low and max set points from a NSPanel. Setpoints do change, so not sure why it's logged. Perhaps that's why the UI updates so slow in HA?
Debug log
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:698
First occurred: 10:40:55 (3 occurrences)
Last logged: 10:45:54
Update for climate.tap_water fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 698, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 959, in async_device_update
await self.async_update()
File "/config/custom_components/thermiagenesis/climate.py", line 234, in async_update
await self.coordinator.wantsRefresh(self.kind)
File "/config/custom_components/thermiagenesis/__init__.py", line 130, in wantsRefresh
await self.coordinator.async_request_refresh()
^^^^^^^^^^^^^^^^
AttributeError: 'ThermiaGenesisDataUpdateCoordinator' object has no attribute 'coordinator'
The text was updated successfully, but these errors were encountered:
Version of the custom_component
0.0.10
Describe the bug
Some errors logged when I change low and max set points from a NSPanel. Setpoints do change, so not sure why it's logged. Perhaps that's why the UI updates so slow in HA?
Debug log
The text was updated successfully, but these errors were encountered: