2020 Dec 05, 03:31 AM
SIP version 4 uses a new format for the json file that stores the irrigation programs.
There is a conversion utility in the SIP directory that should have converted your old programs.json to the new format in a new file named programData.json in the SIP/data directory.
The program data you posted looks like the old format.
You can try running the conversion manually from the SIP directory by running
It should leave the old file intact and create the new one that SIP 4 can use.
There is a conversion utility in the SIP directory that should have converted your old programs.json to the new format in a new file named programData.json in the SIP/data directory.
The program data you posted looks like the old format.
You can try running the conversion manually from the SIP directory by running
Code:
python convert_progs.py
or
python3 convert_progs.py
<p><br></p>