home-assistant.io/source/_components/switch.rainbird.markdown
Jordy fd2dd4d298 Updated documentation with new sensor (#4094)
* Removed parts related to the component

* Component configuration

* Update rainbird.markdown

* Update rainbird.markdown

* Create sensor.rainbird.markdown

* Update sensor.rainbird.markdown

* Update rainbird.markdown

* Update sensor.rainbird.markdown

* Update sensor.rainbird.markdown

* Update sensor.rainbird.markdown

* Update rainbird.markdown

* Update sensor.rainbird.markdown
2017-12-24 23:54:24 +01:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Rain Bird Switch Instructions on how to integrate your Rain Bird LNK WiFi Module as Switches within Home Assistant. 2017-08-25 12:00 true false true true rainbird.png Hub 0.57 Local Polling

This rainbird switch platform allows interacting with LNK WiFi module of the Rain Bird Irrigation system in Home Assistant.

Once you have enabled the Rain Bird component, add the following to your configuration.yaml file:

switch:
    sprinkler_1:
      zone: 1
      friendly_name: "Front sprinklers"
      trigger_time: 20
      scan_interval: 10
    sprinkler_2:
      friendly_name: "Back sprinklers"
      zone: 2
      trigger_time: 20
      scan_interval: 10

Configuration variables:

  • zone (Required): Station zone identifier.
  • friendly_name (Optional): Just a friendly name for the station.
  • trigger_time (Required): The default duration to sprinkle the zone.
  • scan_interval (Optional): How fast to refresh the switch.

Please note that due to the implementation of the API within the LNK Module, there is a concurrency issue. For example, the Rain Bird app will give connection issues (like already a connection active).