From 87ba12039098af70ef1f42ba55316a6358347781 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Wed, 11 Sep 2019 15:08:57 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2717954..e043161 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ ## PyFAN -This python script utilizes hwmon and PID as base for fan controlling. +This python script utilizes linux's hwmon interface and a PID controller for fan controlling. No external dependencies besides simple_pid are needed. # Usage -Put your config in /etc/pyfan (reference example config) and enable pyfan as a service (service file also available here). +Put your config in /etc/pyfan (see example config) and enable pyfan as a service (see example service file). + +# Finding your fans +> It is recommended to use pwmconfig from lm_sensors to detect your fans. -# Config To know which hwmon is what device and what pwm controls what fan, the following commands can help you: