pledosophy
Active member
I have a fan programmed to come on if my tank hits a certain temperature, and to run for an hour every night just to get fresh air into my stand.
The problem is that when the fan turns on for temp it only turns on for a couple seconds then off. The revving up and down is kinda annoying (it's a descent size fan).
Can someone help me with the code so that when the fan turns on for temp it stays on for a minimum of 15 minutes?
This is the code I have now.
Fallback ON
Set OFF
If Temp > 79.5 Then ON
If Time 01:00 to 02:00 Then ON
The problem is that when the fan turns on for temp it only turns on for a couple seconds then off. The revving up and down is kinda annoying (it's a descent size fan).
Can someone help me with the code so that when the fan turns on for temp it stays on for a minimum of 15 minutes?
This is the code I have now.
Fallback ON
Set OFF
If Temp > 79.5 Then ON
If Time 01:00 to 02:00 Then ON