Lowerlimit for PWM #230
Reference in New Issue
Block a user
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?
Would it not make more sense to make the lower (temp a) a limit for the pwm?
In my case the pan doesn't like very low duty cycles. so using the lower temp as an absolute limit would make more sense,
If you wanted to have the pwm scale from 0 then set a temperature at which it would be zero as temp a.
for example:

in this case the fan would be completely off at temperatures below 25 deg, and jump straight to 40% when it reaches that temperature, scaling up to 34 deg for 100%.
I’m fine with this change. Thanks!