Hi
My Zigbee network is configured via ZHA on a Conbee2 controler for over 2 years and all worked perfectly.
Homeassistant is deployed on a raspberry 4 with Docker.
Since I upgraded to last 2023.11 release, some deconz warning appeared and sometimes I get few lags on Zigbee network.
Here are the errors :
homeassistant | 2024-01-10 12:05:56.494 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:24 sequence
homeassistant | 2024-01-10 12:05:56.503 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:25 sequence
homeassistant | 2024-01-10 12:05:56.526 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:26 sequence
homeassistant | 2024-01-10 12:05:56.598 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:2c sequence
homeassistant | 2024-01-10 12:05:56.602 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 240, Status: TXStatus.SUCCESS
homeassistant | 2024-01-10 12:05:56.625 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 240, Status: TXStatus.SUCCESS
homeassistant | 2024-01-10 12:05:56.638 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:31 sequence
homeassistant | 2024-01-10 12:06:06.469 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.prise_lave_linge_active_power is taking over 10 seconds
homeassistant | 2024-01-10 12:06:26.466 WARNING (MainThread) [homeassistant.components.sensor] Updating zha sensor took longer than the scheduled update interval 0:00:30
homeassistant | 2024-01-10 12:06:56.467 WARNING (MainThread) [homeassistant.components.sensor] Updating zha sensor took longer than the scheduled update interval 0:00:30
homeassistant | 2024-01-10 12:07:26.507 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:52 sequence
homeassistant | 2024-01-10 12:07:26.530 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:54 sequence
homeassistant | 2024-01-10 12:07:26.554 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 252, Status: TXStatus.SUCCESS
homeassistant | 2024-01-10 12:07:26.625 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 254, Status: TXStatus.SUCCESS
homeassistant | 2024-01-10 12:07:26.657 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:5d sequence
homeassistant | 2024-01-10 12:07:56.510 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:77 sequence
homeassistant | 2024-01-10 12:07:56.560 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:7a sequence
homeassistant | 2024-01-10 12:07:56.581 WARNING (MainThread) [zigpy_deconz.api] Duplicate or delayed response for 0x:7d sequence
homeassistant | 2024-01-10 12:07:56.585 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 11, Status: TXStatus.SUCCESS
homeassistant | 2024-01-10 12:08:06.473 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.prise_lave_vaisselle_active_power is taking over 10 seconds
homeassistant | 2024-01-10 12:08:06.473 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.prise_lave_linge_active_power is taking over 10 seconds
homeassistant | 2024-01-10 12:08:26.471 WARNING (MainThread) [homeassistant.components.sensor] Updating zha sensor took longer than the scheduled update interval 0:00:30
homeassistant | 2024-01-10 12:08:56.472 WARNING (MainThread) [homeassistant.components.sensor] Updating zha sensor took longer than the scheduled update interval 0:00:30
Since I upgraded to last HA 2023.12 release, but nothing better.
Zigbee & Wifi channels are already configured to avoid interferences and I don’t see any changes in my configuration which can explains theses errors.
If anyone has suggestions, thx