~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Gigabyte/EX38-DS4.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file contributed by Marc Muehlfeld.
 
2
 
 
3
 
 
4
chip "it8718-*"
 
5
 
 
6
        # Voltages
 
7
        label   in0 "CPU Vcore"
 
8
        label   in1 "DDR"
 
9
        label   in2 "+3.3V"
 
10
        label   in3 "+5V"
 
11
        ignore  in4
 
12
        ignore  in5
 
13
        ignore  in6
 
14
        label   in7 "+12V"
 
15
        label   in8 "VBat"
 
16
 
 
17
        compute in3  @ * (6.8/10+1), @ / (6.8/10+1)
 
18
        compute in7  @ * 3.963,      @ / 3.963
 
19
 
 
20
        set in0_min  1.120 * 0.95
 
21
        set in0_max  1.120 * 1.05
 
22
        set in1_min  1.89  * 0.95
 
23
        set in1_max  1.89  * 1.05
 
24
        set in2_min  3.3   * 0.95
 
25
        set in2_max  3.3   * 1.05
 
26
        set in3_min  5     * 0.95
 
27
        set in3_max  5     * 1.05
 
28
        set in7_min 12     * 0.95
 
29
        set in7_max 12     * 1.05
 
30
 
 
31
 
 
32
        # Temperatures
 
33
        label  temp1 "CPU temp"
 
34
        label  temp2 "System temp"
 
35
        ignore temp3
 
36
        
 
37
        set temp1_min 10
 
38
        set temp1_max 65
 
39
        set temp2_min 10
 
40
        set temp2_max 55
 
41
 
 
42
 
 
43
        # Fans
 
44
        label  fan1 "CPU fan"
 
45
        label  fan2 "Chassis fan"
 
46
        label  fan3 "Sys fan 2"
 
47
        label  fan4 "Sys fan 1"