Skip to content

zoltanszalontay/zoltansz-hass-opensprinkler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hass-opensprinkler

Opensprinkler custom component for Home Assistant

image

Features

  • Binary sensors for each station to show on/off status
  • Programs as scenes which can be "activated"
  • Stations as switches with individual timers

Installation

  1. Copy all files into <config_dir>/custom_components

  2. 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.
  3. Restart home assistant

Configuration

  • 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

About

Opensprinkler custom component for Home Assistant

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%