Commit Graph

40 Commits

Author SHA1 Message Date
manuelkamp b71972ec80
Update README.md 2021-09-02 17:22:10 +02:00
manuelkamp 8fce03054e
Update read_fan_speed_and_cpu.py 2021-05-18 23:12:30 +02:00
manuelkamp f1bef44fc1
Update read_fan_speed_and_cpu.py 2021-05-18 23:11:21 +02:00
manuelkamp bcae5cb90d
Create read_fan_speed_and_cpu.py 2021-05-18 23:09:06 +02:00
manuelkamp 1f47cef9a8
Update README.md 2021-05-18 22:51:39 +02:00
manuelkamp 32e08e4845
Update fan_control.py 2021-05-18 22:50:27 +02:00
DriftKingTW b3002f3349 Fix CPU high usage issue
Library already puts in kHz, the value should be 25 instead of 25000
2021-03-22 22:01:10 +08:00
DriftKingTW ec978dc292 Add atexit to reset fan speed to full when process got killed 2021-03-12 23:29:18 +08:00
DriftKingTW 0ee403d2f8 Revert "Add atexit to reset fan speed when process got killed"
This reverts commit 2ed2c89c7c.
2021-03-12 23:28:12 +08:00
DriftKingTW 2ed2c89c7c Add atexit to reset fan speed when process got killed 2021-03-12 23:14:51 +08:00
DriftKingTW 82111a3748 Fix: ctrl+c won't set fan to full speed 2021-03-12 23:12:07 +08:00
DriftKingTW 79e191710c Fix the link to English post in readme 2021-02-20 17:11:22 +08:00
DriftKingTW 6a98ff3b99
Merge pull request #6 from funnym0nk3y/systemd_service
Added systemd service
2021-02-20 16:12:00 +08:00
DriftKingTW 27cc4b7354
Merge pull request #5 from funnym0nk3y/master
Changed shebang to python3 and added a dead band at lower limit
2021-02-20 15:09:18 +08:00
funnym0nk3y 3b899b0acd Merge branch 'master' into systemd_service 2021-02-08 20:56:59 +01:00
funnym0nk3y ba76e0e7a3 Changed shebang to python3 2021-02-08 20:56:32 +01:00
funnym0nk3y 1e6980ff6b Adjusted settings 2021-02-08 20:49:03 +01:00
funnym0nk3y 538454ed05 Merge branch 'master' into systemd_service 2021-02-08 20:37:37 +01:00
funnym0nk3y 35f7f1bc17 Fix bug in getCpuTemperature() 2021-02-08 20:37:13 +01:00
funnym0nk3y 9a94c881ae Merge branch 'master' into systemd_service 2021-02-08 20:32:46 +01:00
funnym0nk3y f839eadcab Changed getCpuTemperature() not not require special privileges 2021-02-08 20:26:53 +01:00
funnym0nk3y a3a68189aa added script name 2021-02-08 18:32:55 +01:00
funnym0nk3y 9e644dc125 Initial systemd service 2021-02-08 18:21:02 +01:00
DriftKingTW f39c31e090
Merge pull request #4 from DriftKingTW/add-license-1
Create LICENSE
2021-02-04 13:45:33 +08:00
DriftKingTW cb32242b0b
Create LICENSE 2021-02-04 13:44:14 +08:00
funnym0nk3y e3bae97ced Added .gitignore 2021-02-02 23:11:50 +01:00
funnym0nk3y 1f182efe3a Added dead band on lower boundry 2021-02-02 23:09:41 +01:00
DriftKingTW 58b950fa40
Merge pull request #2 from funnym0nk3y/master
Update print to print()
2021-02-03 01:29:06 +08:00
funnym0nk3y 3ceca1c99c
Update print to print() 2021-02-02 15:37:54 +01:00
DriftKingTW 417335ce03 Fix link syntax 2020-10-12 07:24:53 +08:00
DriftKingTW 18625fe9a2 Revert "Fix link syntax"
This reverts commit 3c6eeeb6da.
2020-10-12 07:23:53 +08:00
DriftKingTW 3c6eeeb6da Fix link syntax 2020-10-12 07:23:04 +08:00
DriftKingTW a96cfa8e48 Update README.md 2020-10-12 07:19:41 +08:00
DriftKingTW ee75784f3a Fix numeric type issue
Convert integer to float before calculation.
2020-10-12 07:19:20 +08:00
DriftKingTW abd94a47a2
Update README.md 2019-12-20 17:54:16 +08:00
DriftKingTW dbfe3ec8ac Fix filename typo 2019-12-20 17:49:33 +08:00
DriftKingTW c5fb7ddc4a Optmize configuration for Noctua NF-A4 PWM 5V fan 2019-11-24 21:40:40 +08:00
DriftKingTW 2af8c9978e Add fan speed monitoring program 2019-11-24 21:38:50 +08:00
DriftKingTW f34a93e417 Add pwm fan contorl code 2019-11-23 23:37:43 +08:00
DriftKingTW 0b803ffbf9 Initial commit 2019-11-23 23:36:19 +08:00