I use Z2M integration with Sonoff Dongle P , and MQTT broker installed on the same mashine. And I use HA OS.
After some update of Core (near 2024.06 - 2024.08) I have noticed that 2 of my zigbee covers devices (I’m using 8) have a wrong state. I tried to find on which platform the problem could be, and the results:
Z2M states:
cover 1: R-Biuro
{
"backlight_mode": "OFF",
"calibration": "OFF",
"calibration_time": 31.1,
"indicator_mode": "off",
"linkquality": 138,
"motor_reversal": "ON",
"moving": "STOP",
"position": 0,
"state": "CLOSE"
}
cover 2: R-Taras
{
"backlight_mode": "ON",
"calibration": "OFF",
"calibration_time": 33.9,
"indicator_mode": "off",
"linkquality": 127,
"motor_reversal": "ON",
"moving": "STOP",
"position": 0,
"state": "CLOSE"
}
states at HA:
R-Biuro → OPEN
R-Taras → CLOSED
I try to listen MQTT topics when I close the R-Biuro:
open to close:
{
"backlight_mode": "OFF",
"calibration": "OFF",
"calibration_time": 31.1,
"indicator_mode": "off",
"linkquality": 142,
"motor_reversal": "ON",
"moving": "DOWN",
"position": 100,
"state": "OPEN"
}
after 30secs:
{
"backlight_mode": "OFF",
"calibration": "OFF",
"calibration_time": 31.1,
"indicator_mode": "off",
"linkquality": 138,
"motor_reversal": "ON",
"moving": "STOP",
"position": 0,
"state": "CLOSE"
}
effect in logbook (look at dates - reversal order at screen, but 30secs, as above MQTT):
entity overview looks like below - State Icon is OPEN, but Action Icons to Open and Close the cover are correct:
(i can not add new screenshot, I will add at comment)
other covers overview states (all are closed now) - two covers gives me wrong state, other are correct
(i can not add new screenshot, I will add at comment)
some ideas, where to search some wrong configuration maybe ?
I add that configuration works good, but after some update it gives me this effect