From 272b71f80537aa847ebccf0e631ddd8aab42cd90 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 3 Sep 2019 15:30:00 +0200 Subject: [PATCH] added example config file --- config-example.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config-example.yaml diff --git a/config-example.yaml b/config-example.yaml new file mode 100644 index 0000000..6bc803c --- /dev/null +++ b/config-example.yaml @@ -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 \ No newline at end of file