Opensprinkler custom component for Home Assistant
- Binary sensors for each station to show on/off status
- Programs as scenes which can be "activated"
- Stations as switches with individual timers
-
Copy all files into
<config_dir>/custom_components
-
Add the following into your
configuration.yaml
opensprinkler: host: <host> password: <password>
- Replace
<host>
with the IP address or hostname of your Opensprinkler controller. - Replace
<password>
with the MD5 encrypted version of your password to your Opensprinkler interface.
- Replace
-
Restart home assistant
-
stations
- by default the component will retrieve all stations but you can limit which stations to show by providing a list of station indexes (starting from 0)opensprinkler: ... stations: - 0 - 3 - 4
-
programs
- by default the component will retrieve all programs but you can limit which programs to show by providing a list of program indexes (starting from 0)opensprinkler: ... programs: - 0 - 3