It only seems to turn in when I put it to on,not to auto. Here is what I have setup.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nope. 79.1 or so right nowThis may be a dumb question but did the tmp probe register below 76.7?

Ok so I'm using a finnex heater Controller. I want it to do the work. What's the best way to set this outlet then? Now that I read that through that makes sense. How do I configure the outlet to do what I want? I'd like to use apex to kill the outlet if the controller fails.Not 100% sure if I understand the question, but when on auto the heater is going to be “off” until your temp drops to 76.7. Then it’ll be “on” for a while until it reaches 81.5. Then off again. For example mine is off right now because my Max is set to 78.1... my min is 77.8 so it’ll turn back on again once my temp drops to 77.8
![]()
This makes senseThe way you have it is telling the outlet to turn on when the temp falls below 76.7. It will never get there if your heater controller is keeping it above it.
Since you want the outlet on to control your heater controller I suggest you use the advance tab for coding. Use the following code:
Set ON
If Tmp >81.5 Then OFF
This will keep the outlet on at all times unless the temp reaches your failsafe temp to shut it off, in this case 81.5.
Nevermind figured it out. Needed a space. I'll likely need to add more in there at some point for feed modes and any power outage etc. This is a start! Thanks so much!The way you have it is telling the outlet to turn on when the temp falls below 76.7. It will never get there if your heater controller is keeping it above it.
Since you want the outlet on to control your heater controller I suggest you use the advance tab for coding. Use the following code:
Set ON
If Tmp >81.5 Then OFF
This will keep the outlet on at all times unless the temp reaches your failsafe temp to shut it off, in this case 81.5.
Final question for now. If it goes off after 81.5 when it comes down, will it kick back on? I'd assume so. Or should I say another line such as kick back on at 78.5 or something?Sorry need a space:
Set On
If Tmp > 81.5 Then OFF
Ok. I never ever let it get there, as the heater co troller kills it at 79. So that will allow the finnex to co trol it. Perfect! Super easy. Now on to the other outlets I have left to do!Yup it should turn back on once at 81.5. It won’t actually turn off until it’s above so 81.6.
Might want to think about using one of those other outlets for a backup heater in case yours fails. You can use your apex to turn that heater on if your temp falls below your current minimum. Just a suggestion for further backupOk. I never ever let it get there, as the heater co troller kills it at 79. So that will allow the finnex to co trol it. Perfect! Super easy. Now on to the other outlets I have left to do!

I'll be looking to add a used Eb 4 as I'm out of outlets. That's the plan is to add that for just in cases. I also will be adding a BOB for a feed mode switch as well as some failsafes for my ato as well this was just day 1 install.Might want to think about using one of those other outlets for a backup heater in case yours fails. You can use your apex to turn that heater on if your temp falls below your current minimum. Just a suggestion for further backup![]()

