Can someone please tell me if there is any chance to make an automation which triggers everytime when a sensor state change even if the state is the same like last time? Let’s say that I have a device which send the state every 1 minute. Now is “OFF” state", but I want to trigger even if the device will send “OFF” state again, not only different than “OFF” Hope you can understand what I said here…
Or maybe to trigger when MQTT receive something? I have a door sensor and I want to trigger something even when the state sent is from OFF to OFF … I don’t know to explain it better
Like nickrout said, if the state did not change, then there will be no state change. Example: if a sensor has a value of 0 at 13:00:00, it will be 0 with that time stamp until it is no longer 0. If a device sends an update and the sensor is still at 0, HA interprets this as the sensor has not changed.
This is my binary sensor for getting the door sensor on/off state… But I want to refresh the state even if I get the second state similar with the first state…
Oh, wait, I think I know what you say… About creating an automation with the trigger of MQTT, and ok, yes, right, sorry, i’m stupid Thanks, I will try more