"helion": {
"fanSpeedUpdateFrequency": 5,
"movingAverageInterval": 30,
"speedCurve": [
{ "temp": 0, "speed": 0 },
{ "temp": 50, "speed": 0 },
{ "temp": 68, "speed": 23 },
{ "temp": 75, "speed": 39 },
{ "temp": 80, "speed": 100}
]
}
I mostly designed this to minimize noise when playing a game that draws around ~21W. It seems to work suspiciously well, but I did neglect the upper part of the temperature curve.
I made it by messing around with sudo ectool fanduty
and making measurements using btop
and sudo ectool temps
.
Any feedback?