I have automated my greenhouse(windows, watering, rain sensor, … ) but I’m having troubles with my automation. Below I have ‘Open_Window_Serre_2’ to execute a script when the temperature reaches above a specified level. I have a second automation ‘Close_Window_Serre_2’ when the temperature is below a value execute script or when it’s raining (binary_sensor) execute script. But know when the binary_sensor causes the ‘Close_Window_Serre_2’ to trigger, the ‘Open_Window_Serre_2’ isn’t retriggerd when the binary sensor is set to false. How could it fix this?
you don’t have the binary sensor listed in your triggers for automation Open_Window_Serre_2
A condition is not a trigger, it’s just something to check once a trigger has fired up
Is it possible then to combine them, what I mean is that ether temperature and rain_state are valid or that humidity and rain_state are valid. Or is it better to them a timed trigger every 5 minutes check if the conditions are met?