Hello,
I have this automation that works fine.
Is there a way to monitor the timer when it is on? In the automation it logs only if the timer triggers the action after 30 minutes, but if the timer is cancelled (temp goes below/equal 24) nothing seems to get logged.
- platform: device
device_id: xxxxx
domain: climate
entity_id: yyyyy
type: current_temperature_changed
above: 24
below: 40
for:
hours: 0
minutes: 30
seconds: 0
condition:
No - the automation doesn’t start until the trigger fires - but the history of the entity should show changes.
Spaces at the beginning of the line are critical in yaml, and people trying to help you may want to copy your code so that they can try it out themselves, so please format it correctly when you are posting.
Use the preformatted text tool (</> in the edit post toolbar). If it is not immediately visible, it will be in the cogwheel menu.
[Code_format]
Alternatively you can use three backticks (the key is on the far left, 2nd row on en keyboards) on their own line above and below the code. That i…
Thanks, i reformated the code…