-
Couldn't load subscription status.
- Fork 106
Update fancontrol.py #7
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
base: master
Are you sure you want to change the base?
Conversation
Remove code that ran shell and parsed output Add code to read temp directly from /sys (as integer) Change temp thresholds from C to C/1000 to keep all arithmetic in int
Fan speed control functionality added
Low fan speed adjustments
Final adjustments
|
Does this implement the same idea as #4 ? Any advantages to this PR over that? |
Replace shell script and parse for temp with reading from sys
Read the core temperature from the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, sorry for the delay here. Would you mind adding some more context to this PR. It would also help to see docstrings for the functions. Thanks for contributing.
Optimizations
Optimization fixes
Revert
Full revert
Fan speed control functionality added
Low fan speed adjustments
Final adjustments
Optimizations
Optimization fixes
Revert
Full revert
Fan speed control functionality added