Results 1 to 4 of 4

Thread: How to Configure iOS Notifications

  1. #1
    New User
    Join Date
    Jan 2018
    Location
    Los Angeles, CA
    Posts
    4

    How to Configure iOS Notifications

    I mainly monitor and manage my APEX Fusion through my iPhone and greatly appreciate the notifications I receive when there are issues however I would like better control over the notifications.

    My biggest issue is not being able to set a hysteresis on the alerts like you can with the email alerts. When my ORP hits the alert threshold it sometimes bounce between alert and OK and I then get spammed with alerts.

    Is there a way to enable advanced programming of alerts for the iOS notifications and if so can someone point me in the right direction on how to get started?

    Background Info:
    All alerting is configured on the input/outputs themselves, not in EMAILALM_I5. EMAILALM_I5 is set to Auto (because I found that disabling it removes all iOS notifications) with the default programming of "Set OFF" I had previously had the following code in EMAILALM_I5 thinking it would delay alarms by 10 minutes but it did not work.

    Defer 000:10 Then ON
    Min Time 000:10 Then ON

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You can do it with virtual outlets but you lose the feature that shows you the orp value in the text.

    Ex.

    HighORP
    If ORP > 450 Then ON
    If ORP < 425 Then OFF


    What I do instead personally is use a 1 minute defer in the email alarm and that solves most of the issues you are having from that alone.

    You might be an engineer if...You have no life and can prove it mathematically.

  3. #3
    New User
    Join Date
    Jan 2018
    Location
    Los Angeles, CA
    Posts
    4
    Thanks zombie. I believe I see my issue. My defer statement was for 10 seconds, not 10 minutes as I had though.

    OLD Defer Statement
    Set OFF
    Defer 000:10 Then ON
    Min Time 000:10 Then ON

    NEW Defer Statement

    Set OFF
    Defer 010:00 Then ON
    Min Time 010:00 Then ON

    I do like seeing what the pH, ORP and Temp are in the alarms so I will stick with the existing configuration and hope the defer keeps the alerts down.

    Two followup questions: I found that I will receive a new iOS notification every hour for the length of time the alert is on. Is there a way to stop this? Secondly, when the alert mode ends, I receive a "Set OFF" alert which is entirely useless as it doesn't state which alert it is setting to an OFF state. Is there a way to include the alert type in the "Set OFF" message or if not, to disable these messages?

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Quote Originally Posted by briantho View Post
    Two followup questions: I found that I will receive a new iOS notification every hour for the length of time the alert is on. Is there a way to stop this? Secondly, when the alert mode ends, I receive a "Set OFF" alert which is entirely useless as it doesn't state which alert it is setting to an OFF state. Is there a way to include the alert type in the "Set OFF" message or if not, to disable these messages?
    A repeat notification will, as you observed, be sent every hour by default as long as the condition triggering the alarm persists. That cannot be disabled, but the 1-hour repeat periodicity can be changed by modifying the Re-Email Delay setting found on the network setting page - choose Legacy Email in the Type menu.


    The Status OFF / Set OFF message sent after the previously-active alarm condition is no longer present means "All Clear - there are no active alarm". This cannot be disabled.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

Similar Threads

  1. Question: Configure Heater Outlet
    By 2string1 in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 5
    Last Post: 12-29-2021, 15:44
  2. ATK wonÂ’t configure
    By REVO13 in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 1
    Last Post: 09-26-2020, 17:34
  3. IOS Test Notifications Not Working
    By jamesreich in forum Apple iOS App for APEX Fusion
    Replies: 7
    Last Post: 08-05-2017, 09:21
  4. how to configure two WXM
    By manu-bsas in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 2
    Last Post: 07-29-2016, 08:47
  5. DOS will not let me configure at all
    By xclusive252 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 4
    Last Post: 03-16-2015, 15:40

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
  •