Hi all, I am having also problems since I migrated to 2021.2.1
my configuration is:
Version: core-2021.2.3
Docker 20.10.0
OS Ubuntu 20.04.1 LTS
the log shows repeated errors like this:
021-02-23 23:06:01 WARNING (bellows.thread_0) [bellows.uart] Reset future is None
2021-02-23 23:06:02 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2021-02-23 23:06:03 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ThreadsafeProxy.__getattr__.<locals>.func_wrapper.<locals>.check_result_wrapper() at /usr/local/lib/python3.8/site-packages/bellows/thread.py:97
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/site-packages/bellows/thread.py", line 98, in check_result_wrapper
result = call()
File "/usr/local/lib/python3.8/site-packages/bellows/ezsp/__init__.py", line 254, in frame_received
self._protocol(data)
File "/usr/local/lib/python3.8/site-packages/bellows/ezsp/protocol.py", line 102, in __call__
frame_name = self.COMMANDS_BY_ID[frame_id][0]
KeyError: 520
2021-02-23 23:06:03 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ThreadsafeProxy.__getattr__.<locals>.func_wrapper.<locals>.check_result_wrapper() at /usr/local/lib/python3.8/site-packages/bellows/thread.py:97
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/site-packages/bellows/thread.py", line 98, in check_result_wrapper
result = call()
File "/usr/local/lib/python3.8/site-packages/bellows/ezsp/__init__.py", line 254, in frame_received
self._protocol(data)
File "/usr/local/lib/python3.8/site-packages/bellows/ezsp/protocol.py", line 102, in __call__
frame_name = self.COMMANDS_BY_ID[frame_id][0]
KeyError: 520
2021-02-23 23:06:12 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EZSP is not running
2021-02-23 23:06:20 ERROR (bellows.thread_0) [bellows.uart] Lost serial connection: read failed: socket disconnected
2021-02-23 23:06:20 ERROR (MainThread) [bellows.ezsp] NCP entered failed state. Requesting APP controller restart
2021-02-23 23:06:22 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EZSP is not running
2021-02-23 23:06:23 WARNING (bellows.thread_0) [bellows.uart] Reset future is None
2021-02-23 23:06:25 WARNING (bellows.thread_0) [bellows.uart] Reset future is None
2021-02-23 23:06:26 INFO (SyncWorker_0) [wiserHeatingAPI.wiserHub] Updating Wiser Hub Data
2021-02-23 23:06:32 ERROR (bellows.thread_0) [bellows.uart] Lost serial connection: read failed: socket disconnected
2021-02-23 23:06:32 ERROR (MainThread) [bellows.ezsp] NCP entered failed state. Requesting APP controller restart
2021-02-23 23:06:32 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EZSP is not running
2021-02-23 23:06:33 WARNING (bellows.thread_0) [bellows.uart] Reset future is None
2021-02-23 23:06:42 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EZSP is not running
2021-02-23 23:06:44 ERROR (bellows.thread_0) [bellows.uart] Lost serial connection: read failed: socket disconnected
2021-02-23 23:06:44 ERROR (MainThread) [bellows.ezsp] NCP entered failed state. Requesting APP controller restart
2021-02-23 23:06:45 WARNING (bellows.thread_0) [bellows.uart] Reset future is None
2021-02-23 23:06:45 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ThreadsafeProxy.__getattr__.<locals>.func_wrapper.<locals>.check_result_wrapper() at /usr/local/lib/python3.8/site-packages/bellows/thread.py:97
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/site-packages/bellows/thread.py", line 98, in check_result_wrapper
result = call()
File "/usr/local/lib/python3.8/site-packages/bellows/ezsp/__init__.py", line 254, in frame_received
self._protocol(data)
File "/usr/local/lib/python3.8/site-packages/bellows/ezsp/protocol.py", line 102, in __call__
frame_name = self.COMMANDS_BY_ID[frame_id][0]
KeyError: 520
2021-02-23 23:06:49 ERROR (MainThread) [custom_components.wiser.const] Unable to update from Wiser hub due to unknown error
2021-02-23 23:07:07 INFO (MainThread) [bellows.zigbee.application] EZSP Radio manufacturer:
2021-02-23 23:07:07 INFO (MainThread) [bellows.zigbee.application] EZSP Radio board name:
2021-02-23 23:07:07 INFO (MainThread) [bellows.zigbee.application] EmberZNet version: 6.7.6.0 build 327
2021-02-23 23:07:13 INFO (MainThread) [bellows.zigbee.application] Node type: EmberNodeType.COORDINATOR, Network parameters: EmberNetworkParameters(extendedPanId=cc:cc:cc:cc:dc:12:cf:a4, panId=0x0fa4, radioTxPower=20, radioChannel=11, joinMethod=<EmberJoinMethod.USE_MAC_ASSOCIATION: 0>, nwkManagerId=0x0000, nwkUpdateId=0, channels=<Channels.ALL_CHANNELS: 134215680>)
2021-02-23 23:07:17 INFO (MainThread) [zigpy.application] Device 0x0000 (60:a4:23:ff:fe:1d:47:91) joined the network
after a few hours the errors become more frequent and the devices start to be un-responsive or they disconnect. restarting HA core will restore the situation to normal.
i have now to restart once or twice a day.
can anybody help?
thank you