blob: ec11960b73b123e5711ecfcc1d73014ca28b2dcd [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",
Lora Lin7681fd62024-09-26 16:50:27 +0800150 "iout1_Name": "MEDUSA_48VHSC0_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +0800151 "iout1_Scale": 250,
Lora Lin7681fd62024-09-26 16:50:27 +0800152 "pin_Name": "MEDUSA_48VHSC0_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +0800305 "iout1_Name": "MEDUSA_48VHSC1_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +0800306 "iout1_Scale": 250,
Lora Lin7681fd62024-09-26 16:50:27 +0800307 "pin_Name": "MEDUSA_48VHSC1_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +0800462 "iout1_Name": "MEDUSA_MB1_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +0800463 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +0800464 "pin_Name": "MEDUSA_MB1_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +0800619 "iout1_Name": "MEDUSA_MB2_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +0800620 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +0800621 "pin_Name": "MEDUSA_MB2_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +0800776 "iout1_Name": "MEDUSA_MB3_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +0800777 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +0800778 "pin_Name": "MEDUSA_MB3_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +0800933 "iout1_Name": "MEDUSA_MB4_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +0800934 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +0800935 "pin_Name": "MEDUSA_MB4_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +08001090 "iout1_Name": "MEDUSA_MB5_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +08001091 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +08001092 "pin_Name": "MEDUSA_MB5_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +08001247 "iout1_Name": "MEDUSA_MB6_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +08001248 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +08001249 "pin_Name": "MEDUSA_MB6_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +08001404 "iout1_Name": "MEDUSA_MB7_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +08001405 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +08001406 "pin_Name": "MEDUSA_MB7_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +08001561 "iout1_Name": "MEDUSA_MB8_12VHSC_1_CURR_A",
Sara Lin14c474c2024-04-24 18:01:17 +08001562 "iout1_Scale": 500,
Lora Lin7681fd62024-09-26 16:50:27 +08001563 "pin_Name": "MEDUSA_MB8_12VHSC_INPUT_1_PWR_W",
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",
Lora Lin7681fd62024-09-26 16:50:27 +08001610 "in0_Name": "MEDUSA_ADC_48V_SENSE_VOLT_V"
Delphine CC Chiuf5170292024-02-01 13:13:39 +08001611 },
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",
Lora Lin7681fd62024-09-26 16:50:27 +08001799 "MEDUSA_0_TEMP_C",
1800 "MEDUSA_1_TEMP_C"
Ricky CX Wud3f58402024-09-13 17:13:42 +08001801 ],
1802 "Name": "Stepwise_MEDUSA_Non_Critical_Sensors",
1803 "NegativeHysteresis": 0,
1804 "Output": [
1805 20.0
1806 ],
1807 "PositiveHysteresis": 0,
1808 "Reading": [
1809 20.0
1810 ],
1811 "Type": "Stepwise",
1812 "Zones": [
1813 "Zone 1"
1814 ]
1815 },
1816 {
1817 "Class": "temp",
1818 "InputUnavailableAsFailed": false,
1819 "Inputs": [
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001820 "MEDUSA_MB1_12VHSC_TEMP_C",
1821 "MEDUSA_MB2_12VHSC_TEMP_C",
1822 "MEDUSA_MB3_12VHSC_TEMP_C",
1823 "MEDUSA_MB4_12VHSC_TEMP_C",
1824 "MEDUSA_MB5_12VHSC_TEMP_C",
1825 "MEDUSA_MB6_12VHSC_TEMP_C",
1826 "MEDUSA_MB7_12VHSC_TEMP_C",
Ricky CX Wud3f58402024-09-13 17:13:42 +08001827 "MEDUSA_MB8_12VHSC_TEMP_C"
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001828 ],
Ricky CX Wud3f58402024-09-13 17:13:42 +08001829 "Name": "Stepwise_MEDUSA_MB_12VHSC",
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001830 "NegativeHysteresis": 0,
1831 "Output": [
1832 20.0
1833 ],
1834 "PositiveHysteresis": 0,
1835 "Reading": [
1836 20.0
1837 ],
1838 "Type": "Stepwise",
1839 "Zones": [
1840 "Zone 1"
1841 ]
1842 },
1843 {
1844 "Class": "temp",
1845 "Inputs": [
1846 "MEDUSA_12VDELTA0_TEMP_C",
1847 "MEDUSA_12VDELTA1_TEMP_C",
1848 "MEDUSA_12VDELTA2_TEMP_C",
1849 "MEDUSA_12VDELTA3_TEMP_C"
1850 ],
1851 "Name": "Stepwise_MEDUSA_12VDELTA",
Ricky CX Wu1ee32352024-10-04 17:07:19 +08001852 "NegativeHysteresis": 2,
Delphine CC Chiucaa0a5f2024-05-22 14:45:04 +08001853 "Output": [
1854 20.0,
1855 22.0,
1856 24.0,
1857 26.0,
1858 28.0,
1859 30.0
1860 ],
1861 "PositiveHysteresis": 0,
1862 "Reading": [
1863 80.0,
1864 81.0,
1865 82.0,
1866 83.0,
1867 84.0,
1868 85.0
1869 ],
1870 "Type": "Stepwise",
1871 "Zones": [
1872 "Zone 1"
1873 ]
1874 },
1875 {
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001876 "Address": "0x48",
1877 "Bus": 11,
Lora Lin7681fd62024-09-26 16:50:27 +08001878 "Name": "MEDUSA_0_TEMP_C",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001879 "Thresholds": [
1880 {
1881 "Direction": "greater than",
1882 "Name": "upper critical",
1883 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001884 "Value": 80
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001885 }
1886 ],
1887 "Type": "TMP75"
1888 },
1889 {
1890 "Address": "0x49",
1891 "Bus": 11,
Lora Lin7681fd62024-09-26 16:50:27 +08001892 "Name": "MEDUSA_1_TEMP_C",
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001893 "Thresholds": [
1894 {
1895 "Direction": "greater than",
1896 "Name": "upper critical",
1897 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08001898 "Value": 80
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001899 }
1900 ],
1901 "Type": "TMP75"
1902 },
1903 {
1904 "Address": "0x62",
1905 "Bus": 11,
1906 "Labels": [
1907 "temp1",
1908 "vin",
1909 "vout1",
1910 "iout1"
1911 ],
1912 "Name": "MEDUSA_12VDELTA0",
1913 "Thresholds": [
1914 {
1915 "Direction": "greater than",
1916 "Label": "vin",
1917 "Name": "upper non recoverable",
1918 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001919 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001920 },
1921 {
1922 "Direction": "greater than",
1923 "Label": "vin",
1924 "Name": "upper critical",
1925 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001926 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001927 },
1928 {
1929 "Direction": "greater than",
1930 "Label": "vin",
1931 "Name": "upper non critical",
1932 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001933 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001934 },
1935 {
1936 "Direction": "less than",
1937 "Label": "vin",
1938 "Name": "lower non critical",
1939 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001940 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001941 },
1942 {
1943 "Direction": "less than",
1944 "Label": "vin",
1945 "Name": "lower critical",
1946 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001947 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001948 },
1949 {
1950 "Direction": "less than",
1951 "Label": "vin",
1952 "Name": "lower non recoverable",
1953 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001954 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001955 },
1956 {
1957 "Direction": "greater than",
1958 "Label": "vout1",
1959 "Name": "upper non recoverable",
1960 "Severity": 4,
1961 "Value": 15
1962 },
1963 {
1964 "Direction": "greater than",
1965 "Label": "vout1",
1966 "Name": "upper critical",
1967 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001968 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001969 },
1970 {
1971 "Direction": "greater than",
1972 "Label": "vout1",
1973 "Name": "upper non critical",
1974 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001975 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001976 },
1977 {
1978 "Direction": "less than",
1979 "Label": "vout1",
1980 "Name": "lower non critical",
1981 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001982 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001983 },
1984 {
1985 "Direction": "less than",
1986 "Label": "vout1",
1987 "Name": "lower critical",
1988 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08001989 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001990 },
1991 {
1992 "Direction": "less than",
1993 "Label": "vout1",
1994 "Name": "lower non recoverable",
1995 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08001996 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001997 },
1998 {
1999 "Direction": "greater than",
2000 "Label": "iout1",
2001 "Name": "upper non recoverable",
2002 "Severity": 4,
2003 "Value": 130
2004 },
2005 {
2006 "Direction": "greater than",
2007 "Label": "iout1",
2008 "Name": "upper critical",
2009 "Severity": 1,
2010 "Value": 116.919
2011 },
2012 {
2013 "Direction": "greater than",
2014 "Label": "iout1",
2015 "Name": "upper non critical",
2016 "Severity": 0,
2017 "Value": 111.6045
2018 },
2019 {
2020 "Direction": "greater than",
2021 "Label": "temp1",
2022 "Name": "upper critical",
2023 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002024 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002025 }
2026 ],
2027 "Type": "pmbus",
2028 "iout1_Name": "MEDUSA_12VDELTA0_CURR_A",
2029 "temp1_Name": "MEDUSA_12VDELTA0_TEMP_C",
2030 "vin_Name": "MEDUSA_12VDELTA0_INPUT_VOLT_V",
2031 "vout1_Name": "MEDUSA_12VDELTA0_OUTPUT_VOLT_V"
2032 },
2033 {
2034 "Address": "0x64",
2035 "Bus": 11,
2036 "Labels": [
2037 "temp1",
2038 "vin",
2039 "vout1",
2040 "iout1"
2041 ],
2042 "Name": "MEDUSA_12VDELTA1",
2043 "Thresholds": [
2044 {
2045 "Direction": "greater than",
2046 "Label": "vin",
2047 "Name": "upper non recoverable",
2048 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002049 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002050 },
2051 {
2052 "Direction": "greater than",
2053 "Label": "vin",
2054 "Name": "upper critical",
2055 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002056 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002057 },
2058 {
2059 "Direction": "greater than",
2060 "Label": "vin",
2061 "Name": "upper non critical",
2062 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002063 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002064 },
2065 {
2066 "Direction": "less than",
2067 "Label": "vin",
2068 "Name": "lower non critical",
2069 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002070 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002071 },
2072 {
2073 "Direction": "less than",
2074 "Label": "vin",
2075 "Name": "lower critical",
2076 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002077 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002078 },
2079 {
2080 "Direction": "less than",
2081 "Label": "vin",
2082 "Name": "lower non recoverable",
2083 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002084 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002085 },
2086 {
2087 "Direction": "greater than",
2088 "Label": "vout1",
2089 "Name": "upper non recoverable",
2090 "Severity": 4,
2091 "Value": 15
2092 },
2093 {
2094 "Direction": "greater than",
2095 "Label": "vout1",
2096 "Name": "upper critical",
2097 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002098 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002099 },
2100 {
2101 "Direction": "greater than",
2102 "Label": "vout1",
2103 "Name": "upper non critical",
2104 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002105 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002106 },
2107 {
2108 "Direction": "less than",
2109 "Label": "vout1",
2110 "Name": "lower non critical",
2111 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002112 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002113 },
2114 {
2115 "Direction": "less than",
2116 "Label": "vout1",
2117 "Name": "lower critical",
2118 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002119 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002120 },
2121 {
2122 "Direction": "less than",
2123 "Label": "vout1",
2124 "Name": "lower non recoverable",
2125 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08002126 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002127 },
2128 {
2129 "Direction": "greater than",
2130 "Label": "iout1",
2131 "Name": "upper non recoverable",
2132 "Severity": 4,
2133 "Value": 130
2134 },
2135 {
2136 "Direction": "greater than",
2137 "Label": "iout1",
2138 "Name": "upper critical",
2139 "Severity": 1,
2140 "Value": 116.919
2141 },
2142 {
2143 "Direction": "greater than",
2144 "Label": "iout1",
2145 "Name": "upper non critical",
2146 "Severity": 0,
2147 "Value": 111.6045
2148 },
2149 {
2150 "Direction": "greater than",
2151 "Label": "temp1",
2152 "Name": "upper critical",
2153 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002154 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002155 }
2156 ],
2157 "Type": "pmbus",
2158 "iout1_Name": "MEDUSA_12VDELTA1_CURR_A",
2159 "temp1_Name": "MEDUSA_12VDELTA1_TEMP_C",
2160 "vin_Name": "MEDUSA_12VDELTA1_INPUT_VOLT_V",
2161 "vout1_Name": "MEDUSA_12VDELTA1_OUTPUT_VOLT_V"
2162 },
2163 {
2164 "Address": "0x65",
2165 "Bus": 11,
2166 "Labels": [
2167 "temp1",
2168 "vin",
2169 "vout1",
2170 "iout1"
2171 ],
2172 "Name": "MEDUSA_12VDELTA2",
2173 "Thresholds": [
2174 {
2175 "Direction": "greater than",
2176 "Label": "vin",
2177 "Name": "upper non recoverable",
2178 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002179 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002180 },
2181 {
2182 "Direction": "greater than",
2183 "Label": "vin",
2184 "Name": "upper critical",
2185 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002186 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002187 },
2188 {
2189 "Direction": "greater than",
2190 "Label": "vin",
2191 "Name": "upper non critical",
2192 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002193 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002194 },
2195 {
2196 "Direction": "less than",
2197 "Label": "vin",
2198 "Name": "lower non critical",
2199 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002200 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002201 },
2202 {
2203 "Direction": "less than",
2204 "Label": "vin",
2205 "Name": "lower critical",
2206 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002207 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002208 },
2209 {
2210 "Direction": "less than",
2211 "Label": "vin",
2212 "Name": "lower non recoverable",
2213 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002214 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002215 },
2216 {
2217 "Direction": "greater than",
2218 "Label": "vout1",
2219 "Name": "upper non recoverable",
2220 "Severity": 4,
2221 "Value": 15
2222 },
2223 {
2224 "Direction": "greater than",
2225 "Label": "vout1",
2226 "Name": "upper critical",
2227 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002228 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002229 },
2230 {
2231 "Direction": "greater than",
2232 "Label": "vout1",
2233 "Name": "upper non critical",
2234 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002235 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002236 },
2237 {
2238 "Direction": "less than",
2239 "Label": "vout1",
2240 "Name": "lower non critical",
2241 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002242 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002243 },
2244 {
2245 "Direction": "less than",
2246 "Label": "vout1",
2247 "Name": "lower critical",
2248 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002249 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002250 },
2251 {
2252 "Direction": "less than",
2253 "Label": "vout1",
2254 "Name": "lower non recoverable",
2255 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08002256 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002257 },
2258 {
2259 "Direction": "greater than",
2260 "Label": "iout1",
2261 "Name": "upper non recoverable",
2262 "Severity": 4,
2263 "Value": 130
2264 },
2265 {
2266 "Direction": "greater than",
2267 "Label": "iout1",
2268 "Name": "upper critical",
2269 "Severity": 1,
2270 "Value": 116.919
2271 },
2272 {
2273 "Direction": "greater than",
2274 "Label": "iout1",
2275 "Name": "upper non critical",
2276 "Severity": 0,
2277 "Value": 111.6045
2278 },
2279 {
2280 "Direction": "greater than",
2281 "Label": "temp1",
2282 "Name": "upper critical",
2283 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002284 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002285 }
2286 ],
2287 "Type": "pmbus",
2288 "iout1_Name": "MEDUSA_12VDELTA2_CURR_A",
2289 "temp1_Name": "MEDUSA_12VDELTA2_TEMP_C",
2290 "vin_Name": "MEDUSA_12VDELTA2_INPUT_VOLT_V",
2291 "vout1_Name": "MEDUSA_12VDELTA2_OUTPUT_VOLT_V"
2292 },
2293 {
2294 "Address": "0x68",
2295 "Bus": 11,
2296 "Labels": [
2297 "temp1",
2298 "vin",
2299 "vout1",
2300 "iout1"
2301 ],
2302 "Name": "MEDUSA_12VDELTA3",
2303 "Thresholds": [
2304 {
2305 "Direction": "greater than",
2306 "Label": "vin",
2307 "Name": "upper non recoverable",
2308 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002309 "Value": 60
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002310 },
2311 {
2312 "Direction": "greater than",
2313 "Label": "vin",
2314 "Name": "upper critical",
2315 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002316 "Value": 53.28
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002317 },
2318 {
2319 "Direction": "greater than",
2320 "Label": "vin",
2321 "Name": "upper non critical",
2322 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002323 "Value": 52.8
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002324 },
2325 {
2326 "Direction": "less than",
2327 "Label": "vin",
2328 "Name": "lower non critical",
2329 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002330 "Value": 43.2
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002331 },
2332 {
2333 "Direction": "less than",
2334 "Label": "vin",
2335 "Name": "lower critical",
2336 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002337 "Value": 42.72
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002338 },
2339 {
2340 "Direction": "less than",
2341 "Label": "vin",
2342 "Name": "lower non recoverable",
2343 "Severity": 4,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002344 "Value": 40
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002345 },
2346 {
2347 "Direction": "greater than",
2348 "Label": "vout1",
2349 "Name": "upper non recoverable",
2350 "Severity": 4,
2351 "Value": 15
2352 },
2353 {
2354 "Direction": "greater than",
2355 "Label": "vout1",
2356 "Name": "upper critical",
2357 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002358 "Value": 13.054
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002359 },
2360 {
2361 "Direction": "greater than",
2362 "Label": "vout1",
2363 "Name": "upper non critical",
2364 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002365 "Value": 12.932
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002366 },
2367 {
2368 "Direction": "less than",
2369 "Label": "vout1",
2370 "Name": "lower non critical",
2371 "Severity": 0,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002372 "Value": 11.468
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002373 },
2374 {
2375 "Direction": "less than",
2376 "Label": "vout1",
2377 "Name": "lower critical",
2378 "Severity": 1,
Delphine CC Chiu61342052024-03-05 19:47:57 +08002379 "Value": 11.346
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002380 },
2381 {
2382 "Direction": "less than",
2383 "Label": "vout1",
2384 "Name": "lower non recoverable",
2385 "Severity": 4,
Delphine CC Chiu0b6d6762024-03-15 10:23:18 +08002386 "Value": 10.091
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002387 },
2388 {
2389 "Direction": "greater than",
2390 "Label": "iout1",
2391 "Name": "upper non recoverable",
2392 "Severity": 4,
2393 "Value": 130
2394 },
2395 {
2396 "Direction": "greater than",
2397 "Label": "iout1",
2398 "Name": "upper critical",
2399 "Severity": 1,
2400 "Value": 116.919
2401 },
2402 {
2403 "Direction": "greater than",
2404 "Label": "iout1",
2405 "Name": "upper non critical",
2406 "Severity": 0,
2407 "Value": 111.6045
2408 },
2409 {
2410 "Direction": "greater than",
2411 "Label": "temp1",
2412 "Name": "upper critical",
2413 "Severity": 1,
Delphine CC Chiu86bac2b2024-05-08 13:30:02 +08002414 "Value": 100
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002415 }
2416 ],
2417 "Type": "pmbus",
2418 "iout1_Name": "MEDUSA_12VDELTA3_CURR_A",
2419 "temp1_Name": "MEDUSA_12VDELTA3_TEMP_C",
2420 "vin_Name": "MEDUSA_12VDELTA3_INPUT_VOLT_V",
2421 "vout1_Name": "MEDUSA_12VDELTA3_OUTPUT_VOLT_V"
2422 }
2423 ],
2424 "Name": "Yosemite 4 Medusa Board",
Ian Chien23ef45d2024-07-30 08:56:00 +08002425 "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 +08002426 "Type": "Board",
2427 "xyz.openbmc_project.Inventory.Decorator.Asset": {
Ingrid Chenf6d0e782024-07-10 13:41:34 +08002428 "BuildDate": "$BOARD_MANUFACTURE_DATE",
2429 "Manufacturer": "$BOARD_MANUFACTURER",
2430 "Model": "$BOARD_PRODUCT_NAME",
2431 "PartNumber": "$BOARD_PART_NUMBER",
2432 "SerialNumber": "$BOARD_SERIAL_NUMBER",
Delphine CC Chiu3c0af082024-05-15 16:33:03 +08002433 "SparePartNumber": "$BOARD_INFO_AM1"
Delphine CC Chiud827cca2024-03-27 17:02:24 +08002434 },
2435 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
2436 "AssetTag": "$PRODUCT_ASSET_TAG"
Delphine CC Chiubaedb722024-04-01 16:21:03 +08002437 },
2438 "xyz.openbmc_project.Inventory.Decorator.Revision": {
2439 "Version": "$PRODUCT_VERSION"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08002440 }
2441}