Zha integration not starting after upgrade firmware of conbee 2

Hi
My setup is:
windows 10
virtual box
conbee 2 zigbee .
I added the ZHA integration and added 43 devices .
I had some issues with it (usb sound of removing and adding device) So I decided to upgrade .
I used this doc:

and run it
here is the upgrade messages

C:\WINDOWS\system32>cd "C:\Program Files (x86)\deCONZ\bin"

C:\Program Files (x86)\deCONZ\bin>GCFFlasher -l
GCFFlasher V3_17 (c) dresden elektronik ingenieurtechnik gmbh
Path             | Vendor | Product | Serial     | Type
-----------------+--------+---------+------------+-------
\\.\COM4         | 0x1CF1 | 0x0030  | DE2286863  | ConBee II

C:\Program Files (x86)\deCONZ\bin> GCFFlasher -d COM4 -t 60 -f deCONZ_ConBeeII_0x26780700.bin.GCF
GCFFlasher V3_17 (c) dresden elektronik ingenieurtechnik gmbh
Reboot device COM4 (ConBee II)
deCONZ firmware version 26720700
R21B18 Bootloader
Vers: 2.07
build: Jun 17 2019
flashing 163230 bytes: |==============================|
verify: .
SUCCESS
Wait 10 seconds until application starts
retry, failed

C:\Program Files (x86)\deCONZ\bin>


This is the file I use to flash
deCONZ_ConBeeII_0x26780700.bin.GCF

When sarting HA I see the usb stick as hardware on the vm
but the integration doesn’t start
here is the log

022-11-18 10:06:46.041 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 172, in async_initialize
2022-11-18 10:06:51.020 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 172, in async_initialize
2022-11-18 10:06:56.045 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 172, in async_initialize
2022-11-18 10:06:56.050 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II for zha
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:172
First occurred: 2:42:17 PM (2 occurrences)
Last logged: 2:42:58 PM

Error setting up entry ConBee II for zha
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/config_entries.py", line 365, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry
    await zha_gateway.async_initialize()
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
    raise exc
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 144, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 80, in connect
    self.version = await api.version()
  File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/api.py", line 457, in version
    (self._proto_ver,) = await self.read_parameter(
  File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/api.py", line 422, 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 306, 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

I tried restart HA ,host machine and remove the stick with no success
Please help

I have the same problem. Raspberry pi 4 using the latest version in a container

Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:172
First occurred: 8:30:11 PM (2 occurrences)
Last logged: 8:31:23 PM

Error setting up entry ConBee II - /dev/ttyACM0, s/n: DE2656448 - dresden elektronik ingenieurtechnik GmbH - 1CF1:0030 for zha
Error setting up entry ConBee II, s/n: DE2656448 - dresden elektronik ingenieurtechnik GmbH for zha
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 365, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/zha/init.py”, line 112, in async_setup_entry
await zha_gateway.async_initialize()
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 185, in async_initialize
raise exc
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 172, in async_initialize
self.application_controller = await app_controller_cls.new(
File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 144, in new
await app.startup(auto_form=auto_form)
File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 125, in startup
await self.initialize(auto_form=auto_form)
File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 110, in initialize
await self.permit(0)
File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 932, in permit
await zigpy.zdo.broadcast(
File “/usr/local/lib/python3.10/site-packages/zigpy/device.py”, line 516, in broadcast
return await app.broadcast(
File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 747, in broadcast
await self.send_packet(
File “/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py”, line 419, in send_packet
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to deliver packet: <TXStatus.MAC_CHANNEL_ACCESS_FAILURE: 225>

I have the exact same problem. Got my brand new ConBee II stick today. Connected it, ZHA integration was auto-detected. I try to configure it and I get the below error in logs. I also tried to flash the stick to latest available firmware but the same issue persists. Tried different USB ports, rebooting my Rpi to no avail. Some help would be really appreciated.

2022-11-19 17:52:35.447 INFO (SyncWorker_1) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2022-11-19 17:53:55.363 INFO (MainThread) [homeassistant.setup] Setting up zha
2022-11-19 17:53:55.364 INFO (MainThread) [homeassistant.setup] Setup of domain zha took 0.0 seconds
2022-11-19 17:53:56.694 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 172, in async_initialize
2022-11-19 17:54:00.108 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 172, in async_initialize
2022-11-19 17:54:03.462 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 172, in async_initialize
2022-11-19 17:54:03.466 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II for zha
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
2022-11-19 17:54:41.853 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [548287326160] Received unknown command: zha/configuration
2022-11-19 17:54:41.854 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [548287326160] Received unknown command: zha/network/settings

I posted a query regarding this in HA Discord and some guys there very very helpful. They gave a hint that this is most likely because of interference. Posting some of the messages here for details. As per the hint I moved the Rpi running HA to a separate room with very few other devices that could interfere with the signal and vola, configuring ZHA worked like a charm! Hope this helps someone coming across this thread.

MAC_CHANNEL_ACCESS_FAILURE means the Conbee is experiencing so much interference that it won’t transmit data. Put it on a USB 2.0 extension cable and move it away from SSDs, USB 3.0 ports, SBCs, etc.

I usually use a three or five foot extender. Is it near any other 2.4GHz mesh networking equipment? Power supplies? Motherboard IO panels? Bluetooth? The Conbee is (sometimes annoyingly) sensitive so it just needs to be placed correctly.

Why did it start to act up only after the latest update? Mine is already in a 1.5 meter USB extension.

That is strange. For me, it didn’t work with the firmware update of the stick. I tried several locations in my home and I could only get it to work in very few locations. Even if there is a power strip or a router close by I couldn’t get it to work. It seems to be extremely sensitive. Maybe my case was a bit different.