OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Python Interval Program update Oct. 4 2013 Re: Re: Python Interval Program update Oct. 4 2013

#25638

Dan in CA
Participant

The problem has been solved for a couple of users by adding the following key-value pairs to OSPi/data/sd.json.

The file should include:

"name": "OpenSprinkler Pi",  "snlen": 32

probably not in that order since it is a dictionary (hash) file

The program contains code to automatically add these when the program starts. So far, it seems to fail in cases where the program has been modified by the user. I’m not sure why that is but will be looking for a cause.

Dan