Closed aebgit closed 9 months ago
Hey there @dmulcahey, @adminiuga, @puddly, mind taking a look at this issue as it has been labeled with an integration (zha
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
zha documentation zha source (message by IssueLinks)
2023.9.0 and 2023.9.1 had some startup issues with multi-PAN but 2023.9.2 should be as stable as 2023.8.x.
Could you collect a complete ZHA debug log of both problems? https://www.home-assistant.io/integrations/zha/#debug-logging.
If you find that downgrading to 2023.8.x helps, can you record a debug log with that version as well?
You may have to ZIP the logs, as they get somewhat large.
in progress, currently waiting for the crash to re-appear
I have this problem as well, indeed started after the update to 2023.9. I have problems with zigbee devices simply not responding any more, and the UI giving me "NETWORK BUSY" errors. I will also try to collect the requested logs.
Here is one of those NETWORK BUSY errors:
Logger: zigpy.topology
Source: /usr/local/lib/python3.11/site-packages/zigpy/topology.py:84
First occurred: 4:08:20 PM (2 occurrences)
Last logged: 8:22:06 PM
Topology scan failed
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/zigpy/topology.py", line 78, in _scan_loop
await self.scan()
File "/usr/local/lib/python3.11/site-packages/zigpy/topology.py", line 96, in scan
await self._scan_task
File "/usr/local/lib/python3.11/site-packages/zigpy/topology.py", line 221, in _scan
await self._find_unknown_devices(neighbors=self.neighbors, routes=self.routes)
File "/usr/local/lib/python3.11/site-packages/zigpy/topology.py", line 253, in _find_unknown_devices
await self._app._discover_unknown_device(nwk)
File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 940, in _discover_unknown_device
return await zigpy.zdo.broadcast(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zigpy/device.py", line 519, in broadcast
return await app.broadcast(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 916, in broadcast
await self.send_packet(
File "/usr/local/lib/python3.11/site-packages/bellows/zigbee/application.py", line 854, in send_packet
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to enqueue message after 3 attempts: <EmberStatus.NETWORK_BUSY: 161>
@puddly please find my debug-log (from boot to crash) for core-2023.9.2 here: https://www.icloud.com/iclouddrive/0b2qAbJr-aMq_EFAblKsC5F1Q#100657_core-2023.9.2_home-assistant_sanitized (251MB zipped)
I believe this may be related to my issue: https://github.com/home-assistant/core/issues/101432
I agree. I have disabled Multiprotocol and am using since a couple of days two separate radios (one for Zigbee, one for thread) and everything seems to be way more reliable. Multiprotocol seems to be tagged as experimental for a reason.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Since 2023.9.0 I observe plenty of Zigbee issues. I was on Raspi with Skyconnect (Multiprotocol mode) before, and have now migrated to Yellow and the problem persists (restored my old backup).
Zigbee was very reliable until core-2023.8.4 for me and in fact I rolled back to it when I first tried core-2023.9.0 and .1. and had serious problems. On the raspi with 2023.9.0 ZHA crashed already minutes to 2h after system start. Now on Yellow the system ran for 3 days but ZHA crashed just now.
I get plenty of Assertion errors (see 1. log extract below). This ist then followed by a non recoverable crash of the application controller (see 2. and 3. log extract below). At this stage only a complete reboot helps.
I do not understand well enough if the logged issues are indeed connected. Please let me know if I should provide further logs.
Thanks! Andreas
What version of Home Assistant Core has the issue?
core-2023.9.2
What was the last working version of Home Assistant Core?
core-2023.8.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
ZHA
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response