Giter VIP home page Giter VIP logo

Comments (3)

morthul avatar morthul commented on July 24, 2024

Completely untested (not even compiled, don't have a dev environment set up for this right now):

Something like changing this:

else if(pid>0)
  dur = water_time_decode(prog.durations[sid]);

To this:

else if(pid>0) {
  unsigned long water_time = (unsigned long)water_time_decode(prog.durations[sid]);
  // if the program is set to use weather scaling
  if (prog.use_weather) water_time = water_time * os.options[OPTION_WATER_PERCENTAGE].value / 100;
  dur = water_time;
}

from opensprinkler.

rayshobby avatar rayshobby commented on July 24, 2024

As specified in the user manual: Manual start program will ignore water percentage, this is because 'manual start program' is assumed to be manually overriding the normal sprinkler programs, therefore it should not observe water percentage, to avoid confusion (for example, a user who wants to manually start a program that waters each station 10 minutes will not want the water percentage to change the timing).

from opensprinkler.

morthul avatar morthul commented on July 24, 2024

Thanks, Ray - I totally understand that in principle and missed that in the manual. I think it's confusing personally, though ;-)

from opensprinkler.

Related Issues (8)

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.