summaryrefslogtreecommitdiff
path: root/README.md
blob: 6455b68e563693b3c3fb1a061e8f6f0003baff63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# armbian-envtemp-cpufreq

Adjust maximum CPU frequency based on environment temperature.
Works with [temphumd](https://git.ch1p.io/homekit.git/tree/src/temphumd.py) server.

## Config example

```
# roof temphumd server
192.168.1.2:8306

# you can get available frequencies
# from /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies

# temp freq
21 1800000   
24 1704000
28 1608000
32 1320000
36 1080000
40 888000
```