Hi,
I just set up HA for the first time a few days ago, which still was Core 2021.7.1. I set up the ConBee II stick and paired a Zigbee enabled lamp (Paul Neuhaus Q LED panel), which worked fine - I could turn it on and off, change colors, etc.
I then updated to 2021.7.2 and the stick stopped working and the integration showed an error. I reinstalled everything from scratch today with the same results.
Hardware is an ODROID N2+ 4 GB model with a 64 GB SanDisk Extreme SD Card and the data partition moved to an external Samsung EVO 970 256 GB SSD.
This is the error from the log:
2021-07-14 17:25:44 ERROR (MainThread) [zigpy.application] Couldn't start application
2021-07-14 17:25:44 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II, s/n: XXXXXXXXX - dresden elektronik ingenieurtechnik GmbH for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 293, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
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 152, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.9/site-packages/zigpy/application.py", line 74, in new
await app.startup(auto_form)
File "/usr/local/lib/python3.9/site-packages/zigpy_deconz/zigbee/application.py", line 80, in startup
await self.form_network()
File "/usr/local/lib/python3.9/site-packages/zigpy_deconz/zigbee/application.py", line 151, in form_network
raise Exception("Could not form network.")
Exception: Could not form network.