Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curve Fan Control #193

Merged
merged 6 commits into from
Apr 29, 2024

Conversation

Zeanon
Copy link
Contributor

@Zeanon Zeanon commented Apr 4, 2024

Add another control algorithm to a temperature fan called curve.
It's basically the same thing you use in your pc, you jsut define a temperature curve and off you go.
Should be pretty self explanatory but please let me know if my documentation makes sense to you :)
Feedback is welcome as always

@Zeanon Zeanon marked this pull request as ready for review April 25, 2024 08:38
@Zeanon Zeanon force-pushed the temperature_fan_curve_control branch from 6f71898 to 02cdd8c Compare April 25, 2024 08:47
Comment on lines 58 to 60
point1: 50.0, 0.0
point2: 55.0, 0.5
point3: 60.0, 1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you think about:

points:
  - 50.0, 0.0
  - 55.0, 0.5
  - 60.0, 1.0

And looping through it to allow a dynamic number of points?

@rogerlz rogerlz merged commit 311bd58 into DangerKlippers:master Apr 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants