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 😊
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 😊