Open luke7101 opened 1 week ago
Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, 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)
Also having issues with my TS011F socket Zigbee switches which were fine on 2024.10.x but now unreachable or at least severly unreliable on 2024.11.1 and 2024.11.2
This is the error:
Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:245 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 21:58:23 (3 occurrences) Last logged: 22:00:05
[547852573792] Unexpected exception Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/init.py", line 67, in wrap_zigpy_exceptions yield File "/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/init.py", line 85, in wrapper return await RETRYABLE_REQUEST_DECORATOR(func)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy/util.py", line 136, in retry return await func() ^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy/zcl/init.py", line 375, in request return await self._endpoint.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy/endpoint.py", line 270, in request return await self.device.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy/device.py", line 378, in request await send_request()
The problem
This issue is a follow up of the https://github.com/home-assistant/core/issues/109697 issue.
The problem is that the following sensor doesn't update itself, unless I do a manual read from the "Manage Zigbee device" window: sensor.lixee_zlinky_tic_tier_1_summation_delivered Cluster 0x702 Attribute 0x0100
core-2024.8.0 solved the issue, but core-2024.11 brought it back.
No one ever found the root cause of this, but my guess is that something in the new core-2024.11 was reverted back to its 2024.8 design, and broke the stuff again.
What version of Home Assistant Core has the issue?
core-2024.11.2
What was the last working version of Home Assistant Core?
core-2024.10.4
What type of installation are you running?
Home Assistant Container
Integration causing the issue
zha
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha/
Diagnostics information
config_entry-zha-fab0e8aa14aa219d689ae9890c8770ef.json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response