-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fan: Replace heatup/cooldown logic with up/down curves
Replace calculating the duty on every update with tracking the level in the fan tables to use. This allows knowing whether the system is currently heating up or cooling down. Replace the heatup and cooldown tables with an expanded fan table that defines separate up/down curves. The separate cooldown curve allows running the fans a few degrees below the initial turn-on point so that they do not constantly turn on and off at the threshold. Signed-off-by: Tim Crawford <[email protected]>
- Loading branch information
Showing
3 changed files
with
74 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters