Hi. I migrated my HA from an RPi to a mini PC. ZigBee has stopped working since. It says Failed to setup and when I check the logs, this is what I am seeing:
Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:205
First occurred: 8:39:42 AM (3 occurrences)
Last logged: 8:57:52 AM
Error setting up entry SkyConnect Multi-PAN for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 388, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 138, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 220, in async_initialize
raise exc
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
self.application_controller = await app_controller_cls.new(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 219, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 193, in startup
await self.connect()
File "/usr/local/lib/python3.11/site-packages/bellows/zigbee/application.py", line 133, in connect
self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/bellows/ezsp/__init__.py", line 167, in initialize
await ezsp._startup_reset()
File "/usr/local/lib/python3.11/site-packages/bellows/ezsp/__init__.py", line 158, in _startup_reset
await self.reset()
File "/usr/local/lib/python3.11/site-packages/bellows/ezsp/__init__.py", line 187, in reset
await self._gw.reset()
TimeoutError
I’ve had issues with Zigbee but generally reloading the integration used to work; not any more. Not sure what to do to get this working and not having to reconfigure the 20+ devices. Any help would be appreciated
Yes. Add-ons running and I can’t determine if what it is saying at the end is an error or expected:
2023-09-05 09:59:51 homeassistant universal_silabs_flasher.flasher[181] INFO Probing ApplicationType.GECKO_BOOTLOADER at 115200 baud
2023-09-05 09:59:53 homeassistant universal_silabs_flasher.flasher[181] INFO Probing ApplicationType.CPC at 460800 baud
2023-09-05 09:59:53 homeassistant universal_silabs_flasher.flasher[181] INFO Detected ApplicationType.CPC, version '4.3.1' at 460800 baudrate (bootloader baudrate None)
2023-09-05 09:59:53 homeassistant universal_silabs_flasher.flash[181] INFO Firmware version '4.3.1' is flashed, not re-installing
s6-rc: info: service universal-silabs-flasher successfully started
s6-rc: info: service cpcd-config: starting
[09:59:53] INFO: Using known baudrate of 460800 for cpcd!
[09:59:54] INFO: Generating cpcd configuration.
s6-rc: info: service cpcd-config successfully started
s6-rc: info: service cpcd: starting
[09:59:54] INFO: Starting cpcd...
WARNING in function 'main' in file /usr/src/cpc-daemon/main.c at line #186 : Running CPCd as 'root' is not recommended. Proceed at your own risk.
s6-rc: info: service cpcd successfully started
s6-rc: info: service zigbeed: starting
s6-rc: info: service otbr-agent: starting
s6-rc: info: service zigbeed successfully started
[09:59:54] INFO: Starting zigbeed...
[09:59:54] INFO: Setup OTBR firewall...
[09:59:54] INFO: Starting otbr-agent...
otbr-agent[301]: [NOTE]-AGENT---: Running 0.3.0
otbr-agent[301]: [NOTE]-AGENT---: Thread version: 1.3.0
otbr-agent[301]: [NOTE]-AGENT---: Thread interface: wpan0
otbr-agent[301]: [NOTE]-AGENT---: Radio URL: spinel+cpc://cpcd_0?iid=2&iid-list=0
otbr-agent[301]: [NOTE]-ILS-----: Infra link selected: enp1s0
otbr-agent[301]: 49d.18:24:10.603 [C] Platform------: mCpcBusSpeed = 115200
[09:59:54:201226] Info : [CPCd v4.3.1.0] [Library API v3] [RCP Protocol v4]
[09:59:54:201256] Info : Git commit: 133b29678b3d0bc7578e098d2f46b4d5bcd2ebb4 / branch:
[09:59:54:201258] Info : Sources hash: ff8300587e7e4ab1def7a89a272c0baef32f9eb3bff9b0ba06b94e655d652367
[09:59:54:201259] WARNING : In function 'main' in file /usr/src/cpc-daemon/main.c at line #186 : Running CPCd as 'root' is not recommended. Proceed at your own risk.
[09:59:54:201266] Info : Reading cli arguments
[09:59:54:201269] Info : /usr/local/bin/cpcd
[09:59:54:202032] Info : Reading configuration
[09:59:54:202035] Info : file_path = /usr/local/etc/cpcd.conf
[09:59:54:202036] Info : instance_name = cpcd_0
[09:59:54:202036] Info : socket_folder = /dev/shm
[09:59:54:202037] Info : operation_mode = MODE_NORMAL
[09:59:54:202037] Info : use_encryption = false
[09:59:54:202038] Info : binding_key_file = /etc/binding-key.key
[09:59:54:202038] Info : stdout_tracing = false
[09:59:54:202039] Info : file_tracing = false
[09:59:54:202039] Info : lttng_tracing = false
[09:59:54:202040] Info : enable_frame_trace = false
[09:59:54:202040] Info : traces_folder = /dev/shm/cpcd-traces
[09:59:54:202040] Info : bus = UART
[09:59:54:202041] Info : uart_baudrate = 460800
[09:59:54:202041] Info : uart_hardflow = true
[09:59:54:202042] Info : uart_file = /dev/ttyUSB1
[09:59:54:202042] Info : fu_recovery_pins_enabled = false
[09:59:54:202043] Info : fu_connect_to_bootloader = false
[09:59:54:202043] Info : fu_enter_bootloader = false
[09:59:54:202044] Info : restart_cpcd = false
[09:59:54:202044] Info : application_version_validation = false
[09:59:54:202045] Info : print_secondary_versions_and_exit = false
[09:59:54:202045] Info : use_noop_keep_alive = false
[09:59:54:202045] Info : reset_sequence = true
[09:59:54:202046] Info : stats_interval = 0
[09:59:54:202046] Info : rlimit_nofile = 2000
[09:59:54:202047] Info : ENCRYPTION IS DISABLED
[09:59:54:202047] Info : Starting daemon in normal mode
[09:59:54:213080] Info : Connecting to Secondary...
[09:59:54:293449] Info : RX capability is 256 bytes
[09:59:54:293474] Info : Connected to Secondary
[09:59:54:296791] Info : Secondary Protocol v4
[09:59:54:303803] Info : Secondary CPC v4.3.1
[09:59:54:307271] Info : Secondary bus bitrate is 460800
[09:59:54:314291] Info : Secondary APP vUNDEFINED
[09:59:54:314438] Info : Daemon startup was successful. Waiting for client connections
[09:59:54:734860] Info : New client connection using library v4.3.1.0
[09:59:54:738192] Info : Opened connection socket for ep#12
[09:59:54:738242] Info : Endpoint socket #12: Client connected. 1 connections
[09:59:55:600496] Info : New client connection using library v4.3.1.0
[09:59:55:605541] Info : Endpoint socket #12: Client connected. 2 connections
otbr-agent[301]: 00:00:00.109 [N] RoutingManager: BR ULA prefix: fdb9:3fb4:e66b::/48 (loaded)
otbr-agent[301]: 00:00:00.109 [N] RoutingManager: Local on-link prefix: fda8:fde9:ba0a:be1b::/64
otbr-agent[301]: 00:00:00.133 [N] Mle-----------: Role disabled -> detached
otbr-agent[301]: 00:00:00.138 [N] Platform------: [netif] Changing interface state to up.
s6-rc: info: service otbr-agent successfully started
s6-rc: info: service otbr-agent-rest-discovery: starting
[09:59:57] INFO: Successfully sent discovery information to Home Assistant.
s6-rc: info: service otbr-agent-rest-discovery successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Listening on port 9999 for connection...
Accepting connection.
otbr-agent[301]: 00:00:25.971 [N] Mle-----------: RLOC16 a400 -> fffe
otbr-agent[301]: 00:00:25.975 [W] Platform------: [netif] Failed to process request#5: Unknown error -95
otbr-agent[301]: 00:00:26.332 [N] Mle-----------: Attach attempt 1, AnyPartition reattaching with Active Dataset
otbr-agent[301]: 00:00:32.834 [N] RouterTable---: Allocate router id 41
otbr-agent[301]: 00:00:32.835 [N] Mle-----------: RLOC16 fffe -> a400
otbr-agent[301]: 00:00:32.838 [N] Mle-----------: Role detached -> leader
otbr-agent[301]: 00:00:32.839 [N] Mle-----------: Partition ID 0x7e66ca4e
otbr-agent[301]: 00:00:32.856 [W] Platform------: [netif] Failed to process request#6: Unknown error -17
otbr-agent[301]: [NOTE]-BBA-----: BackboneAgent: Backbone Router becomes Primary!
WARNING in function 'server_push_data_to_endpoint' in file /usr/src/cpc-daemon/server_core/server/server.c at line #1667 : Unresponsive data socket on ep#12, closing
[10:45:48:722666] WARNING : In function 'server_push_data_to_endpoint' in file /usr/src/cpc-daemon/server_core/server/server.c at line #1667 : Unresponsive data socket on ep#12, closing
[10:45:48:722771] Info : Endpoint socket #12: Client disconnected. 1 connections
Default: mDNSPlatformSendUDP got error 99 (Cannot assign requested address) sending packet to ff02::fb on interface fe80::607c:94ff:fe53:cadb/veth57fbbc4/32
Default: mDNSPlatformSendUDP got error 99 (Cannot assign requested address) sending packet to ff02::fb on interface fe80::607c:94ff:fe53:cadb/veth57fbbc4/32
Default: mDNSPlatformSendUDP got error 99 (Cannot assign requested address) sending packet to ff02::fb on interface fe80::607c:94ff:fe53:cadb/veth57fbbc4/32
Default: mDNSPlatformSendUDP got error 99 (Cannot assign requested address) sending packet to ff02::fb on interface fe80::607c:94ff:fe53:cadb/veth57fbbc4/32