View on GitHub

Smart Irrigation

A Home Assistant integration to optimize irrigation

Services

Main page: Usage
Previous: Entities
Next: Events

After installation, the following services are available:

Service Description
Smart Irrigation: calculate_zone Triggers the calculation of one specific zone. Note that used weather data is deleted afterwards by default unless you specify delete_weather_data: false.
Smart Irrigation: calculate_all_zones Triggers the calculation of all automatic zones. Use only if you disabled automatic refresh in the options. Note that after calculation weather data is deleted by default unless you specify delete_weather_data: false.
Smart Irrigation: clear_all_weather_data Deletes all weather data
Smart Irrigation: generate_watering_calendar Generate a 12-month watering calendar for a zone based on representative climate data.
Smart Irrigation: reset_all_buckets Resets all buckets to 0.
Smart Irrigation: reset_bucket Resets one specific bucket to 0.
Smart Irrigation: set_all_buckets Sets all buckets to a specific new_bucket_value (default is 0).
Smart Irrigation: set_all_multipliers Sets all multipliers to a specific new_multiplier_value (default is 1.0).
Smart Irrigation: set_bucket Sets a specific bucket to to a specific new_bucket_value (default is 0).
Smart Irrigation: set_multiplier Sets a specific multiplier to a specific new_multiplier_value (default is 1.0).
Smart Irrigation: set_zone Allows configuration for bucket (with new_bucket_value (default 0)), multiplier (with new_multiplier_value (default 1.0)), duration (with new_duration_value (default 0)), state (with new_state_value (default 'automatic')) and throughput (with new_throughput_value (default 50)) settings for a zone.
Smart Irrigation: update_all_zones Updates all automatic zones with weather data
Smart Irrigation: update_zone Updates one specific zone with weather data

Main page: Usage
Previous: Entities
Next: Events