-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PID control #139
Comments
Thanks, yeah this is the case. We couldn't rely on libsensors system dep because we use a custom fork anyway.
Is there an equivalent in this project https://getfancontrol.com/ ? It sound like this could be done using the Graph behavior, maybe with a settings for not make a maximum delta for changing percentage, e.i, to go from 20 to 50%, it must make multiple step each iteration (25, 30, ...) |
As referenced here: Rem0o/FanControl.Releases#2196 (comment) I think it's safe to say the repo owner do not believe in the concept, or believe it safe perhaps. I think while Rem0o the owner of the repo raises a few valid points, it should be a matter of careful configuration and not something someone without experience with PIDs should do, or at the very least very much at their own risk. |
Ok so i did miss understood the first comment. I don't have strong opinion on adding a voltage sensor. It seems to have request for it so it might be a good addition. I'm not sure how this would integrate in fan-control tho? So it will help if you could explain what exactly fan-control need to do. |
I just want to preface this issue that I love that this project, from what I gather after some superficial investigation, does not actually need the lm-sensors package with the necessary libraries embedded into the binary, and that its rust so its a generally small footprint.
Use Case
PID control would adapt fan speed to a desired temperature point.
This would stop temperature spikes to create fan spikes, and make fans try to reach a desired temperature if possible.
It would also spin down fans if temperature is already at desired temperature.
Proposed Change
New PID behavior for control.
Who Benefits From The Change(s) ?
Those who wish to maintain constant temperature or avoid fans spinning up and down too quickly.
The text was updated successfully, but these errors were encountered: