= OpenSprinkler Irrigation Controller = [[Image(http://opensprinkler.cfowl.postinbox.com/Title.png)]] Version 1.2 = Introduction = This plugin provides monitoring and control of an OpenSprinkler irrigation controller. OpenSprinkler is a product manufactured by [http://rayshobby.net/?page_id=160 Rayshobby]. == Plugin Features == * Mode Control : Off / Manual / Auto * Configure irrigation stations to be controlled * Station name discovery * Station status with UI5 icons showing activity * Manual station control = Installation = Install from [http://apps.mios.com] OpenSprinkler will show the default configuration [[Image(http://opensprinkler.cfowl.postinbox.com/Step3.png)]] 5. After 60 seconds the station names will be pulled from the OpenSprinkler [[Image(http://opensprinkler.cfowl.postinbox.com/Step4.png)]] 6. Configure various options. e.g. Stations being controller, password, etc. [[Image(http://opensprinkler.cfowl.postinbox.com/Step5.png)]] 7. Note how the individual station and controller icons change state when active [[Image(http://opensprinkler.cfowl.postinbox.com/Step7.png)]] = Configuration Variables = == Password == OpenSprinkler's default password of "opendoor" is prepopulated. If the OpenSprinkler is configured to "Ignore passwords" then this variable is not required. [[Image(http://opensprinkler.cfowl.postinbox.com/IgnorePassword.png)]] == RefreshStatusSec == This controls how frequently the OpenSprinkler controller will be polled (in seconds). There is no push notification from OpenSprinkler. The lower the number the more "real time" the updates in MCV. = Debug Mode = By default verbose logging is switched off. To enable logging change the following line in I_OpenSprinkler1.xml, upload and restart Luup. Change {{{ local DEBUG_MODE = false }}} To {{{ local DEBUG_MODE = true }}} Debug information is written to /tmp/log/cmh/LuaUPnP.log