Hi,
After restarting HA, all the zigbee devices (sensors) which are connected to Conbee ii stick, went unavailable.
This is the log:
Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:170
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 9:22:11 PM (4 occurrences)
Last logged: 9:23:03 PM
Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 170, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 119, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 66, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 91, in connect
self.version = await api.version()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/api.py", line 481, in version
(self._proto_ver,) = await self[NetworkParameter.protocol_version]
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/api.py", line 446, in read_parameter
r = await self._command(Command.read_parameter, 1 + len(data), param, data)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/api.py", line 331, in _command
return await asyncio.wait_for(fut, timeout=COMMAND_TIMEOUT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
And thatās not the first time that itās happening.
Iām running HA on a VM on Windows 10.