OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Interval 2 program issues Re: Re: Interval 2 program issues

#27286

Dan in CA
Participant

Archades,

Sorry to hear about the problems you are having.

One thing you can do to get more information about the problem is to start the program manually from the OSPi directory.
From the Pi home directory, issue the command to stop the program:

sudo /etc/init.d/ospi stop

Then cd to the OSPi directory and run the program with:

sudo python ospi.py

When the program is run this way it will show you more information about what is happening. If you see some error messages, post them here and we will try to figure out how to solve the problem.

Dan