Wait!!!
I tried to change “+” to “~” in few more places and something moved!!!
So I did it in all files (obviously only in concatenations) and it worked!!!
I just have a little problrm with cycle name missing in telegram notification, but I’ll look into it, that should be easy.
Thank you klogg, without your reply I wouldn’t have tried again this replacement.
Hello Klogg. I still haven’t found a solution to make the programmed cycles work, it just skips to next schedule cycle. Nothing in the logs, is there some trigger i can test?
Ok, a little bit clearer.
You have 6 shellies with tasmota for your valves.
How do you control your pump?
e.g. i have a hager esn224 to activate my pump. basically it’s a relay dpdt with a 24vac coil, when it feels current on the coil, activate the 220vac for the pump.
i have attached a 24vac transformer to one relay, when one valves start, i activate the pump(transformer) relay that activates the pump.
Hello, i have 2 sonoff 4ch pro r3 with tasmota to control the valves, and want to use a shelly 1pm to control the pump, and to now the consumer of the pump.
ok, you have to work a little bit in ha config, you have to group every valve switch with the pump relay.
Have a look at groups or even better template switch
I am about to merge a pull request from @davewatson91 which brings together all the changes made/suggested several months ago by @Athan (and possibly others?) to allow up to 16 zones.
It is literally just to allow additional zones, it doesn’t add or change any logic so it should have no effect on the way the package currently works.
Please report back here or open a GitHub issue if you experience any problems and likewise feel free to confirm you are using it with no issues.
Thanks again to @davewatson91 and @Athan and apologies if I forgot anyone else who had an input.
Hi @klogg is there a way to use Weatherbit.io and this custom-component for weather sensors and forecast?
Unfortunately there I don’t own a Tempest station and the nearest station is 400km away from my house…
Hello. I just found why in my case it was skipping schedules, it was the “Ignore schedules if it is raining” that was on, just turn it to off and the schedules work. I haven’t configure the rain sensor and even with the “Adjust for rainfall” set to off it didn’t start. To prevent this maybe the “Ignore schedules if it is raining” should only work with real value (raining true or false) and if it is not configured the status should be unknown and skip this.
Regards
This look great and is exactly what I want to do. Can you share you Esphome code? I am also look at adding a nextron lcd screen so I can control it at the box.
Thanks! I am planning on using your github irrigation project once I get the hardware working.
This will save me a lot of time. What IO expander are you using? I have the 8574 io expander but it is not being detected. I have tried addresses 0x21 and 0x20 with no luck.
i have 8 Zones and 1 Main Relay. How can i add this Main relay to open before zone 1 starts and close after the last zone?
Thanks in advance
Edit: Solved:
garden_irrigation_triggered_cycle_start.yaml:
#=== Run all the zones in turn
- service: switch.turn_on
target:
entity_id: switch.yourswitch
…
…
#=== CYCLE END PROCESSING
- service: switch.turn_off
target:
entity_id: switch.yourswitch