Hello,
Since 1 week my cc2531 stick stops working. I don’t know what the error logs means.
Anyone knows what to do?
It gives me this error:
Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:173
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 21:09:09 (7 occurrences)
Last logged: 21:15:42
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 530, in _skip_bootloader
result = await responses.get()
File “/usr/local/lib/python3.9/asyncio/queues.py”, line 166, in get
await getter
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 173, 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 165, in _startup
await znp.connect()
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 572, in connect
self.capabilities = (await self._skip_bootloader()).Capabilities
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 530, in _skip_bootloader
result = await responses.get()
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