Git Product home page Git Product logo

Comments (5)

petergridge avatar petergridge commented on September 23, 2024 1

Yes that is correct, I will adjust the documentation so both options match.

from irrigation-v5.

petergridge avatar petergridge commented on September 23, 2024 1

Hi, the factor is arbitrary, the 10mm works for me, as it just reduces the watering it does not cut stop it.

There is no particular science behind this, my advice would be to try this as it is and adjust the mm if it is to much or to little.

from irrigation-v5.

jmlt avatar jmlt commented on September 23, 2024

Yes that is correct, I will adjust the documentation so both options match.

thank you!
Also big thanks for this project in general, easiest way to get sonoff 4ch pro r3 working smoothly with stock firmware with easy lovelace support.

from irrigation-v5.

Loic691 avatar Loic691 commented on September 23, 2024

Hi @petergridge
For water adjustment, what is your template code from OpenWeatherMapHistory ?
There's is 2 examples on the githhub page for 10mm of rain.
Is these 10mm for each complete cycle ? or for each day ?

For grass I read the amount of water needed is about 30 or 40mm weekly. Excact ?
So it's around 5mm daily and so on 15mm each 3 days.

Can you explain their factor example. I'm not sure to understand properly. Why 0.5, 0.25 or /10 fir forecast2rain

{{ 
  [(10 
  - day0rain 
  - day1rain*0.5
  - day2rain*0.25
  - forecast1rain*forecast1pop*0.5
  - forecast2rain*forecast2pop*0.25)/10
  ,0]|max
}}

from irrigation-v5.

Loic691 avatar Loic691 commented on September 23, 2024

Ok understood

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.