summaryrefslogtreecommitdiff
path: root/thermal_info_config_charge_tangorpro.json
blob: f1671817b0ce070e112a5ce6ee3519f08a14fc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
    "Sensors":[
        {
            "Name":"battery",
            "Type":"BATTERY",
            "Multiplier":0.001
        },
        {
            "Name":"neutral_therm",
            "Type":"UNKNOWN",
            "TempPath":"/dev/thermal/tz-by-name/neutral_therm/tz_temp",
            "Multiplier":0.001
        },
        {
            "Name":"quiet_therm",
            "Type":"UNKNOWN",
            "HotThreshold":["NAN", "35.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
            "TempPath":"/dev/thermal/tz-by-name/quiet_therm/tz_temp",
            "Multiplier":0.001
        },
        {
            "Name":"charger_skin_therm",
            "Type":"UNKNOWN",
            "HotThreshold":["NAN", "39.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
            "TempPath":"/dev/thermal/tz-by-name/charger_skin_therm/tz_temp",
            "Multiplier":0.001,
            "PollingDelay":60000,
            "PassiveDelay":7000
        },
        {
            "Name":"disp_therm",
            "Type":"UNKNOWN",
            "TempPath":"/dev/thermal/tz-by-name/disp_therm/tz_temp",
            "Multiplier":0.001
        },
        {
            "Name":"usb_pwr_therm",
            "Type":"UNKNOWN",
            "HotThreshold":["NAN", "37.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
            "TempPath":"/dev/thermal/tz-by-name/usb_pwr_therm/tz_temp",
            "Multiplier":0.001,
            "PollingDelay":300000,
            "PassiveDelay":7000
        },
        {
            "Name":"usb_pwr_therm2",
            "Type":"UNKNOWN",
            "TempPath":"/dev/thermal/tz-by-name/usb_pwr_therm2/tz_temp",
            "Multiplier":0.001
        },
        {
            "Name":"VIRTUAL-BACK-CHARGER",
            "Type":"UNKNOWN",
            "Hidden":true,
            "VirtualSensor":true,
            "TriggerSensor":"charger_skin_therm",
            "Formula":"WEIGHTED_AVG",
            "Combination":["neutral_therm", "quiet_therm", "charger_skin_therm", "disp_therm"],
            "Coefficient":["-0.32", "0.85", "0.26", "0.08"],
            "HotThreshold":["NAN", "39.0", "43.0", "45.0", "47.0", "51.0", "55.0"],
            "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9],
            "Offset":2040,
            "Multiplier":0.001,
            "PollingDelay":300000,
            "PassiveDelay":7000,
            "BindedCdevInfo": [
                {
                    "CdevRequest": "fcc",
                    "LimitInfo": [0, 1, 2, 3, 4, 5, 5]
                }
            ]
        },
        {
            "Name":"USB-MINUS-USB2",
            "Type":"UNKNOWN",
            "Hidden":true,
            "VirtualSensor":true,
            "Formula":"WEIGHTED_AVG",
            "Combination":["usb_pwr_therm", "usb_pwr_therm2"],
            "Coefficient":["1.0", "-1.0"],
            "Multiplier":0.001
        },
        {
            "Name":"NEUTRAL-MINUS-USB2",
            "Type":"UNKNOWN",
            "Hidden":true,
            "VirtualSensor":true,
            "Formula":"WEIGHTED_AVG",
            "Combination":["neutral_therm", "usb_pwr_therm2"],
            "Coefficient":["1.0", "-1.0"],
            "Multiplier":0.001
        },
        {
            "Name":"VIRTUAL-USBC-THROTTLING-LOW-SOC",
            "Type":"UNKNOWN",
            "Hidden":true,
            "VirtualSensor":true,
            "Formula":"COUNT_THRESHOLD",
            "Combination":["usb_pwr_therm", "USB-MINUS-USB2"],
            "Coefficient":["38000", "5500"],
            "Multiplier":1
        },
        {
            "Name":"VIRTUAL-USBC-THROTTLING-HIGH-SOC",
            "Type":"UNKNOWN",
            "Hidden":true,
            "VirtualSensor":true,
            "Formula":"COUNT_THRESHOLD",
            "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "NEUTRAL-MINUS-USB2"],
            "Coefficient":["38000", "1000", "10000"],
            "Multiplier":1
        },
        {
            "Name":"VIRTUAL-USB-THROTTLING",
            "Type":"USB_PORT",
            "Hidden":true,
            "VirtualSensor":true,
            "Formula":"COUNT_THRESHOLD",
            "TriggerSensor": "usb_pwr_therm",
            "Combination":["VIRTUAL-USBC-THROTTLING-LOW-SOC", "VIRTUAL-USBC-THROTTLING-HIGH-SOC"],
            "Coefficient":["2.0", "3.0"],
            "HotThreshold":["NAN", "NAN", "NAN", "NAN", "1.0", "NAN", "NAN"],
            "BindedCdevInfo": [
                {
                    "CdevRequest": "usbc-port",
                    "LimitInfo": [0, 0, 0, 0, 1, 1, 1]
                }
            ],
            "Multiplier":1,
            "PollingDelay":300000,
            "PassiveDelay":7000
        }
    ],
    "CoolingDevices":[
        {
            "Name":"fcc",
            "Type":"BATTERY"
        },
        {
            "Name":"usbc-port",
            "Type":"BATTERY"
        }
    ]
}