OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) gzip: stdin: not in gzip format Re: Re: gzip: stdin: not in gzip format

#24768

Samer
Keymaster

Just run this command from the Raspberry Pi:

/usr/bin/python /home/pi/OSPi/ospi.py

Should at least get the code up. Then you can deal with auto starting?

Update: If it does work just add a crontab line with the following:

@reboot    /usr/bin/python /home/pi/OSPi/ospi.py

Update 2: Just to be clear, this method isn’t as robust as a rc.local configuration. But this should at least get you running.