Best smart irrigation controllers with rain skip
Compare top local-first smart sprinkler controllers that integrate with Home Assistant and skip watering when it rains, with honest cloud-versus-local notes.
On this page
If you’re running Home Assistant and want your sprinkler system to automatically skip watering when it rains, the honest truth is that most “smart” irrigation controllers are cloud-first. A few are fully local, and even cloud controllers can be made smarter with Home Assistant doing the rain-skip logic. Rain skip is arguably the most valuable feature for any controller—it saves water, protects your lawn, and actually justifies the “smart” label.
What Makes a Good Local-First Irrigation Controller
Before diving into specific products, here’s what matters for a Home Assistant setup:
How “local” really is local. Many popular Wi-Fi controllers only expose a cloud API—Home Assistant talks to the vendor’s servers, not the device on your LAN. That works, but it depends on the internet and the vendor keeping the API alive. A handful of products offer a true local API or use Zigbee/Thread, which keeps everything on your network.
Where rain-skip logic lives. Some controllers run their own weather-based skip in the cloud. The more reliable approach for a local-first home is to let Home Assistant decide—pull rain data from a weather integration (Met.no, Open-Meteo) or a local rain sensor, and have an automation hold the watering. That way the logic doesn’t depend on the controller’s cloud at all.
Zone count. Residential controllers typically support 4–16 zones. Don’t overpay for capacity you won’t use.
Rachio 3 – Popular, but Cloud-Only
The Rachio 3 Smart Sprinkler Controller is the most popular smart sprinkler controller in the US. It works reliably, has polished app software, and includes weather-based “Weather Intelligence” rain skip.
Be clear-eyed about the integration, though: Rachio is cloud-only for Home Assistant. The official integration is Cloud Push—it requires your HA instance to be reachable from the internet to receive updates, and there is no stable, documented local API. Community plugins exist, but they still go through Rachio’s cloud (just via outbound calls). Rachio has also changed its API in the past in ways that temporarily broke HA integrations.
So Rachio is a fine choice if you accept the cloud dependency and want a turnkey experience—but it is not a local-first product, and you can’t run it offline.
Eve Aqua – The Local-First Valve
If you want the most local experience possible, the Eve Aqua is a Thread smart water valve. It works locally with Home Assistant through the HomeKit Controller integration (HomeKit over Thread) - Eve has not yet shipped its promised Matter upgrade for the Aqua - and needs no cloud account for core control. You need a Thread border router on the network; Home Assistant then pairs the valve through that same HomeKit Controller integration, not through Matter.
It’s a single-outlet hose/valve controller rather than a multi-zone manifold timer—it threads onto a tap and is great for drip lines, a soaker, or a Gardena/Kärcher-style distributor. Rain skip isn’t automatic; you build it as a Home Assistant automation: pull rain from your weather integration (Met.no/Open-Meteo) and close the valve. Slightly more setup, but it’s fully local and very reliable.
Tradeoff: Effectively single-zone. For a real multi-zone in-ground system you’d need multiple units or a different controller.
LinkTap – Local API and MQTT
The LinkTap Smart Water Timer is a battery-powered tap timer that talks to a small LinkTap Gateway. Unusually for this category, it offers a genuine local HTTP API and a documented local MQTT integration, so Home Assistant can control it without going through LinkTap’s cloud. A community custom component drives the local “instant watering” path directly.
Rain skip can be handled either by LinkTap’s own weather features or—better for local-first—by a Home Assistant automation. Note the community local integration focuses on instant on/off; full schedule editing over the local API is more limited, so many people keep schedules simple and let HA gate them.
Tradeoff: Less mainstream in the US and smaller English-language community than the big brands, but the local story is one of the best here.
Orbit B-hyve XR – Budget Wi-Fi, Cloud Integration
The Orbit B-hyve XR Smart Sprinkler Timer is an affordable multi-zone Wi-Fi controller with a rain-sensor input and weather-based skip in its app. It’s a reasonable value pick.
For Home Assistant, integration is via a community (HACS) custom component, and like Rachio it’s cloud-based—it connects to Orbit’s servers over a WebSocket; there’s no supported local API. The app is less polished than Rachio’s and some users see occasional connectivity hiccups, but for the price it’s a solid multi-zone option if you’re OK with the cloud dependency.
Third Reality Smart Watering Kit – Local Zigbee, but for Pots
The ThirdReality Smart Watering Kit is worth knowing about, but set expectations: it’s a battery-powered Zigbee 3.0 kit for indoor potted plants, not a sprinkler or in-ground irrigation controller. It pumps from a reservoir and pairs nicely with a Third Reality soil-moisture sensor.
The upside for local-first homes is real: it has excellent ZHA and Zigbee2MQTT support, so it runs entirely on your Zigbee network with no cloud. If your “irrigation” is houseplants or a small balcony garden, it’s a cheap, fully local option.
Tradeoff: Not a lawn/zone controller. Best as a supplemental, indoor watering solution.
Quick Verdict
For true local-first control, the cleanest paths are the Eve Aqua (HomeKit-over-Thread, single valve, HA-driven rain skip) and the LinkTap system (local HTTP/MQTT API). For indoor plants on Zigbee, the Third Reality Smart Watering Kit is the most local-native option.
If you want a polished, multi-zone, turnkey controller and can accept a cloud dependency, Rachio 3 is still the most popular—just know it’s cloud-only with no stable local API. Orbit B-hyve XR is the budget multi-zone alternative, also cloud-based.
Whatever you pick, the most resilient setup puts the rain-skip decision in Home Assistant using a weather integration, so a single controller’s cloud outage can’t leave your sprinklers running in the rain. For the full picture on keeping the watering logic off the cloud entirely, see how to control irrigation without the cloud.