ZHA + Conbee2 no setup possible

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

Looks like the conbeeII is not ready/answering. Do you have Dezonz add-on or integration installed? It should not be installed if using ZHA

I had deconz running in a separate container, but removed it

Make sure:

  1. That you don’t have modem manager installed
  2. That the ConBee is on a short (0.5m to 2m) USB extension cable, and well away from any computers/WiFi devices

I’ve disabled ModemManager but still the same error…

Connected it USB3 no more troubles… ok why not