Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Documentation for email notification

  1. #1
    Join Date
    29.03.2018
    Posts
    16

    Default Documentation for email notification

    Hello,

    Where can I found a documation for create email notification. The base fonction in profilux 4 are limited and all what I want to add show me too many information or missing some information
    What is the limit or characters?

    sample:
    Temperature 1 : 25.4C
    valeur-pH 1 : 7.89pH
    Redox 1 : 512mV
    Conduct. (S) 1 : 34.9


    S 1 : On
    S 2 : On
    S 3 : Off
    S 5 : Off


    Niveau 1 : Off
    Niveau 2 : On
    Niveau 3 : On
    Niveau 4 : Off
    Niveau 5 : Off
    Niveau 6 : Of
    for
    Niveau 5 : Off
    Niveau 6 : Of
    not used on my profilux
    The last "Off" are not complete

    Other sample:
    Alarm 000: Alarme: NivC. 2 Sécurité osmolat


    Temperature 1 : 25.6C
    valeur-pH 1 : 8.26pH
    Redox 1 : 489mV
    Conduct. (S) 1 : 34.8


    S 1 : On
    S 2 : On
    S 4 : Off
    S 5 : Off


    Niveau 1 : Off
    Niveau 2 : On
    Niveau 3 : On
    Niveau 4 is missing but is used on profilux 4!

    Manual guide of programming don't include all feature for email notification with variable and limits

    thank you for your help

  2. #2
    Join Date
    04.11.2015
    Posts
    1,061

    Default

    Hello,

    you can follow the link to a document, that explains the used TOKENs in ProfiLux3 and ProfiLux4 computers:
    https://www.aquariumcomputer.com/de/...rofilux-3-3-1/



    The mail body cannot exceed 256 characters, except in latest WiFi-firmwares where it can be up to 512 characters.
    This version is in beta and only available on request (via our ticket support system) at the moment.

    To work around this limitation, split the relevant parts into individual mails.
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

  3. #3
    Join Date
    29.03.2018
    Posts
    16

    Default

    thank you for your help. It's perfect!

  4. #4
    Join Date
    29.03.2018
    Posts
    16

    Default

    Quote Originally Posted by MatthiasF View Post
    The mail body cannot exceed 256 characters, except in latest WiFi-firmwares where it can be up to 512 characters.
    This version is in beta and only available on request (via our ticket support system) at the moment.
    Is it implement in the latest release or not yet?

  5. #5
    Join Date
    04.11.2015
    Posts
    1,061

    Default

    Hello,

    this is available in WiFi-firmware-version 6741, which you can get from the WiFi-Update-Tool here:
    https://www.aquariumcomputer.com/dow...le-esp-update/
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

  6. #6
    Join Date
    29.03.2018
    Posts
    16

    Default

    Thank you. I ll test it this afternoon

  7. #7
    Join Date
    29.03.2018
    Posts
    16

    Default

    Hello,

    I ve try to do an email notification with more of 256 characters and it's not working.
    I ve wifi firmware 6741, PL4 frmware 7.14. Email text is block to 256 characters yet:

    Capture.JPG

    Have I done something wrong to have 512 characters?
    Thank you for your help

  8. #8
    Join Date
    10.10.2013
    Posts
    992

    Default

    The message template is limited to 256 characters (limit is size of message parameter in Profilux firmware) BUT because in this template we use TOKENs which are replaced by text, the final mail body can contain 512 characters (limit in this case is wifi card firmware). The update that Matthias is talking about concern wifi card part.

  9. #9
    Join Date
    29.03.2018
    Posts
    16

    Default

    Definitly not work.

    My notification on profilux:
    Code:
    $$REPS[4][0]$$$$SENN[x]$$:$$SENV[x]$$
    $$REPE$$
    
    $$REPS[5][2]$$ $$SWID[x]$$:$$SWIS[x]$$
    $$REPE$$
    
    Haut rsrv: $$LEVV[0]$$
    Osmolateur: $$LEVV[1]$$
    Bas rsrv: $$LEVV[2]$$
    Haut décante: $$LEVV[3]$$
    56 characters are still available to you
    So it's on 256 characters

    My email count 253 character (notepad++)
    Code:
    Temperature 1:    26.1C
    valeur-pH 1:   8.23pH
    Redox 1:    298mV
    Conduct. (S) 1:     34.4
    
    
     Ecumeur:On
     UV:Off
     Ventilo:Off
     Osmolateur:Off
     Chauffage:Off
    
    
    Haut rsrv: Off
    Osmolateur: Off
    Bas rsrv: On
    Haut décante:
    Last information is incomplete! Email is not at 512 characters!
    Spaces have been added by profilux in front of "Ecumeur", "UV", "Ventilo", "Osmolateur" and "Chauffage"!
    Can you help me to make work the 512 characters please.
    Thanks

  10. #10
    Join Date
    04.11.2015
    Posts
    1,061

    Default

    Hello,

    just split the last part for your swichchannels into a seperate message.
    This way, you have at least 4*256chars available or with token up to 4*512 if no user characters are inserted.
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

Posting Permissions

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