get_weather
Retrieve observed and forecast weather readings for a location, including temperature, precipitation, humidity, wind, and evapotranspiration, to support Rachio's climate-skip watering decisions.
Instructions
Return observed + forecast weather readings for a location.
Each reading includes temperature range, precipitation (observed and probability of), humidity, wind, and ET (evapotranspiration). Used by Rachio's climate-skip logic.
Args:
location_id: Location UUID (from a device's location_id field).
start: Start date, ISO YYYY-MM-DD (default: today - 3 days).
end: End date, ISO YYYY-MM-DD (default: today + 7 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| location_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |