Results 1 to 3 of 3

Thread: Turn off outlet everyday at certain time

  1. #1
    New User
    Join Date
    May 2013
    Location
    United States
    Posts
    4

    Turn off outlet everyday at certain time

    I have the following code currently for my skimmer. I want to turn it off everyday at 6pm for an hour to dos. How would I do this automatically? Any help would be appreciated.

    Fallback ON
    Set ON
    If Output 13ReturnPump = OFF Then OFF
    Defer 005:00 Then ON

  2. #2
    Frequent Contributor SuncrestReef's Avatar
    Join Date
    Feb 2018
    Location
    Beaverton, OR
    Posts
    3,105
    Quote Originally Posted by mpiedra View Post
    I have the following code currently for my skimmer. I want to turn it off everyday at 6pm for an hour to dos. How would I do this automatically? Any help would be appreciated.

    Fallback ON
    Set ON
    If Output 13ReturnPump = OFF Then OFF
    Defer 005:00 Then ON
    Just add an If Time command:

    Fallback ON
    Set ON
    If Output 13ReturnPump = OFF Then OFF
    If Time 18:00 to 18:59 Then OFF
    Defer 005:00 Then ON

    See my tutorial on Apex Timers for more details:
    https://www.reef2reef.com/ams/neptun...-2-timers.689/

  3. #3
    New User
    Join Date
    May 2013
    Location
    United States
    Posts
    4
    Awesome! Thanks for the quick reply!

Similar Threads

  1. Review My Program Have an outlet turn on twice a day for a set amount of time.
    By coryjac0b in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 02-12-2017, 09:40
  2. Turn outlet on for x time when another outlet turns off
    By Tango2 in forum Misc Apex Usage & Programming
    Replies: 5
    Last Post: 10-12-2015, 19:00
  3. base_Alarm, base_Email, same time everyday??
    By sntlewis in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 9
    Last Post: 04-08-2015, 12:24
  4. Outlet went turn off all the time!
    By Matthewyz125 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 11
    Last Post: 12-01-2014, 19:17
  5. Question: Can a switch turn off an outlet with a time command?
    By rickydemus in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 5
    Last Post: 08-06-2013, 14:00

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •