Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement - Notifications #154

Open
MechEng70 opened this issue Sep 7, 2019 · 1 comment
Open

Enhancement - Notifications #154

MechEng70 opened this issue Sep 7, 2019 · 1 comment
Labels
help wanted accepted enhancements that are unlikely to be worked on by current maintainers

Comments

@MechEng70
Copy link

Could you provide a way of sending notifications? Pushover?

@nhorvath nhorvath added the help wanted accepted enhancements that are unlikely to be worked on by current maintainers label Jun 1, 2020
@MechEng70
Copy link
Author

MechEng70 commented Aug 6, 2020

`#!/bin/bash
function push {
curl -s -F "token=PUSHOVER_TOKEN"
-F "user=PUSHOVER_USER"
-F "title=SprinklerPi"
-F "message=$1" https://api.pushover.net/1/messages.json
}

push "TEXT_TO_BE_TRANSMITTED"`

Here is an example bash script from my linux system.

Some of the notification statuses could be the following (check boxes to detemrine what each PUSHOVER_USER/PUSHOVER_TOKEN would like to have:

  1. Zone started/ended
  2. Seasonal Start/end
  3. End of Day Summary
  4. Weekly Summary
  5. Monthly Summary
  6. Update available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted accepted enhancements that are unlikely to be worked on by current maintainers
Projects
None yet
Development

No branches or pull requests

2 participants