hi,
i have HASSIO on NUC. After some time of using it without problems today after restart i got configuration error regarding ZHA. Logs below.
Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:152
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 14:23:48 (4 occurrences)
Last logged: 14:26:10
Couldn’t start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 888, in request_callback_rsp return await callback_rsp
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 152, in async_initialize self.application_controller = await app_controller_cls.new(
File “/usr/local/lib/python3.9/site-packages/zigpy/application.py”, line 69, in new await app.startup(auto_form)
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 152, in startup return await self._startup(
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 243, in _startup await self._znp.request_callback_rsp(
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 888, in request_callback_rsp return await callback_rsp
File “/usr/local/lib/python3.9/site-packages/async_timeout/init.py”, line 129, in aexit self._do_exit(exc_type)
File “/usr/local/lib/python3.9/site-packages/async_timeout/init.py”, line 212, in _do_exit raise asyncio.TimeoutError asyncio.exceptions.TimeoutError
anyone can help me? what is wrong?