#Sonoff temp sensor
1 messages · Page 1 of 1 (latest)
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Share the automation
Hi,
Did you check the traces to confirm when it ran?
Is it possible that the automation did run in "real time" but the mobile notification was delayed?
You can read about how to send high priority notifications here: https://companion.home-assistant.io/docs/notifications/critical-notifications
Hi @ocean elm,
9 times out of 10, new programmers are expecting something out of the trigger that triggers do not do.
Triggers are events, not states.
What that means is the thing will trigger as it changed from '22' to a value below '22' but won't trigger again until after it goes back to '22' them goes below '22' again.
You may need a different kind of trigger ot just chsange your expectations.
If you want to test the automations, go to developermode, state, and force the sensor to '22', then to a value lower. Then it should trigger.