OpenSprinkler Irrigation Controller
Version 1.2
Introduction
This plugin provides monitoring and control of an OpenSprinkler irrigation controller. OpenSprinkler is a product manufactured by 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
- After 60 seconds the station names will be pulled from the OpenSprinkler
- Configure various options. e.g. Stations being controller, password, etc.
- Note how the individual station and controller icons change state when active
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.
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