Issue with deCONZ - timeouts (I think)

I’ve been using deCONZ for automation for reading sensors with homeassistant on a pi4. For some reason I’m getting timeouts; any ideas? Error log from HA here:


Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:201
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 18:38:47 (1 occurrences)
Last logged: 18:38:47

Couldn’t start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)
Traceback (most recent call last):
File “/usr/local/lib/python3.11/site-packages/zigpy_deconz/api.py”, line 313, in _command
return await fut
^^^^^^^^^
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 201, in async_initialize
await self.application_controller.startup(auto_form=True)
File “/usr/local/lib/python3.11/site-packages/zigpy/application.py”, line 198, in startup
await self.initialize(auto_form=auto_form)
File “/usr/local/lib/python3.11/site-packages/zigpy/application.py”, line 117, in initialize
await self.load_network_info(load_devices=False)
File “/usr/local/lib/python3.11/site-packages/zigpy_deconz/zigbee/application.py”, line 297, in load_network_info
(network_info.pan_id,) = await self._api[NetworkParameter.nwk_panid]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/zigpy_deconz/api.py”, line 430, in read_parameter
r = await self._command(Command.read_parameter, 1 + len(data), param, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/zigpy_deconz/api.py”, line 312, in _command
async with asyncio_timeout(COMMAND_TIMEOUT):
File “/usr/local/lib/python3.11/asyncio/timeouts.py”, line 111, in aexit
raise TimeoutError from exc_val
TimeoutError

I m seing error about zigpy or zha, nothing about deconz ?

Isn’t this th same as HomeAssistant: Automations involving DeCONZ get stuck ever since Core 2023.8 (or 2023.7.3) - #8 by Robban

Thanks all. Rolling back the core version sorted it all. It’s how I fixed it last time I broke it too.

No that is some ZHA stuff