Git Product home page Git Product logo

Comments (11)

petergridge avatar petergridge commented on June 22, 2024

Hi @jellyneck84 ,

Try this feature https://github.com/petergridge/Irrigation-V5#watering-adjuster-feature. I use OpenWeatherMapHistory to look at the past and forecast weather to adjust the amount of water applied, for example if 7.5mm equivalent rainfall has been received in the last few days the watering system will only run for 50% of the nominated run time. The OWMH component is configurable so it can use the information exposed to support many models, even watering more if the temperature is expected to be high.

Cheers
Pete

from irrigation-v5.

jellyneck84 avatar jellyneck84 commented on June 22, 2024

Hallo Peter. But then i still need a helper which is set by an automation and Container the value, for example 0.5.

Any idea how to Set this? Through an automation? Or just a template sensor with a trigger? Maybe you have an example for me.

from irrigation-v5.

petergridge avatar petergridge commented on June 22, 2024

Here is a template example your can try. This sample will will run in the developer tools/template window.

{% set rain48 = 16 -%}
{% if rain48 > 15 -%}
True
{% else -%}
False
{% endif -%}

swap out the rain48 constant for your sensor to test with your system values.

once you are happy with the results you can create the binary sensor using the UI
image

from irrigation-v5.

jellyneck84 avatar jellyneck84 commented on June 22, 2024

Ok, this will just Set it to true, or false, but not the reduction value, but should work similar. Will give it a try. Thx

from irrigation-v5.

jellyneck84 avatar jellyneck84 commented on June 22, 2024

Another question, even if offtopic: what does "Support for rainbird Controller " means in release notes? Isnt the Controller irrelevant, because you need just define the Zone switch for opening the valve?

from irrigation-v5.

petergridge avatar petergridge commented on June 22, 2024

The value reduction is provided by the OWMH so once it is configured you reference the sensor in the irrigation component.

The rainbird controller has a default run time of only a few minutes, to allow it to run for longer the rainbird API is required to be called.

from irrigation-v5.

jellyneck84 avatar jellyneck84 commented on June 22, 2024

The value reduction is provided by the OWMH so once it is configured you reference the sensor in the irrigation component.

The rainbird controller has a default run time of only a few minutes, to allow it to run for longer the rainbird API is required to be called.

You mean to keep the connection with the controller open? I am using rainbird esp-rzx with WiFi lnk Modul.... is thought with the rainbird Integration its just a local connection to the Controller triggering the Zone.

Screenshot_20240110_063617_Home Assistant.jpg

Controller is offline because of powered off.....

from irrigation-v5.

petergridge avatar petergridge commented on June 22, 2024

I don't have a rainbird controller and developed this with a user that was having issues. I am not sure how effective it is. If you are not having issues with longer run times that is good.

from irrigation-v5.

jellyneck84 avatar jellyneck84 commented on June 22, 2024

from irrigation-v5.

jellyneck84 avatar jellyneck84 commented on June 22, 2024

Ah yeah, and a 3rd question: Can i setup the irrigation card to show me always all details of the zone (toggle the settings button by default)
image

from irrigation-v5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.