Forum Replies Created
-
AuthorPosts
-
PatParticipantI’ve updated the script to include notifications for when the rain sensor is activated and when it clears.
https://github.com/drsprite/OpenSprinkler-Push-Notifications
PatParticipantWere you able to figure this out?
PatParticipantGreat! Glad you got it working 🙂 You were the first that I know of to use it.
I enjoy knowing when my sprinklers are going when I’m away from the house. Sometimes it’s a reminder to me to turn them off (if the rain sensor doesn’t kick in or something) 🙂
PatParticipantTry typing
sudo easy_install requests
PatParticipantGlad you got it!
PatParticipantOops, I said HEX there, and meant hash. You can use an online tool like this: http://www.miraclesalad.com/webtools/md5.php – Type in your password and it’ll hash it for you.
For example, hello is 5d41402abc4b2a76b9719d911017c592
You would then put 5d41402abc4b2a76b9719d911017c592 in as the opsiApiPasswordHex.
I’m going to change the script to say “Hash” instead of “Hex” for clarity in the future.
PatParticipantYou got it, if it’s running on another port, just change the :8080 to your port.
If you’re running it on port 80, you can just delete :8080 since port 80 is the default for http and doesn’t need to be explicitly defined.
June 30, 2015 at 9:23 am in reply to: Feature request: Comment field for sprinkler head count & locations? #38837
PatParticipantSounds good, thanks Ray and Samer!
PatParticipantI didn’t have a Pushover account, but I signed up for the 7 day trial for Pushover and was able to get it working. The name of my app is “OpenSpinkler” which is what is used for the title of the push notification.
In the script you need to define your App token, and user key, in addition to selecting “pushover” on line 24, for the pushService variable.
Then it should be good to go after the rest of the items are configured.
PatParticipantThanks guys!
PatParticipant+1 for this.
I needed to pause the running program this morning to take a shower (I’m on a well and can’t do shower + sprinklers together).
It was a small hassle for me to remember which zone had it’s amount of time left. Then to re-program it when I was done.
So a pause for XX minutes would be great. I can put in “Pause for 30 or 45 mins”, and have it resume when I’m done with a shower, or whatever the case may be.
PatParticipantI suppose I could poll the API every 5 seconds for zone status. That’s what the phone app appears to be doing, too.
PatParticipantI’m close to purchasing, too. Does it make sense to wait for the A+ enclosure (is there a timeframe)?
-
AuthorPosts