Files
PyFan/config-example.yaml
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

25 lines
388 B
YAML

loglevel: DEBUG
interval: 1
thermalzones:
- name: GPU+SYSTEM
source: amdgpu/temp1_input
factor: 1000
fan:
- it8686/pwm2
- amdgpu/pwm1: 170
target: 60
pid:
p: 1
i: 1
d: 1.5
- name: CPU
source: coretemp/temp1_input
factor: 1000
fan:
- it8686/pwm1: [100, 200]
target: 50
pid:
p: 1
i: 1
d: 1.5