You were right that “speelgazon” is off, I did this because you asked to activate only 1 zone for the next test. The frequency is also from your explanation I guess:
Can you remove the Adjuster and Frequency from the from the zone configuration, best to remove anything that is not mandatory to set up the zone and a configuration back in 1 setting at a time until it stops working.
Can you also send me the code you are using for the Frequency and Adjustment.
I am using this successfully for Frequency
{% set avgtemp = (forecast1max + forecast2max + forecast3max)/3 %}
{% if avgtemp < 10 %}
Off
{% elif avgtemp < 20 %}
Mon, Wed, Fri
{% else %}
Mon, Tue, Wed, Thu, Fri, Sat, Sun
{% endif %}
Is there something changed?
2 days ago integration stopped working. Integration says migration error and i haven’t changed anything.
But few days ago i updated to latest version.
Yes this version has some bigger tweaks in it. This is the first report of a migration error, but I not sure how many people have tried the Beta version. Are there any other errors in the Log file?
While this may be a pain, sorry, it may be safest to uninstall both the Component and the Card. The Card will be automatically installed with the component. The goal being a single install for both to streamline the install.
I am having an issue with the program in specific situations, but this is causing the irrigation to keep going on for hours… and I need some help to understand how to solve it.
I have 3 switches that are enabled one after the other in the program, with 1 minute wait time between them.
The problem happens when for example the switch #2 is offline (not reachable for any reason) when the switch #1 is almost at the end of its running time.
In such case the program does not switch off the switch #1, skips the switch #2 (because not reachable) and goes to the switch #3.
The consequence is that the switch #1 continues to run, without stopping. Last time it was on for 8 hours, until I realized that there was too much water on the ground…
It has happened also between the switch #2 and #3 (this being somehow not reachable), with the same behavior. When the next switch in the list is not available, then it skips it, but it does not switch off the (previous) running one.
Any idea of the cause?
For the time being I have set up an automation that sends an email if the switches are on for longer than 30 minutes, but sometimes I have missed the mail and could not react timely.
Thank you for the support.
What version are you using? I released a new BETA yesterday, there has been some work in the area of unavailable devices that may have inadvertently impacted.
I cannot reproduce this scenario with my emulation of a switch becoming ‘unavailable’ mid run in the BETA version, but I did find it was not an elegant resolution. I am working on improving this and should have a version out soon.
The scenario of a switch going offline mid run was not one that I had thought of. Thanks for bringing it to my attention. Hopefully your water bill is not to high
thanks for the prompt reply.
I am using the v5.3.5. I will install the v5.4.2 and see what happens.
The problem is that I cannot force the switch to go offline manually (at least I haven’t found yet a way). It happens randomly. Probably due to interference (they are connected through Zigbee, like the IKEA lights ).
If you take the batteries out HA will see it as unavailable, I have a few zigbee devices around the house and found that the Ikea zigbee power plug works well to expand the range, maybe a plug between your main radio and the solenoid will help stabilise the network.
Im using the version 5.4.2, if Run days is a week days its all correct but when I use numbers, like 6 its runs on next day , when the last run was 2 days ago. Thanks
I’m very sorry for my late reply, but I was stuck without irrigation for quite some time, because we had some extensive works that needed to be done in our garden.
In the meanwhile I also got rig of that f*cking Rainbird controller, and got an OpenSprinkler instead.
So I can not test the Rainbird integration anymore
I just need to make some template switches for the OpenSprinkler controller (manual control), and after that I can retry your component and card (not the beta ones).
Thanks for that extra hint, I have identified the issue and have created version 5.4.3 Beta, NOTE: this has a breaking change that will impact grouped zones.
I will be away for a little over a month exploring France and will not be able to work on the project during that time.
hello, i’m trying to set up the irrigation but my sprinklers are set up as booleans and not switch.
so the ui config wil not let me input them in the drop down
any help?
Hi @hlalayan, I still had issues with numeric frequency after this last update so I have redeveloped that section and it appears to be behaving better in V5.4.4