added example config file

This commit is contained in:
2019-09-03 15:30:00 +02:00
parent 8aac0de0e1
commit 272b71f805

26
config-example.yaml Normal file
View File

@@ -0,0 +1,26 @@
loglevel: DEBUG
thermalzones:
-
name: GPU+SYSTEM
source: hwmon3/temp1_input
factor: 1000
fan:
- hwmon2/pwm2
- hwmon3/pwm1: 170
target: 60
pid:
p: 1
i: 1.5
d: 2
-
name: CPU
source: hwmon1/temp1_input
factor: 1000
fan:
- hwmon2/pwm1
target: 50
pid:
p: 1
i: 1.5
d: 2