I am not sure what caused it, but the past 3 days I have had issues with a single aqara door/window magnet sensor not working. The binary shows as closed always even when moving a magnet around it, and battery is always unavailable. I replaced the battery to no avail. I tried resetting the device and repairing it… same thing. These logs seem to be related:
2020-08-08 13:43:03 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2871222960] Error handling message: Unknown error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 21, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 613, in websocket_read_zigbee_cluster_attributes
success, failure = await cluster.read_attributes(
File "/usr/local/lib/python3.8/site-packages/zigpy/zcl/__init__.py", line 269, in read_attributes
result = await self.read_attributes_raw(to_read, manufacturer=manufacturer)
File "/usr/local/lib/python3.8/site-packages/zigpy/device.py", line 203, in request
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: [0x3864:1:0x0003]: Message send failure
Anyone else having issues with ziaomi stuff recently? Is there something I possibly did to break it, or something I should do to try fixing it? The only related thing I can think of is I recently had to replace a battery on a nearby samsung multisensor… other than that haven’t really touched anything zha related in months. FWIW, I’m on the latest hassos+ha releases.