mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #631] automatically change fan speed depending on temperature #566
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#566
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StojanovicMilos on GitHub (Feb 2, 2019).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/631
I think it would be great to have a functionality similar to what speedfan has: either stating temperatures that you want and that are too hot (and update fan speed automatically having that in mind) or making a graph which sets fan speed depending of current temperature.
@Jonas1312 commented on GitHub (Feb 7, 2019):
This is exactly what NBFC does...
@StojanovicMilos commented on GitHub (Feb 7, 2019):
Unless I'm missing something I have to disagree. NBFC can only set a fixed fan speed, regardless of the temperature. What I suggested is a functionality such as: if temp is between 40 and 50, set speed to 30%, if it's between 50 and 60 set to 50%, and if temp is over 60, set to 100%. If I can do this, please teach me how, because I was not able to figure it out.
The only thing I can do in NBFC right now is set a constant fan speed.
@Jonas1312 commented on GitHub (Feb 7, 2019):
Please read the wiki: "Defines how fast the fan runs at different temperatures."
@StojanovicMilos commented on GitHub (Feb 7, 2019):
Thank you!