OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › gzip: stdin: not in gzip format › Re: Re: gzip: stdin: not in gzip format
July 11, 2013 at 2:48 am
#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.