An enhanced version of the Python Interval Program for OpenSprinkler Pi started by Dan Kimberling built on earlier work. Some of this program is under the GNU GPL License and other (plugin) parts are Intellectual Property owned by Brian Koblenz.
Irricloud Program
GNU GPL License (for all parts except leak detection and radio communication)
March 2016
(Brian)
- Radio support
- Sensor support
- Custom board for valve and sensor
- Remote sensor data collection and graphing
- Elimination of plugins for standard interface
- Multiple substation (both wifi and rf) support
(Brian)
- Add text/email plugin
- Add evapotranspiration plugin
- Add camera plugin
- Add leak detection plugin
- Remove proto and signalling example plugins
- Remove general access to new plugins to create a fixed environment
- Create dynamic monitoring and wireless access configuration
(Brian)
- Add gv.output_srvals and a gv.output_srvals_lock, so that threads can get a consistent state of stations currently running
- Add gv.plugin_data which is a dictionary (index by plugin webpage base) to hold data associated with a plugin
- Add gv.nowt to have a struct time of the current time
(Brian)
- Enable master valve to be a station not on first board (templates/options.html)
- Make sure station 9 has default of S09 instead of S9 (webpages.py)
- Some minor indenting changes in static/scripts/schedule.js
- When dynamic water level adjustment is in effect, enable per zone ignoring of the adjustment
(Dan)
- Pushed file modifications for project rename to GitHub
- Renamed main Python file from ospi.py to sip.py
- Added ospi.py file as symlink to sip.py for backward compatibility
- Renamed related GitHub repositories to SIP
- Updated major version number to 3
(Dan)
- Added Plugin Manager plugin
- Updated System Updater plugin
- Added help button linked to repository wiki
- Moved plugins to new repository
- Includes Spanish and French translations and related bug fixes
For additional history see https://github.com/Dan-in-CA/SIP
Full credit goes to Dan Kimberling and Ray's Hobby and Samer Albahra for their incredible work.
For installation instructions see the wiki.