OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) How To: Push notifications for OpenSprinkler Reply To: How To: Push notifications for OpenSprinkler

#38853

joe
Participant

Got it all working , thanks.

One note for the installers. If you checkout the package with GIT it drops the software in /home/pi/OpenSprinkler-Push-Notifications

You ether need to modify the ospi-notifications script
from
DAEMON=/home/pi/ospi_push_notifications.py

to

DAEMON=/home/pi/OpenSprinkler-Push-Notifications/ospi_push_notifications.py

or move it to /home/pi or the service with not work.

Pat: Thanks!!!!