mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #1318] Add a fan curve or per-temperature fan speed settings #1129
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#1129
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 @RationalFragile on GitHub (Jan 11, 2023).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1318
Is your feature request related to a problem? Please describe.
If I want to change the default fan curve of my laptop, I can only set a fixed value (or auto), if I set a low enough value to my liking, eventually it reaches a critical temperature and the laptop takes control of the fan and forces it to 100%.
Describe the solution you'd like
Add a fan curve or temperature thresholds. For example, run at 25%; if temp is above 60°, run at 50%; if temp is above 80° run at 100%.
Additional context
If the curve widget will be too much of hassle, having a list of variable length list of percentage-minimumTemperature will be enough to achieve the same result with less code. The points can either be used as a step function or as linear segments, both will be good enough I think.
Even if you have to write the points in a text file and select that in the interface, it will do the job just fine.
Thank you 😊
@github-actions[bot] commented on GitHub (Jul 12, 2023):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed