2015 Oct 12, 08:59 PM
Without knowing what caused the problem I would suggest re-cloning a fresh install from GitHub.
All your irrigation programs and settings are in the /data/ sub-directory so if you rename the SIP or OSPi directory with e.g.
then clone the new copy with:
and copy the data from the renamed one:
That should give you a clean install with your programs and settings intact.
There was a name change from OSPi to SIP to avoid confusion with the OpenSprinkler software. If you have not updated the software in a while this may have something to do with the problem you experienced.
If you are using the init.d script to start the software automatically it should still work with the new program name but it would be better to replace the old ospi script in /etc/init.d/ with the new sip version that is included with the install. See the documentation under instillation and set up > The recommended method:
https://github.com/Dan-in-CA/SIP/wiki
Let me know if you have further questions.
Dan
All your irrigation programs and settings are in the /data/ sub-directory so if you rename the SIP or OSPi directory with e.g.
Code:
sudo mv SIP SIP-old
Code:
git clone https://github.com/Dan-in-CA/SIP
Code:
sudo cp -a /SIP-old/data/ /SIP/
There was a name change from OSPi to SIP to avoid confusion with the OpenSprinkler software. If you have not updated the software in a while this may have something to do with the problem you experienced.
If you are using the init.d script to start the software automatically it should still work with the new program name but it would be better to replace the old ospi script in /etc/init.d/ with the new sip version that is included with the install. See the documentation under instillation and set up > The recommended method:
https://github.com/Dan-in-CA/SIP/wiki
Let me know if you have further questions.
Dan