Hi! When adding new Aqara T1 devices (waterleak detectors and temperature sensors) I found out that my ConbeeII firmware was to old to handle the new Zigbee methodes/calls from Aqara. This because I was missing battery level readings for example.
After updating the USB controller from firmware 0x26570700 (april-2020) to 0x26780700 (may-2022) the newly added Aqara sensors are working complete fine after a reconfiguration of the new devices.
And I cannot (according to forums) downgrade the Conbee firmware…
But there comes the problem. My Zigbee network feels very unstable. When I toggle one light switch, all seems okay. But when I toggle a light group, some lights don’t change the state (from ON to OFF for example, two of thirteen light bulbs stays on).
And the toggle on the HA dashboard does not change from state, and when I wait a couple of secs, the disco begins! Some lights are going OFF, some to ON a couple of times or changes the dimming zone/light intensity… just it looks like there are some queue/handing/communication problems, it is persistent, don’t know.
Ok, so I checked the logs. Cleaned them, and repeated a toggle for the group of light bulbs, and there I see a couple of communication and API problems with deConz.
Home Assistant Core
Unexpected transmit confirm for request id 22, Status: TXStatus.SUCCESS
20:35:05 – (WARNING) runner.py - message first occurred at 20:34:49 and shows up 5 times
Duplicate or delayed response for 0x:7f sequence
20:35:05 – (WARNING) runner.py - message first occurred at 20:34:49 and shows up 9 times
Details 1:
Logger: zigpy_deconz.zigbee.application
Source: runner.py:188
First occurred: 20:34:49 (12 occurrences)
Last logged: 20:36:12
Unexpected transmit confirm for request id 205, Status: TXStatus.SUCCESS
Unexpected transmit confirm for request id 216, Status: TXStatus.SUCCESS
Unexpected transmit confirm for request id 230, Status: TXStatus.SUCCESS
Unexpected transmit confirm for request id 5, Status: TXStatus.SUCCESS
Unexpected transmit confirm for request id 11, Status: TXStatus.SUCCESS
Details 2:
Logger: zigpy_deconz.api
Source: runner.py:188
First occurred: 20:34:49 (21 occurrences)
Last logged: 20:36:11
Duplicate or delayed response for 0x:70 sequence
Duplicate or delayed response for 0x:74 sequence
Duplicate or delayed response for 0x:7e sequence
Duplicate or delayed response for 0x:ae sequence
Duplicate or delayed response for 0x:c4 sequence
I don’t know if it related to the new problems I have, but this also does not look good.
Who can help me with figuring out this problem?
Thank you!