Code Monkey home page Code Monkey logo

Comments (1)

markusressel avatar markusressel commented on June 3, 2024

Thank you for the suggestions 👍

initially step up in increments by 20 to quickly catch starting PWM

I don't think it matters too much how long it takes to make the initial measurement, since it is a one-time operation. We can add a configuration option for this though and give users a choice.

also do fans one by one to prevent potential overheating from shutting down all the fans @start

This doesn't prevent systems from shutting down due to overheating issues, if f.ex. there is only a single CPU fan. I don't think there is a way to prevent this other than having the system mostly idle when initializing fan2go, but, again, this is a only a single time operation. So I don't think it is a big issue. When you initialize fans for fancontrol you would have to do the exact same thing.

The way I initially wanted the calibration to work was incremental and ongoing. I wanted to do build a rough estimation for the fan speed curve when initializing, and continuously improve that with live data while fan2go is running. But since it has been working pretty much perfectly with the current approach, I didn't invest the time to implement this.

it would be really nice to combine sensors in some kind of simple logic (median, max, floor(md5(rand())), ...) to i.e configure case fans to ramp up if either gpu or cpu need more cooling

I totally agree, but I don't have the need or time to implement this. You can definitely open a dedicated issue for tracking this specific feature though and maybe it will be implemented by someone (maybe even you) in the future.

from fan2go.

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.