[GH-ISSUE #1318] Add a fan curve or per-temperature fan speed settings #1129

Closed
opened 2026-02-26 00:34:26 +03:00 by kerem · 1 comment
Owner

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 😊

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 😊
kerem 2026-02-26 00:34:26 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@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

<!-- gh-comment-id:1631659675 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#1129
No description provided.