Hello people,
I have a automation on temperature and time.
It works but only when it is in the correct time range and the temp is below the sett temp and then passes the temperature
Then will it trigger.
Is there an option than when te temp is higher before time range . And when the automation comes in the correct time range and the temperature was already above the setpoint it triggers the automation
Sounds to me like the time should not be a condition.
Meaning remove the time as a condition completely because it seems to hinder your automation, and you seem to want it to trigger before noon also.
You need to get the idea behind this a little more.
Trigger is, if the named entity changes to or from something.
Condition is, if at the time the code is run something is the way you want it to be.
This is a big difference. What you want is both. So you need to first use the time and the temp as a trigger, and then you need as well time and temp as a condition. So it can be checked vice versa.
Why aren’t you taking the automation @Tinkerer has posted? It is exactly what you were asking for.