Hi everyone,
since the OS update published yesterday, ZHA setup fails with the error message below. Any ideas? Thanks. Ike.
Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:205
First occurred: 14:10:28 (1 occurrences)
Last logged: 14:10:28
Error setting up entry ZHA for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
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 205, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 216, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 191, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 161, in initialize
results = await self.energy_scan(
File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 688, in energy_scan
results = await self._ezsp.startScan(
File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 191, in _list_command
v = await fut
asyncio.exceptions.CancelledError