Created
April 15, 2024 07:09
-
-
Save nunocunha/38af99239d0e30a960023a56ae20e3c1 to your computer and use it in GitHub Desktop.
thinkfan.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensors: | |
- hwmon: /sys/class/hwmon | |
name: coretemp | |
indices: [1] | |
- tpacpi: /proc/acpi/ibm/thermal | |
indices: [0, 1] | |
- hwmon: /sys/class/hwmon | |
name: iwlwifi_1 | |
indices: [1] | |
fans: | |
- tpacpi: /proc/acpi/ibm/fan | |
levels: | |
- speed: 1 | |
upper_limit: [42, 42, 42, 29] | |
- speed: 2 | |
lower_limit: [40, 40, 40, 28] | |
upper_limit: [45, 45, 45, 31] | |
- speed: 3 | |
lower_limit: [43, 43, 43, 30] | |
upper_limit: [48, 48, 48, 33] | |
- speed: 4 | |
lower_limit: [46, 46, 46, 32] | |
upper_limit: [51, 51, 51, 35] | |
- speed: 5 | |
lower_limit: [49, 49, 49, 34] | |
upper_limit: [54, 54, 54, 37] | |
- speed: 6 | |
lower_limit: [52, 52, 52, 36] | |
upper_limit: [57, 57, 57, 39] | |
- speed: 7 | |
lower_limit: [55, 55, 55, 38] | |
upper_limit: [60, 60, 60, 41] | |
- speed: level full-speed | |
lower_limit: [58, 58, 58, 40] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment