I’ve had intermittent issues with ZHA using a ConBee II stick but it was working fine until I just updated Core from 2022.4.6 to 2022.4.7
After a restart, none of my Zigbee devices were available. Okay, did the usual - reboot host then shutdown host and reseated USB…nothing.
I had considered a move to Zigbee2MQTT last time this happened so I disabled ZHA, installed Zigbee2MQTT and, once I figured out the config, actually got that up and running. But I think I need ZHA up to be able to unpair devices so I uninstalled Zigbee2MQTT and have restarted HA multiple times and keep getting the same message in Configuration - Settings: Zigbee Failed to Setup
I tried one more thing - replacing the Zigbee.db file with one from January just in case but that didn’t help either.
Any suggestions on getting it to work?
Log:
Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:182
First occurred: 6:45:57 PM (1 occurrences)
Last logged: 6:45:57 PM
Error setting up entry Zigbee for zha
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/zha/init.py”, line 102, in async_setup_entry
await zha_gateway.async_initialize()
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 182, 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 81, in startup
await self.form_network()
File “/usr/local/lib/python3.9/site-packages/zigpy_deconz/zigbee/application.py”, line 199, in form_network
raise Exception(“Could not form network.”)
Exception: Could not form network.