Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: Trying to understand Email Notifications (with Screen shot)

  1. #21
    Join Date
    08.02.2010
    Posts
    75

    Default

    And just like that, it's fixed! Switched to port 587!

  2. #22
    Join Date
    17.07.2012
    Location
    Houston
    Posts
    158

    Default

    THANK YOU!

    That was it... the port number. 587 worked.

    Ok, so now how to I set up specific notifications.... like "level alarm" or "temp alarm".
    What are the "digital input" choices linked to in the drop down menu?

  3. #23
    Join Date
    08.02.2010
    Posts
    75

    Default

    No prob Denis (btw it's Parrotchute from LR)
    For the longest time port 25 worked, they must have changed it...

    I have it set up so twice a day I get a email (which I have forwarded to my cell phone # so I get a text) that says the different sensor readings.

    basically you use "tokens" which reference certain sensor settings.

    If you create a message with the mailing condition of alarm and then cyclic of every 20min or so, then make the message
    $$ALMS$$
    $$senv[2]$$ (that's my temp sensor)

    It will send me a message when there's an alarm and what the temp is.

    Digital inputs activates, I think, when you activate one of the digital inputs under system --> digital input of the control page.

  4. #24
    Join Date
    08.02.2010
    Posts
    75

  5. #25
    Join Date
    17.07.2012
    Location
    Houston
    Posts
    158

    Default

    Cool, thanks!

    What is the "cyclic" doing?

    I just want to get an email the minute an alarm is triggered. I don't think I really need daily updates of system parameters since I'm rarely gone more than a normal work day.

  6. #26
    Join Date
    06.02.2012
    Posts
    2,020

    Default

    What is the "cyclic" doing?
    It sends you a mail in a cyclic intervall - 1 hour - 2 hours ... whatever you define

    I just want to get an email the minute an alarm is triggered.
    Then you should use "Alarm"

  7. #27
    Join Date
    19.02.2009
    Location
    MANOTICK
    Posts
    866

    Default

    does anyone have code to email you your current state of all sensors? I cna only find code for specific sensors


    GHL ProfiLux Canada/USA Distribution and support

  8. #28
    Join Date
    23.08.2009
    Posts
    228

    Default

    Depending on the number of sensors you have, wouldnt it just be something like: (for 4 sensors)

    $$REPS[4][00]$$
    $$SENC[x]$$
    $$REPE$$

  9. #29
    Join Date
    19.02.2009
    Location
    MANOTICK
    Posts
    866

    Default

    got it working by repeating

    $$SENC[n]$$

    but only shows 3 out of the 4 sensors, will give your version a go


    GHL ProfiLux Canada/USA Distribution and support

  10. #30
    Join Date
    19.02.2009
    Location
    MANOTICK
    Posts
    866

    Default

    works perfect thanks


    GHL ProfiLux Canada/USA Distribution and support

Posting Permissions

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