Just installed a bunch of new Zigbee devices, powered off HA, switched from USB-port power to the official RPi PSU, restarted HA and ZHA failed to start.
Have I fried my Raspbee2 while switching PSUs? Can I check if the Raspbee is alive somehow? … help? :-/
Log of ZHA:
2023-01-10 20:33:57.463 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration pid_controller which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-10 20:33:57.466 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-10 20:33:59.621 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2023-01-10 20:33:59.665 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=24 from 2023-01-09 21:00:10.197996)
2023-01-10 20:34:21.776 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
2023-01-10 20:34:21.810 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 174, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 169, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
2023-01-10 20:34:35.297 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
2023-01-10 20:34:35.308 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 174, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 169, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
2023-01-10 20:34:48.768 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
2023-01-10 20:34:48.781 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 174, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 169, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
2023-01-10 20:34:48.786 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry for zha
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 141, in change_loop
await asyncio.sleep(CHANGE_NETWORK_WAIT)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 605, in sleep
return await future
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 116, in start_network
await self._change_network_state(NetworkState.CONNECTED)
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 144, in _change_network_state
await asyncio.wait_for(change_loop(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 382, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 111, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 189, in async_initialize
raise exc
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 174, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 169, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 146, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 122, in initialize
await self.start_network()
File "/usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py", line 118, in start_network
raise FormationFailure() from e
zigpy.exceptions.FormationFailure
HA Info: