I’m currently trying to optimise my thermal / noise ratio, so I’m looking for something that allows custom curves for the 3 fan headers (PWM) on the motherboard.
I was able to get some script to sort of work by passing commands through the framework_tool. But it is kind of unstable and not that smooth (because of interference with the embeded controller [EC]).
As anyone tried something like this, or gathered any useful information ?
But it’s limited to a single curve for my total of 4 fans, which I -ideally- want to control independently (for positive pressure, noise, etc.) .
It does the job fine for now but I’m considering either tinkering with the code myself (I know nothing about Rust or Svelte so that’d be quite the adventure) or suggesting to Kemal Ozturk via github.
I’m sure there’s a way to autodetect fan headers -which would also futureproof the code for compatibility with possible new Framework designs or refreshes.
Thanks again for the suggestion, I should have kept it simple from the beggining.
The EC’s average CPU temp too slow to react. So it went too hot before the fan spins up and kept running after temp went down.
The fan’s speed overshoots and causes loud noise when spinning up from 0 speed.
The only workaround I found for these 2 issues is keeping the fan running all the time and speed up early at low temp. I wish the EC can be better tuned to address these 2 issues and add more transition points to allow smoother curve (currently it really is just a single linear slope).
I’m not particularly in any rush, I thought of it more as a mid/long term global improvement.
I don’t want you to feel like I’m pressuring you or anything.