#zigbee network freezes up

1 messages · Page 1 of 1 (latest)

sour wadi
#

I have just started my journey with HA green, with a ZBT1 as the dongle. After adding and confgurating my zigbee devices, occasionally i lose the ability to control these on the dashboard with the following messge from the log:

[281472378320016] Unexpected exception
[281472182746800] 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/quirks/init.py", line 254, in command
    return await self.request(
       
  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()
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 825, in request
    await self.send_packet(
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 805, in send_packet
    raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to enqueue message after 3 attempts: <sl_Status.ZIGBEE_MAX_MESSAGE_LIMIT_REACHED: 3075>```
I will have to reboot HA system in order for everything to work but this issue will surface in another couple of days
minor patioBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

obtuse heron
#

Have you customized any of the configuration in configuration.yml?