How to Make Smart Irrigation

  Рет қаралды 16,296

misperry

misperry

Күн бұрын

Пікірлер: 29
@misperry
@misperry Жыл бұрын
I have updated the code to include the on_boot section.
@---co6pp
@---co6pp Жыл бұрын
Thanks boss, you've been great help
@devilsknight
@devilsknight Жыл бұрын
Personally I'd have your first solenoid come on before pump, plus the next solenoid turn on before previous solenoid turns off as to not dead head the pump
@Design_no
@Design_no 10 ай бұрын
Indeed, or have one valve normally open.
@vegaswayne247
@vegaswayne247 3 жыл бұрын
I made one like this about a year ago. You should interlock the relay switches in ESPHome. That way only one zone can run at a time. If you switch on a new zone it will turn off the previous zone. I also put the schedule in the ESPHome code so it can change the days it runs based on the current month. We have watering restrictions here so as of November 1st I can only water on thursdays. The ESPHomes code changed this automatically. I do need to get the AC-DC converter like the one you used as I am currently using a phone charger to run the ESP board.
@misperry
@misperry 3 жыл бұрын
Hey there, great suggestion. I will have to try that out and update the code in the repo.
@misperry
@misperry 3 жыл бұрын
Here are some links I found: esphome.io/components/switch/gpio.html#switch-gpio-interlocking esphome.io/components/switch/gpio.html
@JayK-j6i
@JayK-j6i Жыл бұрын
And where I find your code?
@michaelcunnien
@michaelcunnien Жыл бұрын
Incredible video! Thank you so much!.... Just a quick question, why do you switch the well on and off? Doesn't that just automatically turn on when it senses it needs to put more water into the system?
@dudeman99999
@dudeman99999 7 ай бұрын
I understand everything except how the 24vac power supply connects into this picture so the solenoid valves receive power. I am trying to replace a hunter sprinkler controller. Could you please help me understand this?
@dudeman99999
@dudeman99999 7 ай бұрын
Also - where does the ground wire go? The 24vac adapter has a third wire for ground that is currently connected to the hunter sprinkler controller.
@brendanpratt7760
@brendanpratt7760 Жыл бұрын
so what do you use for a power supply for the solenoids ? Usually 24v AC. I can't seem to find a 24v AC power supply, 24v DC power supplies are easy to find.
@JayK-j6i
@JayK-j6i Жыл бұрын
Hello where I can find the code which going to "esp home" (boot section) preventing the relays start at same time on boot. The screen is not very clear to "copy" the code...
@dummydude4521
@dummydude4521 2 жыл бұрын
Is it possible to use esp board + I2C relay module with HA?
@BrummBilt
@BrummBilt 3 жыл бұрын
Nice! I built one on solar feeding from a tank with a 12 volt pump. (Using Tasmota) I use soil moisture sensors and node red to tell it what zone to water where and when. Need to redo it and look at the WiFi safety.
@misperry
@misperry 3 жыл бұрын
That is a great setup. I like the moisture sensor data in determining where watering needs to take place. I wonder about the soil sensors. Do they go bad often? Just curious.
@BrummBilt
@BrummBilt 3 жыл бұрын
@@misperry thought I replied earlier, but not sure it posted (maybe because I mentioned a sensor manufacturer). I had one I encased in a 3D enclosure I designed. Filled it with silicon caulking… lasted a few months and died. Switched to ruggedized using conformal coating and marine shrink tube. One died, but late in the season so I haven’t tracked down if it is the sensor or a bad connection. These are capacitive, not resistance, sensors. You can Google how to ruggedize them like I did. I also make them easy to swap out if one goes bad.
@misperry
@misperry 3 жыл бұрын
@@BrummBilt nice. Yeah I see this one. Conformal coat is a good idea and I like the epoxy too for added protection. I was just curious since like you said some of them can die fairly quick but the ruggedizing is a good idea
@clintAdventures
@clintAdventures 3 жыл бұрын
ive toyed with this idea many many times but have not used them yet as all i hear from people is they die really fast. its a great idea that way as you say the sprinklers know when to water if the ground is dry but then if/when they die then no watering.
@BrummBilt
@BrummBilt 3 жыл бұрын
@@clintAdventures yeah, I also keep an eye on the plants and can water manually via HA. If I were ambitious enough I could set it up on a schedule by zone if one or more sensors fail and it’s been X time since the last watering.
@Lamoboos223
@Lamoboos223 Жыл бұрын
What is the code in the esp board?
@robertorossi3952
@robertorossi3952 2 жыл бұрын
Hi, I'm trying to do the same kind of automation, just with some little changes, anyway I can't manage to get the "on_boot" function going... Could you please add it to the code provided? Many Thanks. Great Tutorial
@misperry
@misperry Жыл бұрын
I apologize about that. I have updated the code to include the on_boot section.
@bgable7707
@bgable7707 2 жыл бұрын
Thanks for taking the time to put this video together. I did find a couple of things distracting. Just some input your welcome to ignore. 1. using specific verbiage helps viewers understand your process more easily. An example is your referencing "the server" mostly. Maybe referencing the "HA computer(system)", after describing it, would help keep it clear, ie, "the system were the Home Assistant application is installed ". 2. Scrolling the mouse constantly over the screen up/down and around in circles does NOT help one to see and focus on what your attempting to point out. Highlighting the text with the mouse is much more effective. 3. I know that just "going for it" makes videos easier to produce, but, this allows you to be more "all over the place". Scripts and outlines really help layout a clear path to what you want to accomplish and keep you on task. Maybe create the Instructable first. Again, thanks for the time and energy to put this together.
@misperry
@misperry 2 жыл бұрын
Thank you very much for the feed back. I also want to thank you for your presentation of the critiques. This is very helpful!
@rogeriolisto
@rogeriolisto 3 жыл бұрын
Thank you, I will try.
@pito67rub
@pito67rub 2 жыл бұрын
my Wemo D1 is not being detected by my Raspberry Pi... to program it for first time.
@misperry
@misperry 2 жыл бұрын
did you plug it directly into the raspberry pi via a USB port? That is what I do and choose "plug into the computer running ESPHome Dashboard" option then choose the usb port.
@kayakor118
@kayakor118 2 ай бұрын
Tone down the enthusiasm..... it's just annoying.
Home Assistant Power Monitor System Part 1
23:01
misperry
Рет қаралды 6 М.
Upgrade Your Lawn with a DIY Sprinkler Controller Based on ESP8266
16:58
Smart Solutions for Home
Рет қаралды 22 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Smart irrigation
22:12
Vaclav Chaloupka
Рет қаралды 28 М.
Wi-fi Soil Moisture Sensor with ESPHome
7:58
Tech Dregs
Рет қаралды 21 М.
This is SO Much Better! Getting Started with ESPHome 2021
29:42
Everything Smart Home
Рет қаралды 340 М.
Water your Garden with Home Assistant 💦
10:32
HandyDadTV
Рет қаралды 24 М.
Building My Perfect Smart Home Presence Detection Sensor!
14:06
Everything Smart Home
Рет қаралды 193 М.
Build A Smart Home Control Panel EASILY!
11:20
Everything Smart Home
Рет қаралды 528 М.
ESP32CAM WiFi Enabled FTP Image Uploader
17:18
misperry
Рет қаралды 3,5 М.
DROPLET Smart Irrigation System  for ESPhome and Home assistant
5:25
PricelessToolkit
Рет қаралды 23 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН