Results 1 to 5 of 5

Thread: I installed the ATK, now I get these notifications all the time? How can I fix this?

  1. #1
    New User
    Join Date
    Jul 2018
    Location
    EST
    Posts
    3

    I installed the ATK, now I get these notifications all the time? How can I fix this?

    I installed the ATK and get these alarms all the time, but everything seems to be fine? What is it telling me and how can I get it to calm down?




    Sent from my iPhone using Tapatalk

  2. #2
    Frequent Visitor rkpetersen's Avatar
    Join Date
    Jun 2017
    Location
    Near Seattle
    Posts
    940
    Please post your code for the ATK, and also your base_email code. From what you've posted, it looks like you have the low level sensor sending you alerts when it closes, which shouldn't be the case.

  3. #3
    New User
    Join Date
    Jul 2018
    Location
    EST
    Posts
    3
    ATK:

    Fallback OFF
    Set OFF
    If Swx6_1 OPEN Then ON
    If SW_ATO CLOSED Then OFF
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF

    Email:

    Set OFF
    If Error LightPower Then ON
    If Power Apex Off 000 Then OFF
    If Error ReturnPump Then ON
    If Swx6_1 CLOSED Then ON
    If SW_ATO CLOSED Then ON
    If Error ATK Then ON
    If Swx6_4 CLOSED Then ON
    If Swx11_1 CLOSED Then ON
    If Swx11_4 CLOSED Then ON


    Sent from my iPhone using Tapatalk

  4. #4
    Frequent Visitor rkpetersen's Avatar
    Join Date
    Jun 2017
    Location
    Near Seattle
    Posts
    940
    As I thought. Remove the Swx6_1 CLOSED statement from the email alarm; it doesn't do anything besides send you unnecessary texts.

    Also, how are you using the If Error statements for ReturnPump and LightPower? Unless you have a corresponding When On command in the code for each of those outlets, the Error statements won't do anything.

    The 'If Power Apex Off 000' statement should be 'Then ON'; you want the text alarm sent if the power is off.

  5. #5
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You need to change the power statement.

    If you use a UPS, it should be

    If Power Apex Off 001 Then ON
    If Power Apex Off 000 Then ON

    If you dont use a UPS it should be

    If Power Apex Off 001 Then ON


    You also need to name your switches so you can easily tell what they are and you need to change the switch name to the upper ATK sensor. Right now you are alarming for the lower one.

    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. Help! Installed ATK but PMUP is having trouble pushing water through
    By GTAR in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 0
    Last Post: 10-15-2021, 21:33
  2. Alarms/notifications from ATK
    By PabloR in forum APEX Fusion
    Replies: 3
    Last Post: 05-12-2020, 14:46
  3. Atk stopped notifications
    By PrFishGirl in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 0
    Last Post: 05-30-2019, 20:53
  4. Just Installed ATK...please help with a few questions
    By RussC in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 4
    Last Post: 04-07-2018, 13:44
  5. Overriding min time with ATK
    By juniorstevens in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 2
    Last Post: 02-05-2018, 15: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
  •