-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZHA Fails to load after 2025.1 update. #134691
Comments
Hey there @dmulcahey, @Adminiuga, @puddly, @TheJulianJES, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zha documentation |
Same as #134686. We hope to get a fix ready for the next patch release. |
I get the above errors and following error when trying to reconfigure radio, 2025-01-05 01:36:57.069 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Sonoff Zigbee 3.0 USB Dongle Plus V2 for zha During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I have a similar error: Error setting up entry Sonoff Zigbee 3.0 USB Dong - /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3a3242b26429ec11b9c66f7840c9ce8d-if00-port0, s/n: 3a3242b26429ec11b9c66f7840c9ce8d - ITead - 10C4:EA60 for zha |
2025-01-05 13:35:29.805 WARNING (MainThread) [homeassistant.helpers.frame] Detected that integration 'zha' calls |
The problem
After updating to 2025.1 my ZHA does not load and I no longer can control my lights or curtains :/
What version of Home Assistant Core has the issue?
2025.1
What was the last working version of Home Assistant Core?
2024.12
What type of installation are you running?
Home Assistant Core
Integration causing the issue
ZHA
Link to integration documentation on our website
No response
Diagnostics information
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: 17:03:42 (1 occurrences)
Last logged: 17:03:42
Error setting up entry Sonoff Zigbee 3.0 USB Dongle Plus, s/n: baf6432d539cec119ee6654d73138bba - ITead for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/init.py", line 132, in async_setup_entry
async with radio_mgr.connect_zigpy_app() as app:
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/contextlib.py", line 214, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 182, in connect_zigpy_app
app = await self.radio_type.controller.new(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
app_config, auto_form=False, start_radio=False
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 239, in new
await app._load_db()
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 111, in _load_db
await self._dblistener.load()
File "/usr/local/lib/python3.13/site-packages/zigpy/appdb.py", line 684, in load
device = zigpy.quirks.get_device(device)
File "/usr/local/lib/python3.13/site-packages/zigpy/quirks/init.py", line 43, in get_device
return _DEVICE_REGISTRY.get_device(device)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zigpy/quirks/registry.py", line 130, in get_device
return quirk_entry.create_device(device)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zigpy/quirks/v2/init.py", line 430, in create_device
return CustomDeviceV2(device.application, device.ieee, device.nwk, device, self)
File "/usr/local/lib/python3.13/site-packages/zigpy/quirks/v2/init.py", line 91, in init
add_meta(self)
~~~~~~~~^^^^^^
File "/usr/local/lib/python3.13/site-packages/zigpy/quirks/v2/init.py", line 164, in call
endpoint: Endpoint = device.endpoints[self.endpoint_id]
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 2
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: