OpenSprinkler Forums OpenSprinkler Unified Firmware Alternative to IFTT Pro

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78465

    Nicola
    Participant

    Hello,

    I’ve been using for years email notifications when the stations run via IFTT webhook.
    It seems that since recently webhook trigger is usable only with the IFTT paid Pro subscription.
    Before forking out more money for that, is there any other alternative to be notified when stations run? Knowing when station ran and how much water has flown is of fundamental importance to monitor that plants are and stay happy, I am still surprised that OS does not have a native way to send simple emails and has to resort to an external service that inevitably becomes a paid subscription.

    Thanks

    #78533

    ronnie
    Participant

    For OSPI I use sendEmail.

    I send each IFTT notification to a text file. Then execute a cron script that periodically emails (all) the text file(s) contents. The script I use can accumulate several IFTT messages into a single email message.

    email setup for opensprinkler
    —————————-
    Install sendemail app
    install libio-socket-ssl-perl and libnet-ssleay-perl

    send email script instruction:
    sendEmail -f “fromaddress” -t “toaddress” -u “Subjectlinei” -m “Mymessage” -s “mysmtpserver”:26 -o tls=no -xu “loginusername” -xp “loginpassword”
    instead of -m use -o message-file=/tmp/file.txt

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums OpenSprinkler Unified Firmware Alternative to IFTT Pro