home-assistant.io/source/_components/sensor.raincloud.markdown
Marcelo Moreira de Mello f2373f8eae Added initial documentation to Melnor Raincloud component (#3304)
* Added initial documentation to Melnor Raincloud component

* Added scan interval option on the docs

* Upgraded Raincloud docs to release 0.54

* Upgraded Raincloud docs to release 0.55

* Moved watering_minutes to switch componenet
2017-09-29 14:56:06 +02:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Melnor Raincloud Sensor Instructions on how to integrate your Melnor Raincloud sprinkler system within Home Assistant. 2017-09-04 10:00 true false true true raincloud.jpg Sensor 0.55 Cloud Polling

To get your Melnor RainCloud sensors working within Home Assistant, please follow the instructions for the general Raincloud component.

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

# Example configuration.yaml entry
sensor:
  - platform: raincloud

Configuration variables:

  • monitored_conditions array (Optional): Conditions to display in the frontend. If not specified, all conditions below will be enabled by default. The following conditions can be monitored.
    • battery: Return the battery level the Melnor RainCloud faucet.
    • next_cycle: Return the next schedulle watering cycle per zone.
    • rain_delay: Return the number of days the automatic watering will be delayed due to raining per zone.
    • watering_time: Return the watering remaining minutes per zone.