Unable to add ConBee II to deCONZ and therefor deCONZ cant be started

Hy i have a strange issue, ConBee worked quite well the other day.

-Made a Software Update.
-Turned my Homeassistant (on Raspberry 4) of an hour after the update because the fan is very loud.
-went to bed.

The next morning ConBee II wasnt there anymore and i cant connect to it anymore.

When i unplug and plug it again Homeassistant discoveres a Zigbee device.

But i cant add the Zigbee device and cant configure deconz with that device.

This screenshot is one of the rare moments this device shows up. Most of the time its just the device in line one. Which in my opinion is rhe wrong one because its shown as Rasbee in phoscon app.

I installed deconz on windows10 and pluged conbee to the usb port and its like it is toggling on and of when i try to select it in the configuration.

Did you click “Firmware update”?

Hy i did a firmware update in phoscon app at the time the ConBee Stick was visible. Yes

At the moment the stick is not visible long enought to click firmware update anywhere.

You need to update the firmware manually. The HA addon somehow doesn’t work with firmware updates.

Follow that on Windows and you should be good to go.

1 Like

Thx, that helped me a bit further. But now there is a new Problem. After startup there are 4 errors and warnings.

Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:152
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 22:22:46 (6 occurrences)
Last logged: 22:25:27

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 492, in wait_for
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 152, 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 67, in startup
self.version = await self._api.version()
File “/usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py”, line 463, in version
(self._proto_ver,) = await self[NetworkParameter.protocol_version]
File “/usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py”, line 428, in read_parameter
r = await self._command(Command.read_parameter, 1 + len(data), param, data)
File “/usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py”, line 313, in _command
return await asyncio.wait_for(fut, timeout=COMMAND_TIMEOUT)
File “/usr/local/lib/python3.9/asyncio/tasks.py”, line 494, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError

Logger: zigpy.application
Source: /usr/local/lib/python3.9/site-packages/zigpy/application.py:73
First occurred: 22:22:46 (9 occurrences)
Last logged: 22:29:33

Couldn’t start application

Logger: zigpy_deconz.api
Source: /usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py:315
First occurred: 22:22:46 (9 occurrences)
Last logged: 22:29:33

No response to ‘Command.read_parameter’ command with seq id ‘0x02’

Logger: homeassistant.config_entries
Source: config_entries.py:344
First occurred: 22:22:46 (1 occurrences)
Last logged: 22:22:46

Config entry ‘ConBee II - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2478552-if00, s/n: DE2478552 - dresden elektronik ingenieurtechnik GmbH - 1CF1:0030’ for zha integration not ready yet; Retrying in background

Do you have any idea what that is about?

This looks like it’s about zha?

Hy there, yes it is aproblem with ZHA.
Do you have any idea how to fix this.
There is a second unpknown device in zha.

We aren’t providing help for ZHA here as we don’t develop it nor have anything to do with it :sweat_smile:

Understood, :stuck_out_tongue: Thank you for your help. I figured the problem out but without your starting point i wouldn’t have.