OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Interval plugin: Auto-Program – v2 release now available! Re: Re: Interval plugin: Auto-Program – v2 release now available

#27023

scottsh
Participant

Thanks for the screenshots – they certainly looks right. Any chance the rain sensor detect is set to enabled somehow? That would cause this.

However, for further debugging I would recommend the following. SSH into the OSPi board and do:

cd ~/OSPi
sudo service ospi stop
sudo python ospi.py

This will run ospi.py on the console and show you all the debug output.

Then go to the Auto Program page and select Run Now and watch what happens on the console. What should happen is that all the zones should be scheduled and the system should start watering immediately. You won’t see anything on the Program page though – these aren’t real programs, just immediate zone scheduling. You should see that on the home page.

To return to normal operation, press Ctrl-C on the console and execute:

sudo service ospi start

Scott