Update 'README.md'
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
## PyFAN
|
## 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
|
# 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:
|
To know which hwmon is what device and what pwm controls what fan, the following commands can help you:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user