Conbee 2 not initialising after restart

Hi,

I bought a Conbee 2 for Home Assistant a few weeks ago. It worked fine until the first Home Assistant update but since then after I restart HA it doesn’t initialise. I need to uninstall Zigbee Home Automation and restart for it to appear again. When I do this, all my devices lose their names. Anyone know why this is happening?

After normal restart:

After deleting ZHA and restarting:

Log:

2023-04-01 10:39:25.260 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

2023-04-01 10:39:30.375 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

2023-04-01 10:39:35.424 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

2023-04-01 10:39:35.427 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 122, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 200, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

Playing around here I discovered that migrating the radio and selecting the serial port device seems to get it working again without having to delete ZHA. So the problem may be related to not being able to find the device at startup.

Incase someone else has this problem, I solved it. In my case I had ZHA and Deconz installed. I uninstalled Deconz and now it works after a restart.