core: After update to 2022.8.2 ZHA Integration stopped working

The problem

I can not use the ZHA integration anymore.

Log gives the following `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.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/components/zha/core/gateway.py”, line 170, in async_initialize self.application_controller = await app_controller_cls.new( File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 118, in new await app.startup(auto_form=auto_form) File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 70, in startup await self.load_network_info(load_devices=False) File “/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py”, line 258, in load_network_info (ieee,) = await self._api[NetworkParameter.mac_address] File “/usr/local/lib/python3.10/site-packages/zigpy_deconz/api.py”, line 446, 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 331, 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`

What version of Home Assistant Core has the issue?

2022.8.2

What was the last working version of Home Assistant Core?

2022.8.1

What type of installation are you running?

Home Assistant OS

Integration causing the issue

zha

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zha/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 2
  • Comments: 34 (18 by maintainers)

Most upvoted comments

@Guenni75 ZHA and deCONZ cannot both be running at the same time. If you’re using deCONZ, remove ZHA.

The log was a bit too long to post here. I can mail it to you or send it via Discord if you’re on the HA channel?