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

Update fancontrol.py #7

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Update fancontrol.py #7

wants to merge 27 commits into from

Commits on Jan 26, 2020

  1. Replace shell script and parse for temp with reading from sys

    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
    Bengreen committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    27a1ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    25cd828 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Update fancontrol.py

    Fan speed control functionality added
    Kukers86PL committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    5c39db6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Update fancontrol.py

    Low fan speed adjustments
    Kukers86PL committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    833880b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update fancontrol.py

    Final adjustments
    Kukers86PL committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b87e648 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Merge pull request Howchoo#2 from Bengreen/simplify-temp-fetch

    Replace shell script and parse for temp with reading from sys
    josephtyler authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a51a851 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    d91a04f View commit details
    Browse the repository at this point in the history
  2. Merge pull request Howchoo#5 from expert-m/master

    Read the core temperature from the file
    josephtyler authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ca63427 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Update fancontrol.py

    Optimizations
    Kukers86PL committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8c32a10 View commit details
    Browse the repository at this point in the history
  2. Update fancontrol.py

    Optimization fixes
    Kukers86PL authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    3515455 View commit details
    Browse the repository at this point in the history
  3. Update fancontrol.py

    Revert
    Kukers86PL authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    be8b073 View commit details
    Browse the repository at this point in the history
  4. Update fancontrol.py

    Kukers86PL authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ff592b1 View commit details
    Browse the repository at this point in the history
  5. Update fancontrol.py

    Kukers86PL authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f65c964 View commit details
    Browse the repository at this point in the history
  6. Update fancontrol.py

    Full revert
    Kukers86PL authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    402bd64 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Get temp method update

    Kukers86PL committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    9115d2f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Update fancontrol.py

    Fan speed control functionality added
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    b3d1beb View commit details
    Browse the repository at this point in the history
  2. Update fancontrol.py

    Low fan speed adjustments
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    dd8b1eb View commit details
    Browse the repository at this point in the history
  3. Update fancontrol.py

    Final adjustments
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    6021499 View commit details
    Browse the repository at this point in the history
  4. Update fancontrol.py

    Optimizations
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e3fe992 View commit details
    Browse the repository at this point in the history
  5. Update fancontrol.py

    Optimization fixes
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    30a036f View commit details
    Browse the repository at this point in the history
  6. Update fancontrol.py

    Revert
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    43654fd View commit details
    Browse the repository at this point in the history
  7. Update fancontrol.py

    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    2f35248 View commit details
    Browse the repository at this point in the history
  8. Update fancontrol.py

    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    26d4f50 View commit details
    Browse the repository at this point in the history
  9. Update fancontrol.py

    Full revert
    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    7ee78ec View commit details
    Browse the repository at this point in the history
  10. Update fancontrol.py

    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    1dd6574 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    154ef05 View commit details
    Browse the repository at this point in the history
  12. Update fancontrol.py

    Kukers86PL committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    c675f6c View commit details
    Browse the repository at this point in the history