Hi
I hope I’m in the right section.
My problem is a little bit weird but very painful with my use case.
I have some xiaomi motion sensors at home.
When I move, the occupancy is changed from “OFF” to “ON”.
But if I move again during the time before it goes “OFF”, it stays in the “ON” state WITHOUT received the message of “ON” state in HA but I can see it in Z2M as MQTT message.
This is a example of what I have at 19:44:00 =>
Zigbee2MQTT:info 2021-09-17 19:44:08: MQTT publish: topic '/motion_desktop', payload '{"battery":100,"illuminance":2,"illuminance_lux":2,"linkquality":63,"occupancy":true,"temperature":27,"voltage":3175}'
Since 19:22 I have the “ON” state as you can see here:
Zigbee2MQTT:info 2021-09-17 19:22:39: MQTT publish: topic 'motion_desktop', payload '{"battery":100,"illuminance":10,"illuminance_lux":10,"linkquality":69,"occupancy":true,"temperature":27,"voltage":3175}'
But in HA I have only the first time where the sensor go from “OFF” to “ON”
At home it is 8:02 PM and I triggered 10 times since 7:22 PM the sensors without any update.
If I wait that the sensor goes in “OFF” state, it will appears in Home Assistant but during the same state, I don’t see any update.
Why ?
Do you have any idea ?
Thank you a lot,
Regards