I’m trying to set up a zigbee network to monitor the temperatures of my hot houses, and to alert me if someone has left a door or vent open.
I’m having some trouble with dropouts and other general errors, and I keep getting this message in my logs.
Which line in the message tells me which device or devices this relates to?
And how do I get the code below to format nicely on this forum, I’m sure there used to be a code block option but I can’t seem to find it anymore.
[0x91CA:1:0x0020] Traceback (most recent call last): File “/usr/local/lib/python3.12/site-packages/zigpy/endpoint.py”, line 265, 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 834, in request await self.send_packet( File “/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py”, line 827, in send_packet raise zigpy.exceptions.DeliveryError( zigpy.exceptions.DeliveryError: Failed to deliver message: <sl_Status.ZIGBEE_DELIVERY_FAILED: 3074> The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/general.py”, line 630, in check_in_response await self.checkin_response(True, self.CHECKIN_FAST_POLL_TIMEOUT, tsn=tsn) File “/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/init.py”, line 84, in wrapper with wrap_zigpy_exceptions(): File “/usr/local/lib/python3.12/contextlib.py”, line 158, in exit self.gen.throw(value) File “/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/init.py”, line 76, in wrap_zigpy_exceptions raise ZHAException(message) from exc zha.exceptions.ZHAException: Failed to send request: Failed to deliver message: <sl_Status.ZIGBEE_DELIVERY_FAILED: 3074>
[0x91CA:1:0x0020] Traceback (most recent call last): File “/usr/local/lib/python3.12/site-packages/zigpy/endpoint.py”, line 265, 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 834, in request await self.send_packet( File “/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py”, line 827, in send_packet raise zigpy.exceptions.DeliveryError( zigpy.exceptions.DeliveryError: Failed to deliver message: <sl_Status.ZIGBEE_DELIVERY_FAILED: 3074> The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/general.py”, line 632, in check_in_response await self.set_long_poll_interval(self.LONG_POLL) File “/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/init.py”, line 84, in wrapper with wrap_zigpy_exceptions(): File “/usr/local/lib/python3.12/contextlib.py”, line 158, in exit self.gen.throw(value) File “/usr/local/lib/python3.12/site-packages/zha/zigbee/cluster_handlers/init.py”, line 76, in wrap_zigpy_exceptions raise ZHAException(message) from exc zha.exceptions.ZHAException: Failed to send request: Failed to deliver message: <sl_Status.ZIGBEE_DELIVERY_FAILED: 3074>