I’ve finally configured my garden and landscaping on drip irrigation, but I’m using some dumb valves hooked up to my house hose spigot.
I would absolutely love a smart valve that I can have better control of the schedule, or respond to sensors.
After some looking around, it seems like “Rachio” is the only integration I can find for something like this. It’s a bit pricy ($99 per valve), and it looks like it needs a wifi hub to work. Has anyone used this integration successfully?
Is there any other options? There seem to be lots of “Bluetooth” controllers available in the big box stores, but I’m guessing they will need an app or something?
If you are fairly tech savvy, this isn't hard to do.
I have built a few sprinkler valves using an esp8266, relay, solenoid, and esphome. Total cost of each one is less than $15 (US). If you are willing and patient, you could probably get that to under $10 via aliexpress.
The circuit is really simple -
Parts list:
12v power supply
DC to DC converter
Microcontroller (esp8266 or esp32)
5v relay
12v solenoid valve
Plastic enclosure (use old Tupperware or 3d print something)
Outline:
Run power supply to dc-dc converter, and set converter to output 5v.
Connect one leg of 12v through switch on relay, then to the solenoid.
Connect other 12v leg directly to solenoid.
Run 5v from output of buck converter to input of esp and relay.
Run data wire from esp pin to data input in relay.
Put everything but the solenoid in a plastic box.
Run water source to solenoid inlet and connect sprinkler or drip system to solenoid outlet.
Flash esp with esphome
In the esphome code, you will need the home assistant api, a switch, and a sprinkler component.
In home assistant, set a switch or button on your front end to test everything with and provide manual control
Write a basic home assistant automation to control via timer, or weather conditions, or soil hydration, or whatever.
You can do all of this without any soldering or any (real) programming - that being said, those two skills will improve the results by quite a bit, and are just useful in general for this sort of work.
It can (of course) get as complex and full featured as you like, but if all you want is a system that can water your flowers every time the ISS passes overhead, the above will get you there pretty cheaply.
I’ve seen those as well, but it didn’t seem to have an integration in home assistant. Now do you add the devices? Do you have to sniff the wifi traffic and intercept them with mqtt or something?
I just added a zigbee valve controller. I almost got the rachio version also when it was on sale for $80 but decided to try something else in case I wanted a second one later.
This is the version I got and it’s been working without a problem for a month now.
I bought the same Tuya earlier this summer and it worked great for about a week. Unfortunately, the plastic is very thin and my kids broke it in two by just pressing the button a bit hard.
I am currently building a system with Gardena 24V valves and they have really high build quality. Gardena provides a controller for them, but I don’t trust them to provide a reliable cloud service over the years, so I am going the esphome route.
Second B-Hyve. I have had several in service for 2-3 years and they work great (outdoor reliability, battery life). I have them linked up on HA / HACS, but the standalone app for B-Hyve is already pretty full featured and I prefer it for scheduling.
They do really slam the hose valve open though…consider a hammer arrest or (or just put them on a length of leader hose to absorb the recoil).
They have been running drip irrigation for my raised beds for a couple of weeks now. Their wifi is kind of weak though, I needed to install an outdoor repeater to improve connection stability.
Edit: Using MQTT the valves appear als simple switches in home assistant and are easy to automate.
I had to use some adapters to fit it to my system - the top fresh water connection is a 1" outside diameter (with an adapter to 3/4" inside diameter thread) and the bottom outlet is a 1/2" outside diameter thread with a Gardena (used a lot in Europe and Germany) style quick connect adapter included.
I use irrigation and honestly, dont see the merit in dynamic control. Some el' cheapo timers off Amazon switch the water on and off on a schedule. Yeah maybe you want to worry about rain days, but to me I don't really care, whatever they get more water. I'd rather spend that home automation budget on something more useful to me.
I can't help you, but I'm in the same boat: I have a 4-hose manifold with a manual valve for each hose, and just started looking at replacing it with something I can automate. So far, I'm only able to find expensive valves or relays, and I think building something at that level might be beyond my capabilities. I'm looking more for a product that I can plug in and configure and be done.
In australia there is a brand called Holman which does WiFi enabled smart valves. Starting at battery powered valves you attach to the tap all the way up to full solenoid valves which need a controller. There is then the Holman app which hooks into your home automation suite.
Not sure if it's available in the US, and any mains powered unit would be on a different voltage. But the battery powered ones seem OK. Just chews through a lot of batteries apparently.
I have the Holman WX 8 controller paired with a bunch of online solenoid valves. It is a decent setup although quite expensive and took a long time and lot of effort to set up (running lines to solenoids, setting up water lines, dripper hoses etc) . It makes a huge difference in irrigation tho. Absolutely zero effort to get water exactly where the plants need it. Id say I broke even on effort the first summer. Cost wise longer term.
I think this is the end game. But for now, I’m looking to get more dialed in control on just the simple on/off.
I got my garden rigged up with the different rate emitters based on what is in the different beds. So it’s configured to handle a single zone, but in the future I would love to have it broken down into more granular control.
I have been through a fair amount of the various timer solutions, to be honest, the simplest most reliable thing I've found is the old rotary dial tap timer...
The reason I use the WiFi version is I can control it remote if I'm away from home.
I'll second the Zigbee valve, I got mine on AliExpress for about 50$ CAD. It's a big gray thing with a button on the side, it looks like it's all the same model. It exposes a switch in HA, on when the water can flow, off when it can't. Pretty easy to automate.
I was looking for ZigBee valves before but didn't find anything. I was also considering using an Arduino like board with ZigBee and making my own but never actually got around to it. My plants all died when work picked up but I might be trying again once work things stabilize
For the valve, any garden irrigation valve will do. If you have a DIY shop (sorry, I don't know how're they called, here are Brico) you can buy and ask for suggestions there.
If you don't have power at all there well...maybe a latch valve and an EAP32 with deep sleep code can last a few months (I guess, I've never tried that).
For the waterproofing, the valve should already be waterproof, for the circuits you can buy an IP 65 electric junction box.
Easy? Maybe not, but when it works, it feels good!!! :)
I'd have some hesitation to tag those in due to the number of times I've had internal hose splitters/timers get broken or worn out, and develop a leak. It's no big deal if I'm replacing a $10 splitter, but it would sure sting when that $76 controller develops a leak.