Change max run time in rainmachine
Hello, i'm new at this and i would like to increase the limit of run time to 20 hours or so via api. I don't know wich software to use to modify the api (postman, sublime, apiary, or just chrome browser) and exactly were shoud i tweak to get it done.
Thanks for your help. I run in lunix.
-
Official comment
Hi,
The web interface allows you to enter 20 hours, just enter 1200 minutes on zone timer.
For API access you could just use the API page on the device itself by pointing your browser to https://rainmachine_ip:8080/api/4/ (mind the last /).
You will get the list of all available API calls.
If you want to increase the run time limit of a zone in a program:
1. Click POST auth/login with your password filled in the text input below
2. Click GET /program and write down the "uid" number for your program
3. Fill up the information in the text inputs below the POST /program/N entering the "uid" number from the step 2.
You will need to enter all the information for all zones.
4. Click on POST /program/N to change program run times
Comment actions
Please sign in to leave a comment.
Comments
1 comment