blob: 1a91a0707a3fd652e996155bdb07ba504dc0b53d [file] [log] [blame]
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001{
2 "Exposes": [
3 {
4 "Address": "0x1d",
5 "Bus": 14,
6 "Labels": [
7 "in0",
8 "in1",
9 "in2",
10 "in3"
11 ],
12 "Name": "SPIDER_ADC_1D",
13 "Thresholds": [
14 {
15 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +080016 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080017 "Label": "in0",
18 "Name": "upper non recoverable",
19 "Severity": 4,
20 "Value": 13.74
21 },
22 {
23 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +080024 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080025 "Label": "in0",
26 "Name": "upper critical",
27 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +080028 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080029 },
30 {
31 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +080032 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080033 "Label": "in0",
34 "Name": "upper non critical",
35 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +080036 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080037 },
38 {
39 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +080040 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080041 "Label": "in0",
42 "Name": "lower non critical",
43 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +080044 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080045 },
46 {
47 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +080048 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080049 "Label": "in0",
50 "Name": "lower critical",
51 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +080052 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080053 },
54 {
55 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +080056 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080057 "Label": "in0",
58 "Name": "lower non recoverable",
59 "Severity": 4,
60 "Value": 10.32
61 },
62 {
63 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +080064 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080065 "Label": "in1",
66 "Name": "upper non recoverable",
67 "Severity": 4,
68 "Value": 3.8
69 },
70 {
71 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +080072 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080073 "Label": "in1",
74 "Name": "upper critical",
75 "Severity": 1,
76 "Value": 3.564
77 },
78 {
79 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +080080 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080081 "Label": "in1",
82 "Name": "upper non critical",
83 "Severity": 0,
84 "Value": 3.531
85 },
86 {
87 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +080088 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080089 "Label": "in1",
90 "Name": "lower non critical",
91 "Severity": 0,
92 "Value": 3.069
93 },
94 {
95 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +080096 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080097 "Label": "in1",
98 "Name": "lower critical",
99 "Severity": 1,
100 "Value": 3.036
101 },
102 {
103 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800104 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800105 "Label": "in1",
106 "Name": "lower non recoverable",
107 "Severity": 4,
108 "Value": 2.8
109 },
110 {
111 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800112 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800113 "Label": "in2",
114 "Name": "upper non recoverable",
115 "Severity": 4,
116 "Value": 13.74
117 },
118 {
119 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800120 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800121 "Label": "in2",
122 "Name": "upper critical",
123 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800124 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800125 },
126 {
127 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800128 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800129 "Label": "in2",
130 "Name": "upper non critical",
131 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800132 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800133 },
134 {
135 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800136 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800137 "Label": "in2",
138 "Name": "lower non critical",
139 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800140 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800141 },
142 {
143 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800144 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800145 "Label": "in2",
146 "Name": "lower critical",
147 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800148 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800149 },
150 {
151 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800152 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800153 "Label": "in2",
154 "Name": "lower non recoverable",
155 "Severity": 4,
156 "Value": 10.32
157 },
158 {
159 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800160 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800161 "Label": "in3",
162 "Name": "upper non recoverable",
163 "Severity": 4,
164 "Value": 3.8
165 },
166 {
167 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800168 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800169 "Label": "in3",
170 "Name": "upper critical",
171 "Severity": 1,
172 "Value": 3.564
173 },
174 {
175 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800176 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800177 "Label": "in3",
178 "Name": "upper non critical",
179 "Severity": 0,
180 "Value": 3.531
181 },
182 {
183 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800184 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800185 "Label": "in3",
186 "Name": "lower non critical",
187 "Severity": 0,
188 "Value": 3.069
189 },
190 {
191 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800192 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800193 "Label": "in3",
194 "Name": "lower critical",
195 "Severity": 1,
196 "Value": 3.036
197 },
198 {
199 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800200 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800201 "Label": "in3",
202 "Name": "lower non recoverable",
203 "Severity": 4,
204 "Value": 2.8
205 }
206 ],
207 "Type": "ADC128D818",
Lora Lin2e141a92024-10-21 16:30:55 +0800208 "in0_Name": "SPIDER_ADC_NIC0_12V_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800209 "in0_Scale": 112.3596,
Lora Lin2e141a92024-10-21 16:30:55 +0800210 "in1_Name": "SPIDER_ADC_NIC0_3V3_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800211 "in1_Scale": 410.6776,
Lora Lin2e141a92024-10-21 16:30:55 +0800212 "in2_Name": "SPIDER_ADC_NIC1_12V_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800213 "in2_Scale": 112.3596,
Lora Lin2e141a92024-10-21 16:30:55 +0800214 "in3_Name": "SPIDER_ADC_NIC1_3V3_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800215 "in3_Scale": 410.6776
216 },
217 {
218 "Address": "0x36",
219 "Bus": 14,
220 "Labels": [
221 "in0",
222 "in1"
223 ],
224 "Name": "SPIDER_ADC_36",
225 "Thresholds": [
226 {
227 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800228 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800229 "Label": "in0",
230 "Name": "upper non recoverable",
231 "Severity": 4,
232 "Value": 14.333
233 },
234 {
235 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800236 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800237 "Label": "in0",
238 "Name": "upper critical",
239 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800240 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800241 },
242 {
243 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800244 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800245 "Label": "in0",
246 "Name": "upper non critical",
247 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800248 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800249 },
250 {
251 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800252 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800253 "Label": "in0",
254 "Name": "lower non critical",
255 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800256 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800257 },
258 {
259 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800260 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800261 "Label": "in0",
262 "Name": "lower critical",
263 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800264 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800265 },
266 {
267 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800268 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800269 "Label": "in0",
270 "Name": "lower non recoverable",
271 "Severity": 4,
272 "Value": 10.091
273 },
274 {
275 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800276 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800277 "Label": "in1",
278 "Name": "upper non recoverable",
279 "Severity": 4,
280 "Value": 3.828
281 },
282 {
283 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800284 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800285 "Label": "in1",
286 "Name": "upper critical",
287 "Severity": 1,
288 "Value": 3.432
289 },
290 {
291 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800292 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800293 "Label": "in1",
294 "Name": "upper non critical",
295 "Severity": 0,
296 "Value": 3.399
297 },
298 {
299 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800300 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800301 "Label": "in1",
302 "Name": "lower non critical",
303 "Severity": 0,
304 "Value": 3.201
305 },
306 {
307 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800308 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800309 "Label": "in1",
310 "Name": "lower critical",
311 "Severity": 1,
312 "Value": 3.168
313 },
314 {
315 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800316 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800317 "Label": "in1",
318 "Name": "lower non recoverable",
319 "Severity": 4,
320 "Value": 2.64
321 }
322 ],
323 "Type": "ADC128D818",
Lora Lin2e141a92024-10-21 16:30:55 +0800324 "in0_Name": "SPIDER_ADC_MEDUSA_12V_AUX_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800325 "in0_Scale": 112.3596,
326 "in1_Name": "SPIDER_ADC_3V3_AUX_VOLT_V",
327 "in1_Scale": 410.6776
328 },
329 {
330 "Address": "0x37",
331 "Bus": 14,
332 "Labels": [
333 "in0",
334 "in1",
335 "in2",
336 "in3"
337 ],
338 "Name": "SPIDER_ADC_37",
339 "Thresholds": [
340 {
341 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800342 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800343 "Label": "in0",
344 "Name": "upper non recoverable",
345 "Severity": 4,
346 "Value": 13.74
347 },
348 {
349 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800350 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800351 "Label": "in0",
352 "Name": "upper critical",
353 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800354 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800355 },
356 {
357 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800358 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800359 "Label": "in0",
360 "Name": "upper non critical",
361 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800362 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800363 },
364 {
365 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800366 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800367 "Label": "in0",
368 "Name": "lower non critical",
369 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800370 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800371 },
372 {
373 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800374 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800375 "Label": "in0",
376 "Name": "lower critical",
377 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800378 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800379 },
380 {
381 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800382 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800383 "Label": "in0",
384 "Name": "lower non recoverable",
385 "Severity": 4,
386 "Value": 10.32
387 },
388 {
389 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800390 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800391 "Label": "in1",
392 "Name": "upper non recoverable",
393 "Severity": 4,
394 "Value": 3.8
395 },
396 {
397 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800398 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800399 "Label": "in1",
400 "Name": "upper critical",
401 "Severity": 1,
402 "Value": 3.564
403 },
404 {
405 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800406 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800407 "Label": "in1",
408 "Name": "upper non critical",
409 "Severity": 0,
410 "Value": 3.531
411 },
412 {
413 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800414 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800415 "Label": "in1",
416 "Name": "lower non critical",
417 "Severity": 0,
418 "Value": 3.069
419 },
420 {
421 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800422 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800423 "Label": "in1",
424 "Name": "lower critical",
425 "Severity": 1,
426 "Value": 3.036
427 },
428 {
429 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800430 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800431 "Label": "in1",
432 "Name": "lower non recoverable",
433 "Severity": 4,
434 "Value": 2.8
435 },
436 {
437 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800438 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800439 "Label": "in2",
440 "Name": "upper non recoverable",
441 "Severity": 4,
442 "Value": 13.74
443 },
444 {
445 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800446 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800447 "Label": "in2",
448 "Name": "upper critical",
449 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800450 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800451 },
452 {
453 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800454 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800455 "Label": "in2",
456 "Name": "upper non critical",
457 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800458 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800459 },
460 {
461 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800462 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800463 "Label": "in2",
464 "Name": "lower non critical",
465 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800466 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800467 },
468 {
469 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800470 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800471 "Label": "in2",
472 "Name": "lower critical",
473 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800474 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800475 },
476 {
477 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800478 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800479 "Label": "in2",
480 "Name": "lower non recoverable",
481 "Severity": 4,
482 "Value": 10.32
483 },
484 {
485 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800486 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800487 "Label": "in3",
488 "Name": "upper non recoverable",
489 "Severity": 4,
490 "Value": 3.8
491 },
492 {
493 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800494 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800495 "Label": "in3",
496 "Name": "upper critical",
497 "Severity": 1,
498 "Value": 3.564
499 },
500 {
501 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800502 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800503 "Label": "in3",
504 "Name": "upper non critical",
505 "Severity": 0,
506 "Value": 3.531
507 },
508 {
509 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800510 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800511 "Label": "in3",
512 "Name": "lower non critical",
513 "Severity": 0,
514 "Value": 3.069
515 },
516 {
517 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800518 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800519 "Label": "in3",
520 "Name": "lower critical",
521 "Severity": 1,
522 "Value": 3.036
523 },
524 {
525 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800526 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800527 "Label": "in3",
528 "Name": "lower non recoverable",
529 "Severity": 4,
530 "Value": 2.8
531 }
532 ],
533 "Type": "ADC128D818",
Lora Lin2e141a92024-10-21 16:30:55 +0800534 "in0_Name": "SPIDER_ADC_NIC2_12V_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800535 "in0_Scale": 112.3596,
Lora Lin2e141a92024-10-21 16:30:55 +0800536 "in1_Name": "SPIDER_ADC_NIC2_3V3_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800537 "in1_Scale": 410.6776,
Lora Lin2e141a92024-10-21 16:30:55 +0800538 "in2_Name": "SPIDER_ADC_NIC3_12V_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800539 "in2_Scale": 112.3596,
Lora Lin2e141a92024-10-21 16:30:55 +0800540 "in3_Name": "SPIDER_ADC_NIC3_3V3_VOLT_V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800541 "in3_Scale": 410.6776
542 },
543 {
544 "Address": "0x40",
545 "Bus": 14,
546 "Labels": [
547 "vout1",
548 "iout1",
549 "pout1"
550 ],
Lora Lin2e141a92024-10-21 16:30:55 +0800551 "Name": "SPIDER_PMON_12V_STBY",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800552 "Thresholds": [
553 {
554 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800555 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800556 "Label": "iout1",
557 "Name": "upper non recoverable",
558 "Severity": 4,
559 "Value": 1.5
560 },
561 {
562 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800563 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800564 "Label": "iout1",
565 "Name": "upper critical",
566 "Severity": 1,
567 "Value": 0.88
568 },
569 {
570 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800571 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800572 "Label": "iout1",
573 "Name": "upper non critical",
574 "Severity": 0,
575 "Value": 0.84
576 },
577 {
578 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800579 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800580 "Label": "pout1",
581 "Name": "upper non recoverable",
582 "Severity": 4,
583 "Value": 18.75
584 },
585 {
586 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800587 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800588 "Label": "pout1",
589 "Name": "upper critical",
590 "Severity": 1,
591 "Value": 11
592 },
593 {
594 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800595 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800596 "Label": "pout1",
597 "Name": "upper non critical",
598 "Severity": 0,
599 "Value": 10.5
600 },
601 {
602 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800603 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800604 "Label": "vout1",
605 "Name": "upper non recoverable",
606 "Severity": 4,
607 "Value": 14.333
608 },
609 {
610 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800611 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800612 "Label": "vout1",
613 "Name": "upper critical",
614 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800615 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800616 },
617 {
618 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800619 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800620 "Label": "vout1",
621 "Name": "upper non critical",
622 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800623 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800624 },
625 {
626 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800627 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800628 "Label": "vout1",
629 "Name": "lower non critical",
630 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800631 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800632 },
633 {
634 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800635 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800636 "Label": "vout1",
637 "Name": "lower critical",
638 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800639 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800640 },
641 {
642 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800643 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800644 "Label": "vout1",
645 "Name": "lower non recoverable",
646 "Severity": 4,
647 "Value": 10.091
648 }
649 ],
650 "Type": "INA233",
Lora Lin2e141a92024-10-21 16:30:55 +0800651 "iout1_Name": "SPIDER_PMON_12V_STBY_CURR_A",
652 "pout1_Name": "SPIDER_PMON_12V_STBY_PWR_W",
653 "vout1_Name": "SPIDER_PMON_12V_STBY_VOLT_V"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800654 },
655 {
656 "Address": "0x41",
657 "Bus": 14,
658 "Labels": [
659 "vout1",
660 "iout1",
661 "pout1"
662 ],
Lora Lin2e141a92024-10-21 16:30:55 +0800663 "Name": "SPIDER_PMON_NIC0_12V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800664 "Thresholds": [
665 {
666 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800667 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800668 "Label": "iout1",
669 "Name": "upper non recoverable",
670 "Severity": 4,
671 "Value": 5.4
672 },
673 {
674 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800675 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800676 "Label": "iout1",
677 "Name": "upper critical",
678 "Severity": 1,
679 "Value": 4.51
680 },
681 {
682 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800683 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800684 "Label": "iout1",
685 "Name": "upper non critical",
686 "Severity": 0,
687 "Value": 4.305
688 },
689 {
690 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800691 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800692 "Label": "pout1",
693 "Name": "upper non recoverable",
694 "Severity": 4,
695 "Value": 67.5
696 },
697 {
698 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800699 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800700 "Label": "pout1",
701 "Name": "upper critical",
702 "Severity": 1,
703 "Value": 56.375
704 },
705 {
706 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800707 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800708 "Label": "pout1",
709 "Name": "upper non critical",
710 "Severity": 0,
711 "Value": 53.8125
712 },
713 {
714 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800715 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800716 "Label": "vout1",
717 "Name": "upper non recoverable",
718 "Severity": 4,
719 "Value": 14.333
720 },
721 {
722 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800723 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800724 "Label": "vout1",
725 "Name": "upper critical",
726 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800727 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800728 },
729 {
730 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800731 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800732 "Label": "vout1",
733 "Name": "upper non critical",
734 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800735 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800736 },
737 {
738 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800739 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800740 "Label": "vout1",
741 "Name": "lower non critical",
742 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800743 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800744 },
745 {
746 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800747 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800748 "Label": "vout1",
749 "Name": "lower critical",
750 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800751 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800752 },
753 {
754 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800755 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800756 "Label": "vout1",
757 "Name": "lower non recoverable",
758 "Severity": 4,
759 "Value": 10.091
760 }
761 ],
762 "Type": "INA233",
Lora Lin2e141a92024-10-21 16:30:55 +0800763 "iout1_Name": "SPIDER_PMON_NIC0_12V_CURR_A",
764 "pout1_Name": "SPIDER_PMON_NIC0_12V_PWR_W",
765 "vout1_Name": "SPIDER_PMON_NIC0_12V_VOLT_V"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800766 },
767 {
768 "Address": "0x42",
769 "Bus": 14,
770 "Labels": [
771 "vout1",
772 "iout1",
773 "pout1"
774 ],
Lora Lin2e141a92024-10-21 16:30:55 +0800775 "Name": "SPIDER_PMON_NIC1_12V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800776 "Thresholds": [
777 {
778 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800779 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800780 "Label": "iout1",
781 "Name": "upper non recoverable",
782 "Severity": 4,
783 "Value": 5.4
784 },
785 {
786 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800787 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800788 "Label": "iout1",
789 "Name": "upper critical",
790 "Severity": 1,
791 "Value": 4.51
792 },
793 {
794 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800795 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800796 "Label": "iout1",
797 "Name": "upper non critical",
798 "Severity": 0,
799 "Value": 4.305
800 },
801 {
802 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800803 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800804 "Label": "pout1",
805 "Name": "upper non recoverable",
806 "Severity": 4,
807 "Value": 67.5
808 },
809 {
810 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800811 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800812 "Label": "pout1",
813 "Name": "upper critical",
814 "Severity": 1,
815 "Value": 56.375
816 },
817 {
818 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800819 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800820 "Label": "pout1",
821 "Name": "upper non critical",
822 "Severity": 0,
823 "Value": 53.8125
824 },
825 {
826 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800827 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800828 "Label": "vout1",
829 "Name": "upper non recoverable",
830 "Severity": 4,
831 "Value": 14.333
832 },
833 {
834 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800835 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800836 "Label": "vout1",
837 "Name": "upper critical",
838 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800839 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800840 },
841 {
842 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800843 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800844 "Label": "vout1",
845 "Name": "upper non critical",
846 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800847 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800848 },
849 {
850 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800851 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800852 "Label": "vout1",
853 "Name": "lower non critical",
854 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800855 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800856 },
857 {
858 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800859 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800860 "Label": "vout1",
861 "Name": "lower critical",
862 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800863 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800864 },
865 {
866 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800867 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800868 "Label": "vout1",
869 "Name": "lower non recoverable",
870 "Severity": 4,
871 "Value": 10.091
872 }
873 ],
874 "Type": "INA233",
Lora Lin2e141a92024-10-21 16:30:55 +0800875 "iout1_Name": "SPIDER_PMON_NIC1_12V_CURR_A",
876 "pout1_Name": "SPIDER_PMON_NIC1_12V_PWR_W",
877 "vout1_Name": "SPIDER_PMON_NIC1_12V_VOLT_V"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800878 },
879 {
880 "Address": "0x43",
881 "Bus": 14,
882 "Labels": [
883 "vout1",
884 "iout1",
885 "pout1"
886 ],
Lora Lin2e141a92024-10-21 16:30:55 +0800887 "Name": "SPIDER_PMON_NIC2_12V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800888 "Thresholds": [
889 {
890 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800891 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800892 "Label": "iout1",
893 "Name": "upper non recoverable",
894 "Severity": 4,
895 "Value": 5.4
896 },
897 {
898 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800899 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800900 "Label": "iout1",
901 "Name": "upper critical",
902 "Severity": 1,
903 "Value": 4.51
904 },
905 {
906 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800907 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800908 "Label": "iout1",
909 "Name": "upper non critical",
910 "Severity": 0,
911 "Value": 4.305
912 },
913 {
914 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800915 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800916 "Label": "pout1",
917 "Name": "upper non recoverable",
918 "Severity": 4,
919 "Value": 67.5
920 },
921 {
922 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800923 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800924 "Label": "pout1",
925 "Name": "upper critical",
926 "Severity": 1,
927 "Value": 56.375
928 },
929 {
930 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800931 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800932 "Label": "pout1",
933 "Name": "upper non critical",
934 "Severity": 0,
935 "Value": 53.8125
936 },
937 {
938 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800939 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800940 "Label": "vout1",
941 "Name": "upper non recoverable",
942 "Severity": 4,
943 "Value": 14.333
944 },
945 {
946 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800947 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800948 "Label": "vout1",
949 "Name": "upper critical",
950 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800951 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800952 },
953 {
954 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800955 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800956 "Label": "vout1",
957 "Name": "upper non critical",
958 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800959 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800960 },
961 {
962 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800963 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800964 "Label": "vout1",
965 "Name": "lower non critical",
966 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800967 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800968 },
969 {
970 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800971 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800972 "Label": "vout1",
973 "Name": "lower critical",
974 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800975 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800976 },
977 {
978 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +0800979 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800980 "Label": "vout1",
981 "Name": "lower non recoverable",
982 "Severity": 4,
983 "Value": 10.091
984 }
985 ],
986 "Type": "INA233",
Lora Lin2e141a92024-10-21 16:30:55 +0800987 "iout1_Name": "SPIDER_PMON_NIC2_12V_CURR_A",
988 "pout1_Name": "SPIDER_PMON_NIC2_12V_PWR_W",
989 "vout1_Name": "SPIDER_PMON_NIC2_12V_VOLT_V"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800990 },
991 {
992 "Address": "0x44",
993 "Bus": 14,
994 "Labels": [
995 "vout1",
996 "iout1",
997 "pout1"
998 ],
Lora Lin2e141a92024-10-21 16:30:55 +0800999 "Name": "SPIDER_PMON_NIC3_12V",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001000 "Thresholds": [
1001 {
1002 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001003 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001004 "Label": "iout1",
1005 "Name": "upper non recoverable",
1006 "Severity": 4,
1007 "Value": 5.4
1008 },
1009 {
1010 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001011 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001012 "Label": "iout1",
1013 "Name": "upper critical",
1014 "Severity": 1,
1015 "Value": 4.51
1016 },
1017 {
1018 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001019 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001020 "Label": "iout1",
1021 "Name": "upper non critical",
1022 "Severity": 0,
1023 "Value": 4.305
1024 },
1025 {
1026 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001027 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001028 "Label": "pout1",
1029 "Name": "upper non recoverable",
1030 "Severity": 4,
1031 "Value": 67.5
1032 },
1033 {
1034 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001035 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001036 "Label": "pout1",
1037 "Name": "upper critical",
1038 "Severity": 1,
1039 "Value": 56.375
1040 },
1041 {
1042 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001043 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001044 "Label": "pout1",
1045 "Name": "upper non critical",
1046 "Severity": 0,
1047 "Value": 53.8125
1048 },
1049 {
1050 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001051 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001052 "Label": "vout1",
1053 "Name": "upper non recoverable",
1054 "Severity": 4,
1055 "Value": 14.333
1056 },
1057 {
1058 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001059 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001060 "Label": "vout1",
1061 "Name": "upper critical",
1062 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001063 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001064 },
1065 {
1066 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001067 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001068 "Label": "vout1",
1069 "Name": "upper non critical",
1070 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001071 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001072 },
1073 {
1074 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001075 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001076 "Label": "vout1",
1077 "Name": "lower non critical",
1078 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001079 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001080 },
1081 {
1082 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001083 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001084 "Label": "vout1",
1085 "Name": "lower critical",
1086 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001087 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001088 },
1089 {
1090 "Direction": "less than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001091 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001092 "Label": "vout1",
1093 "Name": "lower non recoverable",
1094 "Severity": 4,
1095 "Value": 10.091
1096 }
1097 ],
1098 "Type": "INA233",
Lora Lin2e141a92024-10-21 16:30:55 +08001099 "iout1_Name": "SPIDER_PMON_NIC3_12V_CURR_A",
1100 "pout1_Name": "SPIDER_PMON_NIC3_12V_PWR_W",
1101 "vout1_Name": "SPIDER_PMON_NIC3_12V_VOLT_V"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001102 },
1103 {
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001104 "Class": "temp",
1105 "Inputs": [
Lora Lin2e141a92024-10-21 16:30:55 +08001106 "SPIDER0_TEMP_C",
1107 "SPIDER1_TEMP_C"
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001108 ],
1109 "Name": "Stepwise_SPIDER_TEMP",
1110 "NegativeHysteresis": 0,
1111 "Output": [
Ricky CX Wu724d45d2024-11-15 15:38:28 +08001112 10.0
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001113 ],
1114 "PositiveHysteresis": 0,
1115 "Reading": [
1116 20.0
1117 ],
1118 "Type": "Stepwise",
1119 "Zones": [
1120 "Zone 1"
1121 ]
1122 },
1123 {
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001124 "Address": "0x4e",
1125 "Bus": 14,
Lora Lin2e141a92024-10-21 16:30:55 +08001126 "Name": "SPIDER0_TEMP_C",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001127 "Thresholds": [
1128 {
1129 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001130 "Hysteresis": 0,
Ricky CX Wue25a3892024-10-04 13:59:39 +08001131 "Name": "upper non recoverable",
1132 "Severity": 4,
1133 "Value": 150
1134 },
1135 {
1136 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001137 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001138 "Name": "upper critical",
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08001139 "Severity": 1,
Ricky CX Wue25a3892024-10-04 13:59:39 +08001140 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001141 }
1142 ],
1143 "Type": "TMP75"
1144 },
1145 {
1146 "Address": "0x4f",
1147 "Bus": 14,
Lora Lin2e141a92024-10-21 16:30:55 +08001148 "Name": "SPIDER1_TEMP_C",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001149 "Thresholds": [
1150 {
1151 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001152 "Hysteresis": 0,
Ricky CX Wue25a3892024-10-04 13:59:39 +08001153 "Name": "upper non recoverable",
1154 "Severity": 4,
1155 "Value": 150
1156 },
1157 {
1158 "Direction": "greater than",
Benson Chuf6c3f512024-11-22 11:33:16 +08001159 "Hysteresis": 0,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001160 "Name": "upper critical",
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08001161 "Severity": 1,
Ricky CX Wue25a3892024-10-04 13:59:39 +08001162 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001163 }
1164 ],
1165 "Type": "TMP75"
1166 }
1167 ],
1168 "Name": "Yosemite 4 Spider Board",
Ian Chiendf99fa82024-08-15 13:02:27 +08001169 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Spider Board ADC-TI PWR-TI', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001170 "Type": "Board",
1171 "xyz.openbmc_project.Inventory.Decorator.Asset": {
Ingrid Chenf6d0e782024-07-10 13:41:34 +08001172 "BuildDate": "$BOARD_MANUFACTURE_DATE",
1173 "Manufacturer": "$BOARD_MANUFACTURER",
1174 "Model": "$BOARD_PRODUCT_NAME",
1175 "PartNumber": "$BOARD_PART_NUMBER",
1176 "SerialNumber": "$BOARD_SERIAL_NUMBER",
Delphine CC Chiu3c0af082024-05-15 16:33:03 +08001177 "SparePartNumber": "$BOARD_INFO_AM1"
Delphine CC Chiud827cca2024-03-27 17:02:24 +08001178 },
1179 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
1180 "AssetTag": "$PRODUCT_ASSET_TAG"
Delphine CC Chiubaedb722024-04-01 16:21:03 +08001181 },
1182 "xyz.openbmc_project.Inventory.Decorator.Revision": {
1183 "Version": "$PRODUCT_VERSION"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001184 }
1185}