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

Request future #5

Open
toshibochan opened this issue Jan 8, 2019 · 3 comments
Open

Request future #5

toshibochan opened this issue Jan 8, 2019 · 3 comments

Comments

@toshibochan
Copy link

I want be able to have push buttons to start watering manually. One button for each zone, push onence start watering,push one more time stop watering.

You think this is possible?

Thank you! :)

@sfeakes
Copy link
Owner

sfeakes commented Jan 9, 2019

This shouldn't be hard. you can use lots of software to read button press from the GPIO, and when it detects a press, call the following URL
localhost?type=zone&zone=2&state=flip
That will toggle the zone state.

I will be adding the code to read the button press within SprinklerD in a future release, month or two. So soon you should be able to do it all within SprinklerD

@toshibochan
Copy link
Author

Thank you! Be nice future if have this option! This way the gardener can turn ON and OFF manually

@toshibochan
Copy link
Author

@sfeakes thank you for fixing the zone 1 issue. when you have time, you can make to change the zone name in the web interface? and in the schedule show the name off the zone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants