Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error logging, but still seems to work okay #259

Open
Floppe opened this issue Jan 10, 2024 · 0 comments
Open

Error logging, but still seems to work okay #259

Floppe opened this issue Jan 10, 2024 · 0 comments

Comments

@Floppe
Copy link
Contributor

Floppe commented Jan 10, 2024

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


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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant