diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-07 19:36:24 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-07 19:36:24 +0300 |
commit | 92d2d026ae198083108f23ba7529e12a7375b4ca (patch) | |
tree | 88134acdd6c6795e84cdcaad7427645a63e6f771 /README.md |
initial
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6455b68 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` |