OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › API access for Interval › Re: Re: API access for Interval
August 11, 2014 at 4:05 pm
#27788
Ray
Keymaster
To turn on a station manually, you need to switch the controller to manual mode first:
http://:8080/?pw=opendoor&mm=1
then
http://:8080/sn1=1&t=0
This is because directly turning on/off a station is implemented as part of the manual mode operation. If the controller is in program mode, it won’t accept such commands. At least this is how interval program 1.x is implemented.