#MQTT .. replaying messages and thus automations when rebooting

1 messages · Page 1 of 1 (latest)

fringe mango
#

I have the HA Android App, MQTT, and automation question. I have rtl433 publishing a mqtt message when a sensor hits. HA automation picks it up, and sends a push to my android phone. Sure, works great.

However, SOMETIMES, HA automations redeliver this message to android push. On android, I'm always on WiFi and HA is running foreground, i dismiss the alert, etc. Usually the notification gets delivered again on HA restarts and upgrades when I click upgrade. Where... should I start for this one?

Is this the android app? HA? MQTT? My concern is that this message, I ultimatly want to be a pretty critical alarm something is wrong. Would really like to make sure it only goes off when triggered.

fallen tangle
#

Post the automation please. It sounds like you're not accounting for a state going from unavailable to something else in your automation, but i can only speculate without seeing it