26 lines
400 B
YAML
26 lines
400 B
YAML
loglevel: DEBUG
|
|
|
|
thermalzones:
|
|
- name: GPU+SYSTEM
|
|
hwmon: amdgpu
|
|
source: amdgpu/temp1_input
|
|
factor: 1000
|
|
fan:
|
|
- it8686/pwm2
|
|
- amdgpu/pwm1: 170
|
|
target: 60
|
|
pid:
|
|
p: 1
|
|
i: 1
|
|
d: 1.5
|
|
- name: CPU
|
|
hwmon: it8686
|
|
source: coretemp/temp1_input
|
|
factor: 1000
|
|
fan:
|
|
- it8686/pwm1
|
|
target: 50
|
|
pid:
|
|
p: 1
|
|
i: 1
|
|
d: 1.5 |