I am using ZHA with ConBee 2 stick and i have suddenly got a error here after a restart of HA
2020-08-11 12:26:30 ERROR (MainThread) [zigpy.application] Couldn't start application
2020-08-11 12:26:30 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II, s/n: DE2217263 - dresden elektronik ingenieurtechnik GmbH for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 219, in async_setup
result = await component.async_setup_entry( # type: ignore
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 100, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 146, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.8/site-packages/zigpy/application.py", line 65, in new
await app.startup(auto_form)
File "/usr/local/lib/python3.8/site-packages/zigpy_deconz/zigbee/application.py", line 79, in startup
await self.form_network()
File "/usr/local/lib/python3.8/site-packages/zigpy_deconz/zigbee/application.py", line 103, in form_network
raise Exception("Could not form network.")
Exception: Could not form network.
Have anybody seen this, everything has been tried, usb paths are all correct, integration has been removed and added.