- Joined
- Nov 16, 2015
- Messages
- 14
- Reaction score
- 3
Hi,
I apologize if this has already been answered, but I was not able to find it searching other posts. I want to use the Apex as a heater failure failsafe only. I will let the heater turn on and off itself and use the Apex as a shutoff if the heater fails in the on position. This is my thoughts on code below (Apex Classic).
Set ON --> Should this be a set statement or a fallback statement?
If Tmp > 80.5 Then OFF
If Tmp < 76.5 Then ON --> Do I need a step to turn heater back on if the program starts with a "Set on" statement?
I am also toying with the idea of getting an Inkbird to control the heater. What are the plus/minuses of this idea?
I apologize if this has already been answered, but I was not able to find it searching other posts. I want to use the Apex as a heater failure failsafe only. I will let the heater turn on and off itself and use the Apex as a shutoff if the heater fails in the on position. This is my thoughts on code below (Apex Classic).
Set ON --> Should this be a set statement or a fallback statement?
If Tmp > 80.5 Then OFF
I am also toying with the idea of getting an Inkbird to control the heater. What are the plus/minuses of this idea?