mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-20 10:52:45 +01:00
add README.md
This commit is contained in:
23
Code/devterm_fan_daemon_rpi/README.md
Normal file
23
Code/devterm_fan_daemon_rpi/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Fan control daemon for devterm cm3(rpi os)
|
||||
|
||||
## Install
|
||||
```
|
||||
wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add -
|
||||
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list
|
||||
|
||||
sudo apt update && apt install -y devterm-fan-temp-daemon-rpi
|
||||
```
|
||||
|
||||
## Change the threshold temperature
|
||||
|
||||
Edit `/usr/local/bin/temp_fan_daemon.py`
|
||||
|
||||
line starts with `MAX_TEMP=80`
|
||||
|
||||
change the value of MAX_TEMP to whatever youlike
|
||||
|
||||
then restart systemd service to take effect
|
||||
|
||||
`sudo systemctl restart devterm-fan-temp-daemon`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user