Commit Graph

42 Commits

Author SHA1 Message Date
Giovanni Harting 0800a3e2e8 reformat with black;
use pwm_min of 1 since newer kernels have different behaviour on pwm=0
2023-08-26 00:15:09 +02:00
Giovanni Harting 6632f364ff added python type hint stub 2021-04-29 09:27:41 +02:00
Giovanni Harting 098807db09 added fan interval per thermalzone and pid interval global 2021-04-29 09:27:14 +02:00
Giovanni Harting 7b1760ff58 use new __repr__ for PID debugging 2021-04-29 08:08:57 +02:00
Giovanni Harting 4379a8edac fixed all pylint warnings 2021-04-10 19:56:04 +02:00
Giovanni Harting 3cffd7fbb5 added pylintrc based on googles pylintrc 2021-04-10 19:55:33 +02:00
Giovanni Harting 9d84161759 added config example for multiple sources, some doc improvements 2020-11-15 17:57:44 +01:00
Giovanni Harting ca23ce9418 added support for multiple temperature sources, highest wins 2020-11-15 17:50:22 +01:00
Giovanni Harting d6ab4d8451 use correct variable for parent pyfan, fixes #3 2020-03-28 17:07:45 +01:00
Giovanni Harting c93865cf97 added reloading of hwmap after file not found errors 2020-03-10 02:17:31 +01:00
Giovanni Harting 6511439bf5 fixed some typos and restructured some text. 2020-03-03 18:38:31 +01:00
Giovanni Harting 2777cd8046 Update 'README.md' 2020-03-01 20:41:28 +01:00
Giovanni Harting c99e89a124 Update 'README.md' 2020-03-01 20:39:35 +01:00
Giovanni Harting cc4a9ae226 Update 'README.md' 2020-03-01 20:34:31 +01:00
Giovanni Harting cd5af81c06 fixed some typos and restructured some text. 2020-03-01 19:57:37 +01:00
Giovanni Harting 7cc70d1344 added some detailed infos about config values, still work in progress. 2020-03-01 19:50:44 +01:00
Giovanni Harting 1d2ce38e9b relicense to GPLv3 2020-02-09 15:35:21 +01:00
Giovanni Harting 5ef32635f7 adjusted startup message for interval 2019-12-27 20:00:35 +01:00
Giovanni Harting 8d95e69048 added more debug log to determine current pwm setting 2019-12-27 15:11:19 +01:00
Giovanni Harting 772408fc6d fixed interval key check 2019-12-27 14:48:16 +01:00
Giovanni Harting e980293ab6 added interval and min/max config options
added [min, max] option to fans
added pid check interval setting to daemon
2019-12-27 14:30:38 +01:00
Giovanni Harting 6e45b77aba Update 'README.md' 2019-10-04 11:26:12 +02:00
Giovanni Harting 6074353b95 Merge remote-tracking branch 'origin/master' 2019-10-04 11:13:27 +02:00
Giovanni Harting 3f96734d84 removed unused config variable 2019-10-04 11:13:19 +02:00
Giovanni Harting dd9084ef0d Switched back to sbin 2019-10-04 10:23:47 +02:00
Giovanni Harting fe99608da6 Switched sbin to bin 2019-10-04 10:21:27 +02:00
Giovanni Harting 89aa3516e1 fixed description 2019-10-04 10:12:59 +02:00
Giovanni Harting 30201163f9 Adjusted service file path 2019-10-04 10:12:27 +02:00
Giovanni Harting 69bac0b97b handled None return for temp 2019-09-15 00:47:09 +02:00
Giovanni Harting e4bda467bf fixed file not found when hwmon was not fully initialized on startup 2019-09-15 00:43:46 +02:00
Giovanni Harting f8b1d87a4e adjusted .service file to better suite manual installations 2019-09-11 15:21:14 +02:00
Giovanni Harting 01cd1a1517 made .gitignore include idea 2019-09-11 15:19:13 +02:00
Giovanni Harting 87ba120390 Update 'README.md' 2019-09-11 15:08:57 +02:00
Giovanni Harting 180ff99c4f fixed dict containing newlines
added missing alias in config
2019-09-11 15:00:39 +02:00
Giovanni Harting 67ba3d8fca added hwmon alias map
linux kernel does not guarantee order of hwmon devices, so use alias instead that gets replaced with teh correct hwmonX, based on hwmonX/name
2019-09-11 14:43:49 +02:00
Giovanni Harting 0bd909d157 fixed reset warning
added handling for file not found
2019-09-08 21:53:26 +02:00
Giovanni Harting 2011226cac improved warning logging 2019-09-06 10:00:21 +02:00
Giovanni Harting eb220f744a better error handling
fixed resume reset
better logging messages

Signed-off-by: Giovanni Harting <539@idlegandalf.com>
2019-09-06 07:23:59 +02:00
Giovanni Harting a5da4176ef adjusted readme 2019-09-03 16:21:30 +02:00
Giovanni Harting 272b71f805 added example config file 2019-09-03 15:30:00 +02:00
Giovanni Harting 8aac0de0e1 inital commit 2019-09-03 15:27:49 +02:00
Giovanni Harting 26f4c1295a Initial commit 2019-09-03 15:25:29 +02:00