Temperature Control in RM

Hi

I am trying to control the temperature in my computer cabinet which has the router, switch, raspberry pi's etc. The fans are very noisy so I don't want them to run all the time. This is what I have and it works fine for turning on, It does not seem to go off once it has reached or dropped below the temp I have set, I think it is running the rule once and then not again. What is the best way to get this rule to "repeat" checking the conditions say every 60 seconds only if the fan (switch) is on. I don't want it repeating the rule when the fan (switch) is off.This is what I have, does this look like it will work as intended?

Thanks

Temp_Cabonet

I would set the trigger to temp >= 27.5 to avoid the nested if statement. Then the wait for condition will run properly.

Also with this rule you might have an issue if the fan is on and you get outside of your time range. It will never turn off.

1 Like