When temperature exceeds 24°C, the automation is triggered.
But, if the starting temperature is above 24°C, the temperature can rise without limit and never trigger the automation.
I’m looking for…
The right way to catch temperature rising, independently of the starting temperature.
I’ve think to multiply triggers with 24°C, 24.5°C, 25°C, 25.5°C, etc. But I don’t find it very clean.
why would you want the automation to trigger on each temp change, and not only at above 24. Seems a waste of resources to have it triggering all the time?
having the automation triggered only at above 24 degrees, under the condition the temp is rising seems a rather adequate way of saving on the limited resources the Pi has?
had several of these triggers, that kept my Hassio instance busy like forever. Changed several of these into booleans (in this case {true for temp=24} and the system settled quite nicely. Use that as a trigger would be prudent?
@Mariusthvdb In my first automation I did it this way, only trigger when temperature going above 24.
But days are getting warmer and warmer at this time of year, and the temperature in my house is not decreasing below 24 every night.
So if in the morning the temperature is already above 24, my blinds will never get closed and my house can be a sauna at night!.
But I agree with you, triggering every temperature change could be a problem in two way:
waste of ressources
trigger on minor temperature change, which may not be due to the sun
Could you explain your boolean solution?
I’m new to HA, I still have a lot to learn!
Hi,
It would be also a good option to create 2 different automations. As far as I understand you would like to control your covers only after sunrise and before sunset.
First automation is triggered by sunrise and the condition is checking the temperature.
The second automation is triggered by the high temperature and the condition should be the sun above the horizon.
BR:
P!
Hi good evening, I am new to HA world and programming automation in yaml…
I wrote this automation but it doesn’t work in my HA, there must be syntax errors in the yaml code:
I want to create an automation that when the temperature increases → send me an email: boiler works wellel