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
2021-07-25 22:22:27 ERROR (MainThread) [custom_components.intellicenter.pyintellicenter.protocol] PROTOCOL: heartbeat missed, closing connection
2021-07-25 22:22:27 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback _SelectorSocketTransport._call_connection_lost(None)
Traceback (most recent call last):
File "/usr/local/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/usr/local/lib/python3.8/asyncio/selector_events.py", line 970, in _call_connection_lost
super()._call_connection_lost(exc)
File "/usr/local/lib/python3.8/asyncio/selector_events.py", line 728, in _call_connection_lost
self._protocol.connection_lost(exc)
File "/config/custom_components/intellicenter/pyintellicenter/protocol.py", line 68, in connection_lost
self._controller.connection_lost(exc)
File "/config/custom_components/intellicenter/pyintellicenter/controller.py", line 133, in connection_lost
self.stop() # should that be a cleanup instead?
File "/config/custom_components/intellicenter/pyintellicenter/controller.py", line 165, in stop
request.cancel()
AttributeError: 'NoneType' object has no attribute 'cancel'
After this, the integration is "dead" and won't pass any values to the controller or receive any updates. I have to restart HA to get it working again. This seems to be happening about once a week for me.
The text was updated successfully, but these errors were encountered:
I get that error all the time! I also get this one:
Logger: custom_components.intellicenter.pyintellicenter.controller
Source: custom_components/intellicenter/pyintellicenter/controller.py:480
Integration: Pentair IntelliCenter (documentation, issues)
First occurred: February 5, 2022, 6:00:22 PM (38 occurrences)
Last logged: 9:36:54 AM
Both of those errors render the integration dead. Most of the time I can reload the integration and that will fix it, but occasionally I have to fully restart HA to get everything back.
Log entries:
After this, the integration is "dead" and won't pass any values to the controller or receive any updates. I have to restart HA to get it working again. This seems to be happening about once a week for me.
The text was updated successfully, but these errors were encountered: