Did it show differently in your device page @nabucasa6 when you did that?
I’ve got a problem with my RWL022, but the difference being I’m using a SkyConnect v1.0 whereas @NihilUnum was using a Sonoff Zigbee dongle.
I can pair the unit by pushing and holding the reset button on the back of the RWL022 for 10 seconds and it pairs OK in HA, but then a minute later I get:
And no matter what I do, any button presses etc it just won’t behave.
I can do Reconfigure but it too also fails with:
And this will happen no matter if I do or don’t press any buttons on the front, or reset switch being briefly pressed either.
Checked the system logs and I have two entries:
Logger: homeassistant.components.zha.core.cluster_handlers
Source: components/zha/core/cluster_handlers/__init__.py:559
integration: Zigbee Home Automation (documentation, issues)
First occurred: 5:36:43 PM (4 occurrences)
Last logged: 5:41:28 PM
[0x5C78:1:0x1000]: Couldn't get list of groups: Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>
And followed by:
Logger: homeassistant
Source: components/zha/core/cluster_handlers/__init__.py:74
First occurred: 5:38:35 PM (4 occurrences)
Last logged: 5:43:19 PM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/cluster_handlers/__init__.py", line 63, in wrap_zigpy_exceptions
yield
File "/usr/src/homeassistant/homeassistant/components/zha/core/cluster_handlers/__init__.py", line 83, in wrapper
return await RETRYABLE_REQUEST_DECORATOR(func)(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/util.py", line 131, in retry
return await func()
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/zcl/__init__.py", line 377, in request
return await self._endpoint.request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/endpoint.py", line 253, in request
return await self.device.request(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/device.py", line 339, in request
await send_request()
File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 841, in request
await self.send_packet(
File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 931, in send_packet
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/device.py", line 603, in async_configure
await self.identify_ch.trigger_effect(
File "/usr/src/homeassistant/homeassistant/components/zha/core/cluster_handlers/__init__.py", line 82, in wrapper
with wrap_zigpy_exceptions():
File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/usr/src/homeassistant/homeassistant/components/zha/core/cluster_handlers/__init__.py", line 74, in wrap_zigpy_exceptions
raise HomeAssistantError(message) from exc
homeassistant.exceptions.HomeAssistantError: Failed to send request: Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>
Any ideas / suggestions would be appreciated, coz if it’s not even getting events to / from the device then there’s no point diving into Blueprints etc right?
It was working fine on the Hue Bridge until I changed it to “Configure in another app” and oddly enough there it was reporting full battery, despite HA thinking it’s got 18%?
Related perhaps?