blob: 128c89f9c0022c68bcf72adf81bc67c6c520889b [file] [log] [blame]
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001{
2 "Exposes": [
3 {
4 "Address": "0x10",
5 "Bus": 11,
6 "Labels": [
7 "temp1",
8 "vin",
9 "vout1",
10 "iout1",
11 "pin"
12 ],
13 "Name": "MEDUSA_48VHSC0",
14 "Thresholds": [
15 {
16 "Direction": "greater than",
17 "Label": "temp1",
18 "Name": "upper critical",
19 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +080020 "Value": 150
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080021 },
22 {
23 "Direction": "greater than",
24 "Label": "iout1",
25 "Name": "upper non recoverable",
26 "Severity": 4,
27 "Value": 94
28 },
29 {
30 "Direction": "greater than",
31 "Label": "iout1",
32 "Name": "upper critical",
33 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +080034 "Value": 86.9
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080035 },
36 {
37 "Direction": "greater than",
38 "Label": "iout1",
39 "Name": "upper non critical",
40 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +080041 "Value": 82.95
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080042 },
43 {
44 "Direction": "greater than",
45 "Label": "pin",
46 "Name": "upper non recoverable",
47 "Severity": 4,
48 "Value": 4512
49 },
50 {
51 "Direction": "greater than",
52 "Label": "pin",
53 "Name": "upper critical",
54 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +080055 "Value": 4171.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080056 },
57 {
58 "Direction": "greater than",
59 "Label": "pin",
60 "Name": "upper non critical",
61 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +080062 "Value": 3981.6
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +080063 },
64 {
65 "Direction": "greater than",
66 "Label": "vin",
67 "Name": "upper non recoverable",
68 "Severity": 4,
69 "Value": 60
70 },
71 {
72 "Direction": "greater than",
73 "Label": "vin",
74 "Name": "upper critical",
75 "Severity": 1,
76 "Value": 53.28
77 },
78 {
79 "Direction": "greater than",
80 "Label": "vin",
81 "Name": "upper non critical",
82 "Severity": 0,
83 "Value": 52.8
84 },
85 {
86 "Direction": "less than",
87 "Label": "vin",
88 "Name": "lower non critical",
89 "Severity": 0,
90 "Value": 43.2
91 },
92 {
93 "Direction": "less than",
94 "Label": "vin",
95 "Name": "lower critical",
96 "Severity": 1,
97 "Value": 42.72
98 },
99 {
100 "Direction": "less than",
101 "Label": "vin",
102 "Name": "lower non recoverable",
103 "Severity": 4,
104 "Value": 40
105 },
106 {
107 "Direction": "greater than",
108 "Label": "vout1",
109 "Name": "upper non recoverable",
110 "Severity": 4,
111 "Value": 60
112 },
113 {
114 "Direction": "greater than",
115 "Label": "vout1",
116 "Name": "upper critical",
117 "Severity": 1,
118 "Value": 53.28
119 },
120 {
121 "Direction": "greater than",
122 "Label": "vout1",
123 "Name": "upper non critical",
124 "Severity": 0,
125 "Value": 52.8
126 },
127 {
128 "Direction": "less than",
129 "Label": "vout1",
130 "Name": "lower non critical",
131 "Severity": 0,
132 "Value": 43.2
133 },
134 {
135 "Direction": "less than",
136 "Label": "vout1",
137 "Name": "lower critical",
138 "Severity": 1,
139 "Value": 42.72
140 },
141 {
142 "Direction": "less than",
143 "Label": "vout1",
144 "Name": "lower non recoverable",
145 "Severity": 4,
146 "Value": 40
147 }
148 ],
149 "Type": "ADM1272",
Ian Chien360a6d52024-07-31 10:12:42 +0800150 "iout1_Name": "MEDUSA_48VHSC0_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800151 "iout1_Scale": 250,
Ian Chien360a6d52024-07-31 10:12:42 +0800152 "pin_Name": "MEDUSA_48VHSC0_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800153 "pin_Scale": 250000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800154 "temp1_Name": "MEDUSA_48VHSC0_TEMP_C",
155 "vin_Name": "MEDUSA_48VHSC0_INPUT_VOLT_V",
156 "vout1_Name": "MEDUSA_48VHSC0_OUTPUT_VOLT_V"
157 },
158 {
159 "Address": "0x12",
160 "Bus": 11,
161 "Labels": [
162 "temp1",
163 "vin",
164 "vout1",
165 "iout1",
166 "pin"
167 ],
168 "Name": "MEDUSA_48VHSC1",
169 "Thresholds": [
170 {
171 "Direction": "greater than",
172 "Label": "temp1",
173 "Name": "upper critical",
174 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +0800175 "Value": 150
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800176 },
177 {
178 "Direction": "greater than",
179 "Label": "iout1",
180 "Name": "upper non recoverable",
181 "Severity": 4,
182 "Value": 94
183 },
184 {
185 "Direction": "greater than",
186 "Label": "iout1",
187 "Name": "upper critical",
188 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800189 "Value": 86.9
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800190 },
191 {
192 "Direction": "greater than",
193 "Label": "iout1",
194 "Name": "upper non critical",
195 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800196 "Value": 82.95
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800197 },
198 {
199 "Direction": "greater than",
200 "Label": "pin",
201 "Name": "upper non recoverable",
202 "Severity": 4,
203 "Value": 4512
204 },
205 {
206 "Direction": "greater than",
207 "Label": "pin",
208 "Name": "upper critical",
209 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800210 "Value": 4171.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800211 },
212 {
213 "Direction": "greater than",
214 "Label": "pin",
215 "Name": "upper non critical",
216 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800217 "Value": 3981.6
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800218 },
219 {
220 "Direction": "greater than",
221 "Label": "vin",
222 "Name": "upper non recoverable",
223 "Severity": 4,
224 "Value": 60
225 },
226 {
227 "Direction": "greater than",
228 "Label": "vin",
229 "Name": "upper critical",
230 "Severity": 1,
231 "Value": 53.28
232 },
233 {
234 "Direction": "greater than",
235 "Label": "vin",
236 "Name": "upper non critical",
237 "Severity": 0,
238 "Value": 52.8
239 },
240 {
241 "Direction": "less than",
242 "Label": "vin",
243 "Name": "lower non critical",
244 "Severity": 0,
245 "Value": 43.2
246 },
247 {
248 "Direction": "less than",
249 "Label": "vin",
250 "Name": "lower critical",
251 "Severity": 1,
252 "Value": 42.72
253 },
254 {
255 "Direction": "less than",
256 "Label": "vin",
257 "Name": "lower non recoverable",
258 "Severity": 4,
259 "Value": 40
260 },
261 {
262 "Direction": "greater than",
263 "Label": "vout1",
264 "Name": "upper non recoverable",
265 "Severity": 4,
266 "Value": 60
267 },
268 {
269 "Direction": "greater than",
270 "Label": "vout1",
271 "Name": "upper critical",
272 "Severity": 1,
273 "Value": 53.28
274 },
275 {
276 "Direction": "greater than",
277 "Label": "vout1",
278 "Name": "upper non critical",
279 "Severity": 0,
280 "Value": 52.8
281 },
282 {
283 "Direction": "less than",
284 "Label": "vout1",
285 "Name": "lower non critical",
286 "Severity": 0,
287 "Value": 43.2
288 },
289 {
290 "Direction": "less than",
291 "Label": "vout1",
292 "Name": "lower critical",
293 "Severity": 1,
294 "Value": 42.72
295 },
296 {
297 "Direction": "less than",
298 "Label": "vout1",
299 "Name": "lower non recoverable",
300 "Severity": 4,
301 "Value": 40
302 }
303 ],
304 "Type": "ADM1272",
Ian Chien360a6d52024-07-31 10:12:42 +0800305 "iout1_Name": "MEDUSA_48VHSC1_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800306 "iout1_Scale": 250,
Ian Chien360a6d52024-07-31 10:12:42 +0800307 "pin_Name": "MEDUSA_48VHSC1_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800308 "pin_Scale": 250000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800309 "temp1_Name": "MEDUSA_48VHSC1_TEMP_C",
310 "vin_Name": "MEDUSA_48VHSC1_INPUT_VOLT_V",
311 "vout1_Name": "MEDUSA_48VHSC1_OUTPUT_VOLT_V"
312 },
313 {
314 "Address": "0x40",
315 "Bus": 0,
316 "Labels": [
317 "temp1",
318 "vin",
319 "vout1",
320 "iout1",
321 "pin"
322 ],
323 "Name": "MEDUSA_MB1_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800324 "PowerState": "ChassisOn",
325 "SlotId": "1",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800326 "Thresholds": [
327 {
328 "Direction": "greater than",
329 "Label": "iout1",
330 "Name": "upper non recoverable",
331 "Severity": 4,
332 "Value": 90
333 },
334 {
335 "Direction": "greater than",
336 "Label": "iout1",
337 "Name": "upper critical",
338 "Severity": 1,
339 "Value": 87.956
340 },
341 {
342 "Direction": "greater than",
343 "Label": "iout1",
344 "Name": "upper non critical",
345 "Severity": 0,
346 "Value": 83.958
347 },
348 {
349 "Direction": "greater than",
350 "Label": "pin",
351 "Name": "upper non recoverable",
352 "Severity": 4,
353 "Value": 1125
354 },
355 {
356 "Direction": "greater than",
357 "Label": "pin",
358 "Name": "upper critical",
359 "Severity": 1,
360 "Value": 1099.45
361 },
362 {
363 "Direction": "greater than",
364 "Label": "pin",
365 "Name": "upper non critical",
366 "Severity": 0,
367 "Value": 1049.475
368 },
369 {
370 "Direction": "greater than",
371 "Label": "temp1",
372 "Name": "upper critical",
373 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +0800374 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800375 },
376 {
377 "Direction": "greater than",
378 "Label": "vin",
379 "Name": "upper non recoverable",
380 "Severity": 4,
381 "Value": 14.333
382 },
383 {
384 "Direction": "greater than",
385 "Label": "vin",
386 "Name": "upper critical",
387 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800388 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800389 },
390 {
391 "Direction": "greater than",
392 "Label": "vin",
393 "Name": "upper non critical",
394 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800395 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800396 },
397 {
398 "Direction": "less than",
399 "Label": "vin",
400 "Name": "lower non critical",
401 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800402 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800403 },
404 {
405 "Direction": "less than",
406 "Label": "vin",
407 "Name": "lower critical",
408 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800409 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800410 },
411 {
412 "Direction": "less than",
413 "Label": "vin",
414 "Name": "lower non recoverable",
415 "Severity": 4,
416 "Value": 10.091
417 },
418 {
419 "Direction": "greater than",
420 "Label": "vout1",
421 "Name": "upper non recoverable",
422 "Severity": 4,
423 "Value": 14.333
424 },
425 {
426 "Direction": "greater than",
427 "Label": "vout1",
428 "Name": "upper critical",
429 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800430 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800431 },
432 {
433 "Direction": "greater than",
434 "Label": "vout1",
435 "Name": "upper non critical",
436 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800437 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800438 },
439 {
440 "Direction": "less than",
441 "Label": "vout1",
442 "Name": "lower non critical",
443 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800444 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800445 },
446 {
447 "Direction": "less than",
448 "Label": "vout1",
449 "Name": "lower critical",
450 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800451 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800452 },
453 {
454 "Direction": "less than",
455 "Label": "vout1",
456 "Name": "lower non recoverable",
457 "Severity": 4,
458 "Value": 10.091
459 }
460 ],
461 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +0800462 "iout1_Name": "MEDUSA_MB1_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800463 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +0800464 "pin_Name": "MEDUSA_MB1_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800465 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800466 "temp1_Name": "MEDUSA_MB1_12VHSC_TEMP_C",
467 "vin_Name": "MEDUSA_MB1_12VHSC_INPUT_VOLT_V",
468 "vout1_Name": "MEDUSA_MB1_12VHSC_OUTPUT_VOLT_V"
469 },
470 {
471 "Address": "0x40",
472 "Bus": 1,
473 "Labels": [
474 "temp1",
475 "vin",
476 "vout1",
477 "iout1",
478 "pin"
479 ],
480 "Name": "MEDUSA_MB2_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800481 "PowerState": "ChassisOn",
482 "SlotId": "2",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800483 "Thresholds": [
484 {
485 "Direction": "greater than",
486 "Label": "iout1",
487 "Name": "upper non recoverable",
488 "Severity": 4,
489 "Value": 90
490 },
491 {
492 "Direction": "greater than",
493 "Label": "iout1",
494 "Name": "upper critical",
495 "Severity": 1,
496 "Value": 87.956
497 },
498 {
499 "Direction": "greater than",
500 "Label": "iout1",
501 "Name": "upper non critical",
502 "Severity": 0,
503 "Value": 83.958
504 },
505 {
506 "Direction": "greater than",
507 "Label": "pin",
508 "Name": "upper non recoverable",
509 "Severity": 4,
510 "Value": 1125
511 },
512 {
513 "Direction": "greater than",
514 "Label": "pin",
515 "Name": "upper critical",
516 "Severity": 1,
517 "Value": 1099.45
518 },
519 {
520 "Direction": "greater than",
521 "Label": "pin",
522 "Name": "upper non critical",
523 "Severity": 0,
524 "Value": 1049.475
525 },
526 {
527 "Direction": "greater than",
528 "Label": "temp1",
529 "Name": "upper critical",
530 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +0800531 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800532 },
533 {
534 "Direction": "greater than",
535 "Label": "vin",
536 "Name": "upper non recoverable",
537 "Severity": 4,
538 "Value": 14.333
539 },
540 {
541 "Direction": "greater than",
542 "Label": "vin",
543 "Name": "upper critical",
544 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800545 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800546 },
547 {
548 "Direction": "greater than",
549 "Label": "vin",
550 "Name": "upper non critical",
551 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800552 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800553 },
554 {
555 "Direction": "less than",
556 "Label": "vin",
557 "Name": "lower non critical",
558 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800559 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800560 },
561 {
562 "Direction": "less than",
563 "Label": "vin",
564 "Name": "lower critical",
565 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800566 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800567 },
568 {
569 "Direction": "less than",
570 "Label": "vin",
571 "Name": "lower non recoverable",
572 "Severity": 4,
573 "Value": 10.091
574 },
575 {
576 "Direction": "greater than",
577 "Label": "vout1",
578 "Name": "upper non recoverable",
579 "Severity": 4,
580 "Value": 14.333
581 },
582 {
583 "Direction": "greater than",
584 "Label": "vout1",
585 "Name": "upper critical",
586 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800587 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800588 },
589 {
590 "Direction": "greater than",
591 "Label": "vout1",
592 "Name": "upper non critical",
593 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800594 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800595 },
596 {
597 "Direction": "less than",
598 "Label": "vout1",
599 "Name": "lower non critical",
600 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800601 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800602 },
603 {
604 "Direction": "less than",
605 "Label": "vout1",
606 "Name": "lower critical",
607 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800608 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800609 },
610 {
611 "Direction": "less than",
612 "Label": "vout1",
613 "Name": "lower non recoverable",
614 "Severity": 4,
615 "Value": 10.091
616 }
617 ],
618 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +0800619 "iout1_Name": "MEDUSA_MB2_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800620 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +0800621 "pin_Name": "MEDUSA_MB2_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800622 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800623 "temp1_Name": "MEDUSA_MB2_12VHSC_TEMP_C",
624 "vin_Name": "MEDUSA_MB2_12VHSC_INPUT_VOLT_V",
625 "vout1_Name": "MEDUSA_MB2_12VHSC_OUTPUT_VOLT_V"
626 },
627 {
628 "Address": "0x40",
629 "Bus": 2,
630 "Labels": [
631 "temp1",
632 "vin",
633 "vout1",
634 "iout1",
635 "pin"
636 ],
637 "Name": "MEDUSA_MB3_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800638 "PowerState": "ChassisOn",
639 "SlotId": "3",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800640 "Thresholds": [
641 {
642 "Direction": "greater than",
643 "Label": "iout1",
644 "Name": "upper non recoverable",
645 "Severity": 4,
646 "Value": 90
647 },
648 {
649 "Direction": "greater than",
650 "Label": "iout1",
651 "Name": "upper critical",
652 "Severity": 1,
653 "Value": 87.956
654 },
655 {
656 "Direction": "greater than",
657 "Label": "iout1",
658 "Name": "upper non critical",
659 "Severity": 0,
660 "Value": 83.958
661 },
662 {
663 "Direction": "greater than",
664 "Label": "pin",
665 "Name": "upper non recoverable",
666 "Severity": 4,
667 "Value": 1125
668 },
669 {
670 "Direction": "greater than",
671 "Label": "pin",
672 "Name": "upper critical",
673 "Severity": 1,
674 "Value": 1099.45
675 },
676 {
677 "Direction": "greater than",
678 "Label": "pin",
679 "Name": "upper non critical",
680 "Severity": 0,
681 "Value": 1049.475
682 },
683 {
684 "Direction": "greater than",
685 "Label": "temp1",
686 "Name": "upper critical",
687 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +0800688 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800689 },
690 {
691 "Direction": "greater than",
692 "Label": "vin",
693 "Name": "upper non recoverable",
694 "Severity": 4,
695 "Value": 14.333
696 },
697 {
698 "Direction": "greater than",
699 "Label": "vin",
700 "Name": "upper critical",
701 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800702 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800703 },
704 {
705 "Direction": "greater than",
706 "Label": "vin",
707 "Name": "upper non critical",
708 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800709 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800710 },
711 {
712 "Direction": "less than",
713 "Label": "vin",
714 "Name": "lower non critical",
715 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800716 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800717 },
718 {
719 "Direction": "less than",
720 "Label": "vin",
721 "Name": "lower critical",
722 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800723 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800724 },
725 {
726 "Direction": "less than",
727 "Label": "vin",
728 "Name": "lower non recoverable",
729 "Severity": 4,
730 "Value": 10.091
731 },
732 {
733 "Direction": "greater than",
734 "Label": "vout1",
735 "Name": "upper non recoverable",
736 "Severity": 4,
737 "Value": 14.333
738 },
739 {
740 "Direction": "greater than",
741 "Label": "vout1",
742 "Name": "upper critical",
743 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800744 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800745 },
746 {
747 "Direction": "greater than",
748 "Label": "vout1",
749 "Name": "upper non critical",
750 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800751 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800752 },
753 {
754 "Direction": "less than",
755 "Label": "vout1",
756 "Name": "lower non critical",
757 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800758 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800759 },
760 {
761 "Direction": "less than",
762 "Label": "vout1",
763 "Name": "lower critical",
764 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800765 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800766 },
767 {
768 "Direction": "less than",
769 "Label": "vout1",
770 "Name": "lower non recoverable",
771 "Severity": 4,
772 "Value": 10.091
773 }
774 ],
775 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +0800776 "iout1_Name": "MEDUSA_MB3_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800777 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +0800778 "pin_Name": "MEDUSA_MB3_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800779 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800780 "temp1_Name": "MEDUSA_MB3_12VHSC_TEMP_C",
781 "vin_Name": "MEDUSA_MB3_12VHSC_INPUT_VOLT_V",
782 "vout1_Name": "MEDUSA_MB3_12VHSC_OUTPUT_VOLT_V"
783 },
784 {
785 "Address": "0x40",
786 "Bus": 3,
787 "Labels": [
788 "temp1",
789 "vin",
790 "vout1",
791 "iout1",
792 "pin"
793 ],
794 "Name": "MEDUSA_MB4_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800795 "PowerState": "ChassisOn",
796 "SlotId": "4",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800797 "Thresholds": [
798 {
799 "Direction": "greater than",
800 "Label": "iout1",
801 "Name": "upper non recoverable",
802 "Severity": 4,
803 "Value": 90
804 },
805 {
806 "Direction": "greater than",
807 "Label": "iout1",
808 "Name": "upper critical",
809 "Severity": 1,
810 "Value": 87.956
811 },
812 {
813 "Direction": "greater than",
814 "Label": "iout1",
815 "Name": "upper non critical",
816 "Severity": 0,
817 "Value": 83.958
818 },
819 {
820 "Direction": "greater than",
821 "Label": "pin",
822 "Name": "upper non recoverable",
823 "Severity": 4,
824 "Value": 1125
825 },
826 {
827 "Direction": "greater than",
828 "Label": "pin",
829 "Name": "upper critical",
830 "Severity": 1,
831 "Value": 1099.45
832 },
833 {
834 "Direction": "greater than",
835 "Label": "pin",
836 "Name": "upper non critical",
837 "Severity": 0,
838 "Value": 1049.475
839 },
840 {
841 "Direction": "greater than",
842 "Label": "temp1",
843 "Name": "upper critical",
844 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +0800845 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800846 },
847 {
848 "Direction": "greater than",
849 "Label": "vin",
850 "Name": "upper non recoverable",
851 "Severity": 4,
852 "Value": 14.333
853 },
854 {
855 "Direction": "greater than",
856 "Label": "vin",
857 "Name": "upper critical",
858 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800859 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800860 },
861 {
862 "Direction": "greater than",
863 "Label": "vin",
864 "Name": "upper non critical",
865 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800866 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800867 },
868 {
869 "Direction": "less than",
870 "Label": "vin",
871 "Name": "lower non critical",
872 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800873 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800874 },
875 {
876 "Direction": "less than",
877 "Label": "vin",
878 "Name": "lower critical",
879 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800880 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800881 },
882 {
883 "Direction": "less than",
884 "Label": "vin",
885 "Name": "lower non recoverable",
886 "Severity": 4,
887 "Value": 10.091
888 },
889 {
890 "Direction": "greater than",
891 "Label": "vout1",
892 "Name": "upper non recoverable",
893 "Severity": 4,
894 "Value": 14.333
895 },
896 {
897 "Direction": "greater than",
898 "Label": "vout1",
899 "Name": "upper critical",
900 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800901 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800902 },
903 {
904 "Direction": "greater than",
905 "Label": "vout1",
906 "Name": "upper non critical",
907 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800908 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800909 },
910 {
911 "Direction": "less than",
912 "Label": "vout1",
913 "Name": "lower non critical",
914 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800915 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800916 },
917 {
918 "Direction": "less than",
919 "Label": "vout1",
920 "Name": "lower critical",
921 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +0800922 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800923 },
924 {
925 "Direction": "less than",
926 "Label": "vout1",
927 "Name": "lower non recoverable",
928 "Severity": 4,
929 "Value": 10.091
930 }
931 ],
932 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +0800933 "iout1_Name": "MEDUSA_MB4_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800934 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +0800935 "pin_Name": "MEDUSA_MB4_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +0800936 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800937 "temp1_Name": "MEDUSA_MB4_12VHSC_TEMP_C",
938 "vin_Name": "MEDUSA_MB4_12VHSC_INPUT_VOLT_V",
939 "vout1_Name": "MEDUSA_MB4_12VHSC_OUTPUT_VOLT_V"
940 },
941 {
942 "Address": "0x40",
943 "Bus": 4,
944 "Labels": [
945 "temp1",
946 "vin",
947 "vout1",
948 "iout1",
949 "pin"
950 ],
951 "Name": "MEDUSA_MB5_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800952 "PowerState": "ChassisOn",
953 "SlotId": "5",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800954 "Thresholds": [
955 {
956 "Direction": "greater than",
957 "Label": "iout1",
958 "Name": "upper non recoverable",
959 "Severity": 4,
960 "Value": 90
961 },
962 {
963 "Direction": "greater than",
964 "Label": "iout1",
965 "Name": "upper critical",
966 "Severity": 1,
967 "Value": 87.956
968 },
969 {
970 "Direction": "greater than",
971 "Label": "iout1",
972 "Name": "upper non critical",
973 "Severity": 0,
974 "Value": 83.958
975 },
976 {
977 "Direction": "greater than",
978 "Label": "pin",
979 "Name": "upper non recoverable",
980 "Severity": 4,
981 "Value": 1125
982 },
983 {
984 "Direction": "greater than",
985 "Label": "pin",
986 "Name": "upper critical",
987 "Severity": 1,
988 "Value": 1099.45
989 },
990 {
991 "Direction": "greater than",
992 "Label": "pin",
993 "Name": "upper non critical",
994 "Severity": 0,
995 "Value": 1049.475
996 },
997 {
998 "Direction": "greater than",
999 "Label": "temp1",
1000 "Name": "upper critical",
1001 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001002 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001003 },
1004 {
1005 "Direction": "greater than",
1006 "Label": "vin",
1007 "Name": "upper non recoverable",
1008 "Severity": 4,
1009 "Value": 14.333
1010 },
1011 {
1012 "Direction": "greater than",
1013 "Label": "vin",
1014 "Name": "upper critical",
1015 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001016 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001017 },
1018 {
1019 "Direction": "greater than",
1020 "Label": "vin",
1021 "Name": "upper non critical",
1022 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001023 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001024 },
1025 {
1026 "Direction": "less than",
1027 "Label": "vin",
1028 "Name": "lower non critical",
1029 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001030 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001031 },
1032 {
1033 "Direction": "less than",
1034 "Label": "vin",
1035 "Name": "lower critical",
1036 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001037 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001038 },
1039 {
1040 "Direction": "less than",
1041 "Label": "vin",
1042 "Name": "lower non recoverable",
1043 "Severity": 4,
1044 "Value": 10.091
1045 },
1046 {
1047 "Direction": "greater than",
1048 "Label": "vout1",
1049 "Name": "upper non recoverable",
1050 "Severity": 4,
1051 "Value": 14.333
1052 },
1053 {
1054 "Direction": "greater than",
1055 "Label": "vout1",
1056 "Name": "upper critical",
1057 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001058 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001059 },
1060 {
1061 "Direction": "greater than",
1062 "Label": "vout1",
1063 "Name": "upper non critical",
1064 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001065 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001066 },
1067 {
1068 "Direction": "less than",
1069 "Label": "vout1",
1070 "Name": "lower non critical",
1071 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001072 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001073 },
1074 {
1075 "Direction": "less than",
1076 "Label": "vout1",
1077 "Name": "lower critical",
1078 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001079 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001080 },
1081 {
1082 "Direction": "less than",
1083 "Label": "vout1",
1084 "Name": "lower non recoverable",
1085 "Severity": 4,
1086 "Value": 10.091
1087 }
1088 ],
1089 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +08001090 "iout1_Name": "MEDUSA_MB5_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001091 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +08001092 "pin_Name": "MEDUSA_MB5_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001093 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001094 "temp1_Name": "MEDUSA_MB5_12VHSC_TEMP_C",
1095 "vin_Name": "MEDUSA_MB5_12VHSC_INPUT_VOLT_V",
1096 "vout1_Name": "MEDUSA_MB5_12VHSC_OUTPUT_VOLT_V"
1097 },
1098 {
1099 "Address": "0x40",
1100 "Bus": 5,
1101 "Labels": [
1102 "temp1",
1103 "vin",
1104 "vout1",
1105 "iout1",
1106 "pin"
1107 ],
1108 "Name": "MEDUSA_MB6_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +08001109 "PowerState": "ChassisOn",
1110 "SlotId": "6",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001111 "Thresholds": [
1112 {
1113 "Direction": "greater than",
1114 "Label": "iout1",
1115 "Name": "upper non recoverable",
1116 "Severity": 4,
1117 "Value": 90
1118 },
1119 {
1120 "Direction": "greater than",
1121 "Label": "iout1",
1122 "Name": "upper critical",
1123 "Severity": 1,
1124 "Value": 87.956
1125 },
1126 {
1127 "Direction": "greater than",
1128 "Label": "iout1",
1129 "Name": "upper non critical",
1130 "Severity": 0,
1131 "Value": 83.958
1132 },
1133 {
1134 "Direction": "greater than",
1135 "Label": "pin",
1136 "Name": "upper non recoverable",
1137 "Severity": 4,
1138 "Value": 1125
1139 },
1140 {
1141 "Direction": "greater than",
1142 "Label": "pin",
1143 "Name": "upper critical",
1144 "Severity": 1,
1145 "Value": 1099.45
1146 },
1147 {
1148 "Direction": "greater than",
1149 "Label": "pin",
1150 "Name": "upper non critical",
1151 "Severity": 0,
1152 "Value": 1049.475
1153 },
1154 {
1155 "Direction": "greater than",
1156 "Label": "temp1",
1157 "Name": "upper critical",
1158 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001159 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001160 },
1161 {
1162 "Direction": "greater than",
1163 "Label": "vin",
1164 "Name": "upper non recoverable",
1165 "Severity": 4,
1166 "Value": 14.333
1167 },
1168 {
1169 "Direction": "greater than",
1170 "Label": "vin",
1171 "Name": "upper critical",
1172 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001173 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001174 },
1175 {
1176 "Direction": "greater than",
1177 "Label": "vin",
1178 "Name": "upper non critical",
1179 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001180 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001181 },
1182 {
1183 "Direction": "less than",
1184 "Label": "vin",
1185 "Name": "lower non critical",
1186 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001187 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001188 },
1189 {
1190 "Direction": "less than",
1191 "Label": "vin",
1192 "Name": "lower critical",
1193 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001194 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001195 },
1196 {
1197 "Direction": "less than",
1198 "Label": "vin",
1199 "Name": "lower non recoverable",
1200 "Severity": 4,
1201 "Value": 10.091
1202 },
1203 {
1204 "Direction": "greater than",
1205 "Label": "vout1",
1206 "Name": "upper non recoverable",
1207 "Severity": 4,
1208 "Value": 14.333
1209 },
1210 {
1211 "Direction": "greater than",
1212 "Label": "vout1",
1213 "Name": "upper critical",
1214 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001215 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001216 },
1217 {
1218 "Direction": "greater than",
1219 "Label": "vout1",
1220 "Name": "upper non critical",
1221 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001222 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001223 },
1224 {
1225 "Direction": "less than",
1226 "Label": "vout1",
1227 "Name": "lower non critical",
1228 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001229 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001230 },
1231 {
1232 "Direction": "less than",
1233 "Label": "vout1",
1234 "Name": "lower critical",
1235 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001236 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001237 },
1238 {
1239 "Direction": "less than",
1240 "Label": "vout1",
1241 "Name": "lower non recoverable",
1242 "Severity": 4,
1243 "Value": 10.091
1244 }
1245 ],
1246 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +08001247 "iout1_Name": "MEDUSA_MB6_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001248 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +08001249 "pin_Name": "MEDUSA_MB6_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001250 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001251 "temp1_Name": "MEDUSA_MB6_12VHSC_TEMP_C",
1252 "vin_Name": "MEDUSA_MB6_12VHSC_INPUT_VOLT_V",
1253 "vout1_Name": "MEDUSA_MB6_12VHSC_OUTPUT_VOLT_V"
1254 },
1255 {
1256 "Address": "0x40",
1257 "Bus": 6,
1258 "Labels": [
1259 "temp1",
1260 "vin",
1261 "vout1",
1262 "iout1",
1263 "pin"
1264 ],
1265 "Name": "MEDUSA_MB7_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +08001266 "PowerState": "ChassisOn",
1267 "SlotId": "7",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001268 "Thresholds": [
1269 {
1270 "Direction": "greater than",
1271 "Label": "iout1",
1272 "Name": "upper non recoverable",
1273 "Severity": 4,
1274 "Value": 90
1275 },
1276 {
1277 "Direction": "greater than",
1278 "Label": "iout1",
1279 "Name": "upper critical",
1280 "Severity": 1,
1281 "Value": 87.956
1282 },
1283 {
1284 "Direction": "greater than",
1285 "Label": "iout1",
1286 "Name": "upper non critical",
1287 "Severity": 0,
1288 "Value": 83.958
1289 },
1290 {
1291 "Direction": "greater than",
1292 "Label": "pin",
1293 "Name": "upper non recoverable",
1294 "Severity": 4,
1295 "Value": 1125
1296 },
1297 {
1298 "Direction": "greater than",
1299 "Label": "pin",
1300 "Name": "upper critical",
1301 "Severity": 1,
1302 "Value": 1099.45
1303 },
1304 {
1305 "Direction": "greater than",
1306 "Label": "pin",
1307 "Name": "upper non critical",
1308 "Severity": 0,
1309 "Value": 1049.475
1310 },
1311 {
1312 "Direction": "greater than",
1313 "Label": "temp1",
1314 "Name": "upper critical",
1315 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001316 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001317 },
1318 {
1319 "Direction": "greater than",
1320 "Label": "vin",
1321 "Name": "upper non recoverable",
1322 "Severity": 4,
1323 "Value": 14.333
1324 },
1325 {
1326 "Direction": "greater than",
1327 "Label": "vin",
1328 "Name": "upper critical",
1329 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001330 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001331 },
1332 {
1333 "Direction": "greater than",
1334 "Label": "vin",
1335 "Name": "upper non critical",
1336 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001337 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001338 },
1339 {
1340 "Direction": "less than",
1341 "Label": "vin",
1342 "Name": "lower non critical",
1343 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001344 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001345 },
1346 {
1347 "Direction": "less than",
1348 "Label": "vin",
1349 "Name": "lower critical",
1350 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001351 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001352 },
1353 {
1354 "Direction": "less than",
1355 "Label": "vin",
1356 "Name": "lower non recoverable",
1357 "Severity": 4,
1358 "Value": 10.091
1359 },
1360 {
1361 "Direction": "greater than",
1362 "Label": "vout1",
1363 "Name": "upper non recoverable",
1364 "Severity": 4,
1365 "Value": 14.333
1366 },
1367 {
1368 "Direction": "greater than",
1369 "Label": "vout1",
1370 "Name": "upper critical",
1371 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001372 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001373 },
1374 {
1375 "Direction": "greater than",
1376 "Label": "vout1",
1377 "Name": "upper non critical",
1378 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001379 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001380 },
1381 {
1382 "Direction": "less than",
1383 "Label": "vout1",
1384 "Name": "lower non critical",
1385 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001386 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001387 },
1388 {
1389 "Direction": "less than",
1390 "Label": "vout1",
1391 "Name": "lower critical",
1392 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001393 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001394 },
1395 {
1396 "Direction": "less than",
1397 "Label": "vout1",
1398 "Name": "lower non recoverable",
1399 "Severity": 4,
1400 "Value": 10.091
1401 }
1402 ],
1403 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +08001404 "iout1_Name": "MEDUSA_MB7_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001405 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +08001406 "pin_Name": "MEDUSA_MB7_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001407 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001408 "temp1_Name": "MEDUSA_MB7_12VHSC_TEMP_C",
1409 "vin_Name": "MEDUSA_MB7_12VHSC_INPUT_VOLT_V",
1410 "vout1_Name": "MEDUSA_MB7_12VHSC_OUTPUT_VOLT_V"
1411 },
1412 {
1413 "Address": "0x40",
1414 "Bus": 7,
1415 "Labels": [
1416 "temp1",
1417 "vin",
1418 "vout1",
1419 "iout1",
1420 "pin"
1421 ],
1422 "Name": "MEDUSA_MB8_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +08001423 "PowerState": "ChassisOn",
1424 "SlotId": "8",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001425 "Thresholds": [
1426 {
1427 "Direction": "greater than",
1428 "Label": "iout1",
1429 "Name": "upper non recoverable",
1430 "Severity": 4,
1431 "Value": 90
1432 },
1433 {
1434 "Direction": "greater than",
1435 "Label": "iout1",
1436 "Name": "upper critical",
1437 "Severity": 1,
1438 "Value": 87.956
1439 },
1440 {
1441 "Direction": "greater than",
1442 "Label": "iout1",
1443 "Name": "upper non critical",
1444 "Severity": 0,
1445 "Value": 83.958
1446 },
1447 {
1448 "Direction": "greater than",
1449 "Label": "pin",
1450 "Name": "upper non recoverable",
1451 "Severity": 4,
1452 "Value": 1125
1453 },
1454 {
1455 "Direction": "greater than",
1456 "Label": "pin",
1457 "Name": "upper critical",
1458 "Severity": 1,
1459 "Value": 1099.45
1460 },
1461 {
1462 "Direction": "greater than",
1463 "Label": "pin",
1464 "Name": "upper non critical",
1465 "Severity": 0,
1466 "Value": 1049.475
1467 },
1468 {
1469 "Direction": "greater than",
1470 "Label": "temp1",
1471 "Name": "upper critical",
1472 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001473 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001474 },
1475 {
1476 "Direction": "greater than",
1477 "Label": "vin",
1478 "Name": "upper non recoverable",
1479 "Severity": 4,
1480 "Value": 14.333
1481 },
1482 {
1483 "Direction": "greater than",
1484 "Label": "vin",
1485 "Name": "upper critical",
1486 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001487 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001488 },
1489 {
1490 "Direction": "greater than",
1491 "Label": "vin",
1492 "Name": "upper non critical",
1493 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001494 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001495 },
1496 {
1497 "Direction": "less than",
1498 "Label": "vin",
1499 "Name": "lower non critical",
1500 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001501 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001502 },
1503 {
1504 "Direction": "less than",
1505 "Label": "vin",
1506 "Name": "lower critical",
1507 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001508 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001509 },
1510 {
1511 "Direction": "less than",
1512 "Label": "vin",
1513 "Name": "lower non recoverable",
1514 "Severity": 4,
1515 "Value": 10.091
1516 },
1517 {
1518 "Direction": "greater than",
1519 "Label": "vout1",
1520 "Name": "upper non recoverable",
1521 "Severity": 4,
1522 "Value": 14.333
1523 },
1524 {
1525 "Direction": "greater than",
1526 "Label": "vout1",
1527 "Name": "upper critical",
1528 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001529 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001530 },
1531 {
1532 "Direction": "greater than",
1533 "Label": "vout1",
1534 "Name": "upper non critical",
1535 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001536 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001537 },
1538 {
1539 "Direction": "less than",
1540 "Label": "vout1",
1541 "Name": "lower non critical",
1542 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001543 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001544 },
1545 {
1546 "Direction": "less than",
1547 "Label": "vout1",
1548 "Name": "lower critical",
1549 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001550 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001551 },
1552 {
1553 "Direction": "less than",
1554 "Label": "vout1",
1555 "Name": "lower non recoverable",
1556 "Severity": 4,
1557 "Value": 10.091
1558 }
1559 ],
1560 "Type": "ADM1281",
Ian Chien360a6d52024-07-31 10:12:42 +08001561 "iout1_Name": "MEDUSA_MB8_12VHSC_CURR_A_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001562 "iout1_Scale": 500,
Ian Chien360a6d52024-07-31 10:12:42 +08001563 "pin_Name": "MEDUSA_MB8_12VHSC_INPUT_PWR_W_1",
Sara Lin14c474c2024-04-24 18:01:17 +08001564 "pin_Scale": 500000,
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001565 "temp1_Name": "MEDUSA_MB8_12VHSC_TEMP_C",
1566 "vin_Name": "MEDUSA_MB8_12VHSC_INPUT_VOLT_V",
1567 "vout1_Name": "MEDUSA_MB8_12VHSC_OUTPUT_VOLT_V"
1568 },
1569 {
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001570 "Address": "0x41",
1571 "Bus": 11,
1572 "Labels": [
1573 "vout1"
1574 ],
1575 "Name": "MEDUSA_ADC_GND_SENSE",
1576 "Type": "INA233",
1577 "vout1_Name": "MEDUSA_ADC_GND_SENSE_VOLT_V"
1578 },
1579 {
1580 "Address": "0x44",
1581 "Bus": 11,
1582 "Labels": [
Delphine CC Chiu64695622024-05-02 17:59:33 +08001583 "in0"
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001584 ],
1585 "Name": "MEDUSA_ADC_48V_SENSE",
1586 "Thresholds": [
1587 {
1588 "Direction": "greater than",
Delphine CC Chiu64695622024-05-02 17:59:33 +08001589 "Label": "in0",
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001590 "Name": "upper non recoverable",
1591 "Severity": 4,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001592 "Value": 0.29
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001593 },
1594 {
1595 "Direction": "greater than",
Delphine CC Chiu64695622024-05-02 17:59:33 +08001596 "Label": "in0",
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001597 "Name": "upper critical",
1598 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001599 "Value": 0.253
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001600 },
1601 {
1602 "Direction": "greater than",
Delphine CC Chiu64695622024-05-02 17:59:33 +08001603 "Label": "in0",
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001604 "Name": "upper non critical",
1605 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001606 "Value": 0.242
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001607 }
1608 ],
1609 "Type": "INA238",
1610 "in1_Name": "MEDUSA_ADC_48V_SENSE_VOLT_V"
1611 },
1612 {
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001613 "Address": "0x40",
1614 "Bus": 11,
1615 "Labels": [
1616 "temp1",
1617 "vin",
1618 "vout1",
Ian Chien1c87b2b2024-07-16 14:34:47 +08001619 "iout1",
1620 "pin"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001621 ],
1622 "Name": "MEDUSA_12VEFFUSE",
1623 "Thresholds": [
1624 {
1625 "Direction": "greater than",
Ian Chien1c87b2b2024-07-16 14:34:47 +08001626 "Label": "pin",
1627 "Name": "upper non recoverable",
1628 "Severity": 4,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001629 "Value": 286.6
Ian Chien1c87b2b2024-07-16 14:34:47 +08001630 },
1631 {
1632 "Direction": "greater than",
1633 "Label": "pin",
1634 "Name": "upper critical",
1635 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001636 "Value": 211.75
Ian Chien1c87b2b2024-07-16 14:34:47 +08001637 },
1638 {
1639 "Direction": "greater than",
1640 "Label": "pin",
1641 "Name": "upper non critical",
1642 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001643 "Value": 202.125
Ian Chien1c87b2b2024-07-16 14:34:47 +08001644 },
1645 {
1646 "Direction": "greater than",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001647 "Label": "vin",
1648 "Name": "upper non recoverable",
1649 "Severity": 4,
1650 "Value": 14.333
1651 },
1652 {
1653 "Direction": "greater than",
1654 "Label": "vin",
1655 "Name": "upper critical",
1656 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001657 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001658 },
1659 {
1660 "Direction": "greater than",
1661 "Label": "vin",
1662 "Name": "upper non critical",
1663 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001664 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001665 },
1666 {
1667 "Direction": "less than",
1668 "Label": "vin",
1669 "Name": "lower non critical",
1670 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001671 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001672 },
1673 {
1674 "Direction": "less than",
1675 "Label": "vin",
1676 "Name": "lower critical",
1677 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001678 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001679 },
1680 {
1681 "Direction": "less than",
1682 "Label": "vin",
1683 "Name": "lower non recoverable",
1684 "Severity": 4,
1685 "Value": 10.091
1686 },
1687 {
1688 "Direction": "greater than",
1689 "Label": "vout1",
1690 "Name": "upper non recoverable",
1691 "Severity": 4,
1692 "Value": 14.333
1693 },
1694 {
1695 "Direction": "greater than",
1696 "Label": "vout1",
1697 "Name": "upper critical",
1698 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001699 "Value": 13.176
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001700 },
1701 {
1702 "Direction": "greater than",
1703 "Label": "vout1",
1704 "Name": "upper non critical",
1705 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001706 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001707 },
1708 {
1709 "Direction": "less than",
1710 "Label": "vout1",
1711 "Name": "lower non critical",
1712 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001713 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001714 },
1715 {
1716 "Direction": "less than",
1717 "Label": "vout1",
1718 "Name": "lower critical",
1719 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001720 "Value": 11.224
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001721 },
1722 {
1723 "Direction": "less than",
1724 "Label": "vout1",
1725 "Name": "lower non recoverable",
1726 "Severity": 4,
1727 "Value": 10.091
1728 },
1729 {
1730 "Direction": "greater than",
1731 "Label": "iout1",
1732 "Name": "upper non recoverable",
1733 "Severity": 4,
1734 "Value": 20
1735 },
1736 {
1737 "Direction": "greater than",
1738 "Label": "iout1",
1739 "Name": "upper critical",
1740 "Severity": 1,
1741 "Value": 16.94
1742 },
1743 {
1744 "Direction": "greater than",
1745 "Label": "iout1",
1746 "Name": "upper non critical",
1747 "Severity": 0,
1748 "Value": 16.17
1749 },
1750 {
1751 "Direction": "greater than",
1752 "Label": "temp1",
1753 "Name": "upper critical",
1754 "Severity": 1,
1755 "Value": 115
1756 }
1757 ],
1758 "Type": "MP5023",
1759 "iout1_Name": "MEDUSA_12VEFFUSE_CURR_A",
Ian Chien1c87b2b2024-07-16 14:34:47 +08001760 "pin_Name": "MEDUSA_12VEFFUSE_INPUT_PWR_W",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001761 "temp1_Name": "MEDUSA_12VEFFUSE_TEMP_C",
1762 "vin_Name": "MEDUSA_12VEFFUSE_INPUT_VOLT_V",
1763 "vout1_Name": "MEDUSA_12VEFFUSE_OUTPUT_VOLT_V"
1764 },
1765 {
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001766 "CheckHysteresisWithSetpoint": true,
1767 "Class": "temp",
1768 "DCoefficient": 0.0,
1769 "FFGainCoefficient": 0.0,
1770 "FFOffCoefficient": 0.0,
1771 "ICoefficient": -0.02,
1772 "ILimitMax": 100,
1773 "ILimitMin": -50,
1774 "Inputs": [
1775 "MEDUSA_12VDELTA0_TEMP_C",
1776 "MEDUSA_12VDELTA1_TEMP_C",
1777 "MEDUSA_12VDELTA2_TEMP_C",
1778 "MEDUSA_12VDELTA3_TEMP_C"
1779 ],
1780 "Name": "PID_MEDUSA_12VDELTA",
1781 "NegativeHysteresis": 3.0,
1782 "OutLimitMax": 100,
1783 "OutLimitMin": 0,
1784 "PCoefficient": -3.0,
1785 "PositiveHysteresis": 0.0,
1786 "SetPoint": 90.0,
1787 "SlewNeg": 0.0,
1788 "SlewPos": 0.0,
1789 "Type": "Pid",
1790 "Zones": [
1791 "Zone 1"
1792 ]
1793 },
1794 {
1795 "Class": "temp",
1796 "Inputs": [
1797 "MEDUSA_48VHSC0_TEMP_C",
1798 "MEDUSA_48VHSC1_TEMP_C",
1799 "MEDUSA_MB1_12VHSC_TEMP_C",
1800 "MEDUSA_MB2_12VHSC_TEMP_C",
1801 "MEDUSA_MB3_12VHSC_TEMP_C",
1802 "MEDUSA_MB4_12VHSC_TEMP_C",
1803 "MEDUSA_MB5_12VHSC_TEMP_C",
1804 "MEDUSA_MB6_12VHSC_TEMP_C",
1805 "MEDUSA_MB7_12VHSC_TEMP_C",
1806 "MEDUSA_MB8_12VHSC_TEMP_C",
1807 "MEDUSA_TEMP0_C",
1808 "MEDUSA_TEMP1_C"
1809 ],
1810 "Name": "Stepwise_MEDUSA_Non_Critical_Sensors",
1811 "NegativeHysteresis": 0,
1812 "Output": [
1813 20.0
1814 ],
1815 "PositiveHysteresis": 0,
1816 "Reading": [
1817 20.0
1818 ],
1819 "Type": "Stepwise",
1820 "Zones": [
1821 "Zone 1"
1822 ]
1823 },
1824 {
1825 "Class": "temp",
1826 "Inputs": [
1827 "MEDUSA_12VDELTA0_TEMP_C",
1828 "MEDUSA_12VDELTA1_TEMP_C",
1829 "MEDUSA_12VDELTA2_TEMP_C",
1830 "MEDUSA_12VDELTA3_TEMP_C"
1831 ],
1832 "Name": "Stepwise_MEDUSA_12VDELTA",
1833 "NegativeHysteresis": 3,
1834 "Output": [
1835 20.0,
1836 22.0,
1837 24.0,
1838 26.0,
1839 28.0,
1840 30.0
1841 ],
1842 "PositiveHysteresis": 0,
1843 "Reading": [
1844 80.0,
1845 81.0,
1846 82.0,
1847 83.0,
1848 84.0,
1849 85.0
1850 ],
1851 "Type": "Stepwise",
1852 "Zones": [
1853 "Zone 1"
1854 ]
1855 },
1856 {
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001857 "Address": "0x48",
1858 "Bus": 11,
1859 "Name": "MEDUSA_TEMP0_C",
1860 "Thresholds": [
1861 {
1862 "Direction": "greater than",
1863 "Name": "upper critical",
1864 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001865 "Value": 80
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001866 }
1867 ],
1868 "Type": "TMP75"
1869 },
1870 {
1871 "Address": "0x49",
1872 "Bus": 11,
1873 "Name": "MEDUSA_TEMP1_C",
1874 "Thresholds": [
1875 {
1876 "Direction": "greater than",
1877 "Name": "upper critical",
1878 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001879 "Value": 80
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001880 }
1881 ],
1882 "Type": "TMP75"
1883 },
1884 {
1885 "Address": "0x62",
1886 "Bus": 11,
1887 "Labels": [
1888 "temp1",
1889 "vin",
1890 "vout1",
1891 "iout1"
1892 ],
1893 "Name": "MEDUSA_12VDELTA0",
1894 "Thresholds": [
1895 {
1896 "Direction": "greater than",
1897 "Label": "vin",
1898 "Name": "upper non recoverable",
1899 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001900 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001901 },
1902 {
1903 "Direction": "greater than",
1904 "Label": "vin",
1905 "Name": "upper critical",
1906 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001907 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001908 },
1909 {
1910 "Direction": "greater than",
1911 "Label": "vin",
1912 "Name": "upper non critical",
1913 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001914 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001915 },
1916 {
1917 "Direction": "less than",
1918 "Label": "vin",
1919 "Name": "lower non critical",
1920 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001921 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001922 },
1923 {
1924 "Direction": "less than",
1925 "Label": "vin",
1926 "Name": "lower critical",
1927 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001928 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001929 },
1930 {
1931 "Direction": "less than",
1932 "Label": "vin",
1933 "Name": "lower non recoverable",
1934 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001935 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001936 },
1937 {
1938 "Direction": "greater than",
1939 "Label": "vout1",
1940 "Name": "upper non recoverable",
1941 "Severity": 4,
1942 "Value": 15
1943 },
1944 {
1945 "Direction": "greater than",
1946 "Label": "vout1",
1947 "Name": "upper critical",
1948 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001949 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001950 },
1951 {
1952 "Direction": "greater than",
1953 "Label": "vout1",
1954 "Name": "upper non critical",
1955 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001956 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001957 },
1958 {
1959 "Direction": "less than",
1960 "Label": "vout1",
1961 "Name": "lower non critical",
1962 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001963 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001964 },
1965 {
1966 "Direction": "less than",
1967 "Label": "vout1",
1968 "Name": "lower critical",
1969 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001970 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001971 },
1972 {
1973 "Direction": "less than",
1974 "Label": "vout1",
1975 "Name": "lower non recoverable",
1976 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08001977 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001978 },
1979 {
1980 "Direction": "greater than",
1981 "Label": "iout1",
1982 "Name": "upper non recoverable",
1983 "Severity": 4,
1984 "Value": 130
1985 },
1986 {
1987 "Direction": "greater than",
1988 "Label": "iout1",
1989 "Name": "upper critical",
1990 "Severity": 1,
1991 "Value": 116.919
1992 },
1993 {
1994 "Direction": "greater than",
1995 "Label": "iout1",
1996 "Name": "upper non critical",
1997 "Severity": 0,
1998 "Value": 111.6045
1999 },
2000 {
2001 "Direction": "greater than",
2002 "Label": "temp1",
2003 "Name": "upper critical",
2004 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002005 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002006 }
2007 ],
2008 "Type": "pmbus",
2009 "iout1_Name": "MEDUSA_12VDELTA0_CURR_A",
2010 "temp1_Name": "MEDUSA_12VDELTA0_TEMP_C",
2011 "vin_Name": "MEDUSA_12VDELTA0_INPUT_VOLT_V",
2012 "vout1_Name": "MEDUSA_12VDELTA0_OUTPUT_VOLT_V"
2013 },
2014 {
2015 "Address": "0x64",
2016 "Bus": 11,
2017 "Labels": [
2018 "temp1",
2019 "vin",
2020 "vout1",
2021 "iout1"
2022 ],
2023 "Name": "MEDUSA_12VDELTA1",
2024 "Thresholds": [
2025 {
2026 "Direction": "greater than",
2027 "Label": "vin",
2028 "Name": "upper non recoverable",
2029 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002030 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002031 },
2032 {
2033 "Direction": "greater than",
2034 "Label": "vin",
2035 "Name": "upper critical",
2036 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002037 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002038 },
2039 {
2040 "Direction": "greater than",
2041 "Label": "vin",
2042 "Name": "upper non critical",
2043 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002044 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002045 },
2046 {
2047 "Direction": "less than",
2048 "Label": "vin",
2049 "Name": "lower non critical",
2050 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002051 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002052 },
2053 {
2054 "Direction": "less than",
2055 "Label": "vin",
2056 "Name": "lower critical",
2057 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002058 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002059 },
2060 {
2061 "Direction": "less than",
2062 "Label": "vin",
2063 "Name": "lower non recoverable",
2064 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002065 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002066 },
2067 {
2068 "Direction": "greater than",
2069 "Label": "vout1",
2070 "Name": "upper non recoverable",
2071 "Severity": 4,
2072 "Value": 15
2073 },
2074 {
2075 "Direction": "greater than",
2076 "Label": "vout1",
2077 "Name": "upper critical",
2078 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002079 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002080 },
2081 {
2082 "Direction": "greater than",
2083 "Label": "vout1",
2084 "Name": "upper non critical",
2085 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002086 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002087 },
2088 {
2089 "Direction": "less than",
2090 "Label": "vout1",
2091 "Name": "lower non critical",
2092 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002093 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002094 },
2095 {
2096 "Direction": "less than",
2097 "Label": "vout1",
2098 "Name": "lower critical",
2099 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002100 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002101 },
2102 {
2103 "Direction": "less than",
2104 "Label": "vout1",
2105 "Name": "lower non recoverable",
2106 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08002107 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002108 },
2109 {
2110 "Direction": "greater than",
2111 "Label": "iout1",
2112 "Name": "upper non recoverable",
2113 "Severity": 4,
2114 "Value": 130
2115 },
2116 {
2117 "Direction": "greater than",
2118 "Label": "iout1",
2119 "Name": "upper critical",
2120 "Severity": 1,
2121 "Value": 116.919
2122 },
2123 {
2124 "Direction": "greater than",
2125 "Label": "iout1",
2126 "Name": "upper non critical",
2127 "Severity": 0,
2128 "Value": 111.6045
2129 },
2130 {
2131 "Direction": "greater than",
2132 "Label": "temp1",
2133 "Name": "upper critical",
2134 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002135 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002136 }
2137 ],
2138 "Type": "pmbus",
2139 "iout1_Name": "MEDUSA_12VDELTA1_CURR_A",
2140 "temp1_Name": "MEDUSA_12VDELTA1_TEMP_C",
2141 "vin_Name": "MEDUSA_12VDELTA1_INPUT_VOLT_V",
2142 "vout1_Name": "MEDUSA_12VDELTA1_OUTPUT_VOLT_V"
2143 },
2144 {
2145 "Address": "0x65",
2146 "Bus": 11,
2147 "Labels": [
2148 "temp1",
2149 "vin",
2150 "vout1",
2151 "iout1"
2152 ],
2153 "Name": "MEDUSA_12VDELTA2",
2154 "Thresholds": [
2155 {
2156 "Direction": "greater than",
2157 "Label": "vin",
2158 "Name": "upper non recoverable",
2159 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002160 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002161 },
2162 {
2163 "Direction": "greater than",
2164 "Label": "vin",
2165 "Name": "upper critical",
2166 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002167 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002168 },
2169 {
2170 "Direction": "greater than",
2171 "Label": "vin",
2172 "Name": "upper non critical",
2173 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002174 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002175 },
2176 {
2177 "Direction": "less than",
2178 "Label": "vin",
2179 "Name": "lower non critical",
2180 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002181 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002182 },
2183 {
2184 "Direction": "less than",
2185 "Label": "vin",
2186 "Name": "lower critical",
2187 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002188 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002189 },
2190 {
2191 "Direction": "less than",
2192 "Label": "vin",
2193 "Name": "lower non recoverable",
2194 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002195 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002196 },
2197 {
2198 "Direction": "greater than",
2199 "Label": "vout1",
2200 "Name": "upper non recoverable",
2201 "Severity": 4,
2202 "Value": 15
2203 },
2204 {
2205 "Direction": "greater than",
2206 "Label": "vout1",
2207 "Name": "upper critical",
2208 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002209 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002210 },
2211 {
2212 "Direction": "greater than",
2213 "Label": "vout1",
2214 "Name": "upper non critical",
2215 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002216 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002217 },
2218 {
2219 "Direction": "less than",
2220 "Label": "vout1",
2221 "Name": "lower non critical",
2222 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002223 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002224 },
2225 {
2226 "Direction": "less than",
2227 "Label": "vout1",
2228 "Name": "lower critical",
2229 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002230 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002231 },
2232 {
2233 "Direction": "less than",
2234 "Label": "vout1",
2235 "Name": "lower non recoverable",
2236 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08002237 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002238 },
2239 {
2240 "Direction": "greater than",
2241 "Label": "iout1",
2242 "Name": "upper non recoverable",
2243 "Severity": 4,
2244 "Value": 130
2245 },
2246 {
2247 "Direction": "greater than",
2248 "Label": "iout1",
2249 "Name": "upper critical",
2250 "Severity": 1,
2251 "Value": 116.919
2252 },
2253 {
2254 "Direction": "greater than",
2255 "Label": "iout1",
2256 "Name": "upper non critical",
2257 "Severity": 0,
2258 "Value": 111.6045
2259 },
2260 {
2261 "Direction": "greater than",
2262 "Label": "temp1",
2263 "Name": "upper critical",
2264 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002265 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002266 }
2267 ],
2268 "Type": "pmbus",
2269 "iout1_Name": "MEDUSA_12VDELTA2_CURR_A",
2270 "temp1_Name": "MEDUSA_12VDELTA2_TEMP_C",
2271 "vin_Name": "MEDUSA_12VDELTA2_INPUT_VOLT_V",
2272 "vout1_Name": "MEDUSA_12VDELTA2_OUTPUT_VOLT_V"
2273 },
2274 {
2275 "Address": "0x68",
2276 "Bus": 11,
2277 "Labels": [
2278 "temp1",
2279 "vin",
2280 "vout1",
2281 "iout1"
2282 ],
2283 "Name": "MEDUSA_12VDELTA3",
2284 "Thresholds": [
2285 {
2286 "Direction": "greater than",
2287 "Label": "vin",
2288 "Name": "upper non recoverable",
2289 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002290 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002291 },
2292 {
2293 "Direction": "greater than",
2294 "Label": "vin",
2295 "Name": "upper critical",
2296 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002297 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002298 },
2299 {
2300 "Direction": "greater than",
2301 "Label": "vin",
2302 "Name": "upper non critical",
2303 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002304 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002305 },
2306 {
2307 "Direction": "less than",
2308 "Label": "vin",
2309 "Name": "lower non critical",
2310 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002311 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002312 },
2313 {
2314 "Direction": "less than",
2315 "Label": "vin",
2316 "Name": "lower critical",
2317 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002318 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002319 },
2320 {
2321 "Direction": "less than",
2322 "Label": "vin",
2323 "Name": "lower non recoverable",
2324 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002325 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002326 },
2327 {
2328 "Direction": "greater than",
2329 "Label": "vout1",
2330 "Name": "upper non recoverable",
2331 "Severity": 4,
2332 "Value": 15
2333 },
2334 {
2335 "Direction": "greater than",
2336 "Label": "vout1",
2337 "Name": "upper critical",
2338 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002339 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002340 },
2341 {
2342 "Direction": "greater than",
2343 "Label": "vout1",
2344 "Name": "upper non critical",
2345 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002346 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002347 },
2348 {
2349 "Direction": "less than",
2350 "Label": "vout1",
2351 "Name": "lower non critical",
2352 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002353 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002354 },
2355 {
2356 "Direction": "less than",
2357 "Label": "vout1",
2358 "Name": "lower critical",
2359 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002360 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002361 },
2362 {
2363 "Direction": "less than",
2364 "Label": "vout1",
2365 "Name": "lower non recoverable",
2366 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08002367 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002368 },
2369 {
2370 "Direction": "greater than",
2371 "Label": "iout1",
2372 "Name": "upper non recoverable",
2373 "Severity": 4,
2374 "Value": 130
2375 },
2376 {
2377 "Direction": "greater than",
2378 "Label": "iout1",
2379 "Name": "upper critical",
2380 "Severity": 1,
2381 "Value": 116.919
2382 },
2383 {
2384 "Direction": "greater than",
2385 "Label": "iout1",
2386 "Name": "upper non critical",
2387 "Severity": 0,
2388 "Value": 111.6045
2389 },
2390 {
2391 "Direction": "greater than",
2392 "Label": "temp1",
2393 "Name": "upper critical",
2394 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002395 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002396 }
2397 ],
2398 "Type": "pmbus",
2399 "iout1_Name": "MEDUSA_12VDELTA3_CURR_A",
2400 "temp1_Name": "MEDUSA_12VDELTA3_TEMP_C",
2401 "vin_Name": "MEDUSA_12VDELTA3_INPUT_VOLT_V",
2402 "vout1_Name": "MEDUSA_12VDELTA3_OUTPUT_VOLT_V"
2403 }
2404 ],
2405 "Name": "Yosemite 4 Medusa Board",
Ian Chien23ef45d2024-07-30 08:56:00 +08002406 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Medusa Board ADC-TI 12VHSC-ADI 48VHSC-ADI', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002407 "Type": "Board",
2408 "xyz.openbmc_project.Inventory.Decorator.Asset": {
Ingrid Chenf6d0e782024-07-10 13:41:34 +08002409 "BuildDate": "$BOARD_MANUFACTURE_DATE",
2410 "Manufacturer": "$BOARD_MANUFACTURER",
2411 "Model": "$BOARD_PRODUCT_NAME",
2412 "PartNumber": "$BOARD_PART_NUMBER",
2413 "SerialNumber": "$BOARD_SERIAL_NUMBER",
Delphine CC Chiu3c0af082024-05-15 16:33:03 +08002414 "SparePartNumber": "$BOARD_INFO_AM1"
Delphine CC Chiud827cca2024-03-27 17:02:24 +08002415 },
2416 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
2417 "AssetTag": "$PRODUCT_ASSET_TAG"
Delphine CC Chiubaedb722024-04-01 16:21:03 +08002418 },
2419 "xyz.openbmc_project.Inventory.Decorator.Revision": {
2420 "Version": "$PRODUCT_VERSION"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002421 }
2422}