I‘m trying to add my Conbee2 Stick to HA via ZHA. HA is running in a docker-compose in privileged mode on a Ubuntu Server. I’ve not mentioned the ttyUSB in my config as it seems not necessary. Any ideas?
Unfortunately I always get these errors:
Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:173
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 07:44:11 (2 occurrences)
Last logged: 07:44:18
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.9/asyncio/tasks.py", line 490, 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 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_deconz/zigbee/application.py", line 84, in startup
self.version = await self._api.version()
File "/usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py", line 465, in version
(self._firmware_version,) = await self._command(Command.version, 0)
File "/usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py", line 314, in _command
return await asyncio.wait_for(fut, timeout=COMMAND_TIMEOUT)
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 492, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
And
Config entry 'ConBee II - /dev/ttyACM0, s/n:xxx - dresden elektronik ingenieurtechnik GmbH - xxx' for zha integration not ready yet; Retrying in background