Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
| 4 | "Address": "0x10", |
| 5 | "Bus": 11, |
| 6 | "Labels": [ |
| 7 | "temp1", |
| 8 | "vin", |
| 9 | "vout1", |
| 10 | "iout1", |
| 11 | "pin" |
| 12 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 13 | "Name": "MEDUSA_HSC0_48V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 14 | "Thresholds": [ |
| 15 | { |
| 16 | "Direction": "greater than", |
| 17 | "Label": "temp1", |
| 18 | "Name": "upper critical", |
| 19 | "Severity": 1, |
| 20 | "Value": 150 |
| 21 | }, |
| 22 | { |
| 23 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 24 | "Label": "vin", |
| 25 | "Name": "upper non recoverable", |
| 26 | "Severity": 4, |
| 27 | "Value": 60 |
| 28 | }, |
| 29 | { |
| 30 | "Direction": "greater than", |
| 31 | "Label": "vin", |
| 32 | "Name": "upper critical", |
| 33 | "Severity": 1, |
| 34 | "Value": 53.28 |
| 35 | }, |
| 36 | { |
| 37 | "Direction": "greater than", |
| 38 | "Label": "vin", |
| 39 | "Name": "upper non critical", |
| 40 | "Severity": 0, |
| 41 | "Value": 52.8 |
| 42 | }, |
| 43 | { |
| 44 | "Direction": "less than", |
| 45 | "Label": "vin", |
| 46 | "Name": "lower non critical", |
| 47 | "Severity": 0, |
| 48 | "Value": 43.2 |
| 49 | }, |
| 50 | { |
| 51 | "Direction": "less than", |
| 52 | "Label": "vin", |
| 53 | "Name": "lower critical", |
| 54 | "Severity": 1, |
| 55 | "Value": 42.72 |
| 56 | }, |
| 57 | { |
| 58 | "Direction": "less than", |
| 59 | "Label": "vin", |
| 60 | "Name": "lower non recoverable", |
| 61 | "Severity": 4, |
| 62 | "Value": 40 |
| 63 | }, |
| 64 | { |
| 65 | "Direction": "greater than", |
| 66 | "Label": "vout1", |
| 67 | "Name": "upper non recoverable", |
| 68 | "Severity": 4, |
| 69 | "Value": 60 |
| 70 | }, |
| 71 | { |
| 72 | "Direction": "greater than", |
| 73 | "Label": "vout1", |
| 74 | "Name": "upper critical", |
| 75 | "Severity": 1, |
| 76 | "Value": 53.28 |
| 77 | }, |
| 78 | { |
| 79 | "Direction": "greater than", |
| 80 | "Label": "vout1", |
| 81 | "Name": "upper non critical", |
| 82 | "Severity": 0, |
| 83 | "Value": 52.8 |
| 84 | }, |
| 85 | { |
| 86 | "Direction": "less than", |
| 87 | "Label": "vout1", |
| 88 | "Name": "lower non critical", |
| 89 | "Severity": 0, |
| 90 | "Value": 43.2 |
| 91 | }, |
| 92 | { |
| 93 | "Direction": "less than", |
| 94 | "Label": "vout1", |
| 95 | "Name": "lower critical", |
| 96 | "Severity": 1, |
| 97 | "Value": 42.72 |
| 98 | }, |
| 99 | { |
| 100 | "Direction": "less than", |
| 101 | "Label": "vout1", |
| 102 | "Name": "lower non recoverable", |
| 103 | "Severity": 4, |
| 104 | "Value": 40 |
| 105 | } |
| 106 | ], |
| 107 | "Type": "ADM1272", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 108 | "iout1_Name": "MEDUSA_HSC0_48V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 109 | "iout1_Scale": 250, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 110 | "pin_Name": "MEDUSA_HSC0_48V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 111 | "pin_Scale": 250000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 112 | "temp1_Name": "MEDUSA_HSC0_48V_TEMP_C", |
| 113 | "vin_Name": "MEDUSA_HSC0_48V_INPUT_VOLT_V", |
| 114 | "vout1_Name": "MEDUSA_HSC0_48V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 115 | }, |
| 116 | { |
| 117 | "Address": "0x12", |
| 118 | "Bus": 11, |
| 119 | "Labels": [ |
| 120 | "temp1", |
| 121 | "vin", |
| 122 | "vout1", |
| 123 | "iout1", |
| 124 | "pin" |
| 125 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 126 | "Name": "MEDUSA_HSC1_48V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 127 | "Thresholds": [ |
| 128 | { |
| 129 | "Direction": "greater than", |
| 130 | "Label": "temp1", |
| 131 | "Name": "upper critical", |
| 132 | "Severity": 1, |
| 133 | "Value": 150 |
| 134 | }, |
| 135 | { |
| 136 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 137 | "Label": "vin", |
| 138 | "Name": "upper non recoverable", |
| 139 | "Severity": 4, |
| 140 | "Value": 60 |
| 141 | }, |
| 142 | { |
| 143 | "Direction": "greater than", |
| 144 | "Label": "vin", |
| 145 | "Name": "upper critical", |
| 146 | "Severity": 1, |
| 147 | "Value": 53.28 |
| 148 | }, |
| 149 | { |
| 150 | "Direction": "greater than", |
| 151 | "Label": "vin", |
| 152 | "Name": "upper non critical", |
| 153 | "Severity": 0, |
| 154 | "Value": 52.8 |
| 155 | }, |
| 156 | { |
| 157 | "Direction": "less than", |
| 158 | "Label": "vin", |
| 159 | "Name": "lower non critical", |
| 160 | "Severity": 0, |
| 161 | "Value": 43.2 |
| 162 | }, |
| 163 | { |
| 164 | "Direction": "less than", |
| 165 | "Label": "vin", |
| 166 | "Name": "lower critical", |
| 167 | "Severity": 1, |
| 168 | "Value": 42.72 |
| 169 | }, |
| 170 | { |
| 171 | "Direction": "less than", |
| 172 | "Label": "vin", |
| 173 | "Name": "lower non recoverable", |
| 174 | "Severity": 4, |
| 175 | "Value": 40 |
| 176 | }, |
| 177 | { |
| 178 | "Direction": "greater than", |
| 179 | "Label": "vout1", |
| 180 | "Name": "upper non recoverable", |
| 181 | "Severity": 4, |
| 182 | "Value": 60 |
| 183 | }, |
| 184 | { |
| 185 | "Direction": "greater than", |
| 186 | "Label": "vout1", |
| 187 | "Name": "upper critical", |
| 188 | "Severity": 1, |
| 189 | "Value": 53.28 |
| 190 | }, |
| 191 | { |
| 192 | "Direction": "greater than", |
| 193 | "Label": "vout1", |
| 194 | "Name": "upper non critical", |
| 195 | "Severity": 0, |
| 196 | "Value": 52.8 |
| 197 | }, |
| 198 | { |
| 199 | "Direction": "less than", |
| 200 | "Label": "vout1", |
| 201 | "Name": "lower non critical", |
| 202 | "Severity": 0, |
| 203 | "Value": 43.2 |
| 204 | }, |
| 205 | { |
| 206 | "Direction": "less than", |
| 207 | "Label": "vout1", |
| 208 | "Name": "lower critical", |
| 209 | "Severity": 1, |
| 210 | "Value": 42.72 |
| 211 | }, |
| 212 | { |
| 213 | "Direction": "less than", |
| 214 | "Label": "vout1", |
| 215 | "Name": "lower non recoverable", |
| 216 | "Severity": 4, |
| 217 | "Value": 40 |
| 218 | } |
| 219 | ], |
| 220 | "Type": "ADM1272", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 221 | "iout1_Name": "MEDUSA_HSC1_48V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 222 | "iout1_Scale": 250, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 223 | "pin_Name": "MEDUSA_HSC1_48V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 224 | "pin_Scale": 250000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 225 | "temp1_Name": "MEDUSA_HSC1_48V_TEMP_C", |
| 226 | "vin_Name": "MEDUSA_HSC1_48V_INPUT_VOLT_V", |
| 227 | "vout1_Name": "MEDUSA_HSC1_48V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 228 | }, |
| 229 | { |
| 230 | "Address": "0x40", |
| 231 | "Bus": 0, |
| 232 | "Labels": [ |
| 233 | "temp1", |
| 234 | "vin", |
| 235 | "vout1", |
| 236 | "iout1", |
| 237 | "pin" |
| 238 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 239 | "Name": "MEDUSA_MB1_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 240 | "PowerState": "ChassisOn", |
| 241 | "SlotId": "1", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 242 | "Thresholds": [ |
| 243 | { |
| 244 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 245 | "Label": "temp1", |
| 246 | "Name": "upper critical", |
| 247 | "Severity": 1, |
| 248 | "Value": 100 |
| 249 | }, |
| 250 | { |
| 251 | "Direction": "greater than", |
| 252 | "Label": "vin", |
| 253 | "Name": "upper non recoverable", |
| 254 | "Severity": 4, |
| 255 | "Value": 14.333 |
| 256 | }, |
| 257 | { |
| 258 | "Direction": "greater than", |
| 259 | "Label": "vin", |
| 260 | "Name": "upper critical", |
| 261 | "Severity": 1, |
| 262 | "Value": 13.176 |
| 263 | }, |
| 264 | { |
| 265 | "Direction": "greater than", |
| 266 | "Label": "vin", |
| 267 | "Name": "upper non critical", |
| 268 | "Severity": 0, |
| 269 | "Value": 13.054 |
| 270 | }, |
| 271 | { |
| 272 | "Direction": "less than", |
| 273 | "Label": "vin", |
| 274 | "Name": "lower non critical", |
| 275 | "Severity": 0, |
| 276 | "Value": 11.346 |
| 277 | }, |
| 278 | { |
| 279 | "Direction": "less than", |
| 280 | "Label": "vin", |
| 281 | "Name": "lower critical", |
| 282 | "Severity": 1, |
| 283 | "Value": 11.224 |
| 284 | }, |
| 285 | { |
| 286 | "Direction": "less than", |
| 287 | "Label": "vin", |
| 288 | "Name": "lower non recoverable", |
| 289 | "Severity": 4, |
| 290 | "Value": 10.091 |
| 291 | }, |
| 292 | { |
| 293 | "Direction": "greater than", |
| 294 | "Label": "vout1", |
| 295 | "Name": "upper non recoverable", |
| 296 | "Severity": 4, |
| 297 | "Value": 14.333 |
| 298 | }, |
| 299 | { |
| 300 | "Direction": "greater than", |
| 301 | "Label": "vout1", |
| 302 | "Name": "upper critical", |
| 303 | "Severity": 1, |
| 304 | "Value": 13.176 |
| 305 | }, |
| 306 | { |
| 307 | "Direction": "greater than", |
| 308 | "Label": "vout1", |
| 309 | "Name": "upper non critical", |
| 310 | "Severity": 0, |
| 311 | "Value": 13.054 |
| 312 | }, |
| 313 | { |
| 314 | "Direction": "less than", |
| 315 | "Label": "vout1", |
| 316 | "Name": "lower non critical", |
| 317 | "Severity": 0, |
| 318 | "Value": 11.346 |
| 319 | }, |
| 320 | { |
| 321 | "Direction": "less than", |
| 322 | "Label": "vout1", |
| 323 | "Name": "lower critical", |
| 324 | "Severity": 1, |
| 325 | "Value": 11.224 |
| 326 | }, |
| 327 | { |
| 328 | "Direction": "less than", |
| 329 | "Label": "vout1", |
| 330 | "Name": "lower non recoverable", |
| 331 | "Severity": 4, |
| 332 | "Value": 10.091 |
| 333 | } |
| 334 | ], |
| 335 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 336 | "iout1_Name": "MEDUSA_MB1_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 337 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 338 | "pin_Name": "MEDUSA_MB1_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 339 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 340 | "temp1_Name": "MEDUSA_MB1_HSC_12V_TEMP_C", |
| 341 | "vin_Name": "MEDUSA_MB1_HSC_12V_INPUT_VOLT_V", |
| 342 | "vout1_Name": "MEDUSA_MB1_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 343 | }, |
| 344 | { |
| 345 | "Address": "0x40", |
| 346 | "Bus": 1, |
| 347 | "Labels": [ |
| 348 | "temp1", |
| 349 | "vin", |
| 350 | "vout1", |
| 351 | "iout1", |
| 352 | "pin" |
| 353 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 354 | "Name": "MEDUSA_MB2_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 355 | "PowerState": "ChassisOn", |
| 356 | "SlotId": "2", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 357 | "Thresholds": [ |
| 358 | { |
| 359 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 360 | "Label": "temp1", |
| 361 | "Name": "upper critical", |
| 362 | "Severity": 1, |
| 363 | "Value": 100 |
| 364 | }, |
| 365 | { |
| 366 | "Direction": "greater than", |
| 367 | "Label": "vin", |
| 368 | "Name": "upper non recoverable", |
| 369 | "Severity": 4, |
| 370 | "Value": 14.333 |
| 371 | }, |
| 372 | { |
| 373 | "Direction": "greater than", |
| 374 | "Label": "vin", |
| 375 | "Name": "upper critical", |
| 376 | "Severity": 1, |
| 377 | "Value": 13.176 |
| 378 | }, |
| 379 | { |
| 380 | "Direction": "greater than", |
| 381 | "Label": "vin", |
| 382 | "Name": "upper non critical", |
| 383 | "Severity": 0, |
| 384 | "Value": 13.054 |
| 385 | }, |
| 386 | { |
| 387 | "Direction": "less than", |
| 388 | "Label": "vin", |
| 389 | "Name": "lower non critical", |
| 390 | "Severity": 0, |
| 391 | "Value": 11.346 |
| 392 | }, |
| 393 | { |
| 394 | "Direction": "less than", |
| 395 | "Label": "vin", |
| 396 | "Name": "lower critical", |
| 397 | "Severity": 1, |
| 398 | "Value": 11.224 |
| 399 | }, |
| 400 | { |
| 401 | "Direction": "less than", |
| 402 | "Label": "vin", |
| 403 | "Name": "lower non recoverable", |
| 404 | "Severity": 4, |
| 405 | "Value": 10.091 |
| 406 | }, |
| 407 | { |
| 408 | "Direction": "greater than", |
| 409 | "Label": "vout1", |
| 410 | "Name": "upper non recoverable", |
| 411 | "Severity": 4, |
| 412 | "Value": 14.333 |
| 413 | }, |
| 414 | { |
| 415 | "Direction": "greater than", |
| 416 | "Label": "vout1", |
| 417 | "Name": "upper critical", |
| 418 | "Severity": 1, |
| 419 | "Value": 13.176 |
| 420 | }, |
| 421 | { |
| 422 | "Direction": "greater than", |
| 423 | "Label": "vout1", |
| 424 | "Name": "upper non critical", |
| 425 | "Severity": 0, |
| 426 | "Value": 13.054 |
| 427 | }, |
| 428 | { |
| 429 | "Direction": "less than", |
| 430 | "Label": "vout1", |
| 431 | "Name": "lower non critical", |
| 432 | "Severity": 0, |
| 433 | "Value": 11.346 |
| 434 | }, |
| 435 | { |
| 436 | "Direction": "less than", |
| 437 | "Label": "vout1", |
| 438 | "Name": "lower critical", |
| 439 | "Severity": 1, |
| 440 | "Value": 11.224 |
| 441 | }, |
| 442 | { |
| 443 | "Direction": "less than", |
| 444 | "Label": "vout1", |
| 445 | "Name": "lower non recoverable", |
| 446 | "Severity": 4, |
| 447 | "Value": 10.091 |
| 448 | } |
| 449 | ], |
| 450 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 451 | "iout1_Name": "MEDUSA_MB2_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 452 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 453 | "pin_Name": "MEDUSA_MB2_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 454 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 455 | "temp1_Name": "MEDUSA_MB2_HSC_12V_TEMP_C", |
| 456 | "vin_Name": "MEDUSA_MB2_HSC_12V_INPUT_VOLT_V", |
| 457 | "vout1_Name": "MEDUSA_MB2_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 458 | }, |
| 459 | { |
| 460 | "Address": "0x40", |
| 461 | "Bus": 2, |
| 462 | "Labels": [ |
| 463 | "temp1", |
| 464 | "vin", |
| 465 | "vout1", |
| 466 | "iout1", |
| 467 | "pin" |
| 468 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 469 | "Name": "MEDUSA_MB3_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 470 | "PowerState": "ChassisOn", |
| 471 | "SlotId": "3", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 472 | "Thresholds": [ |
| 473 | { |
| 474 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 475 | "Label": "temp1", |
| 476 | "Name": "upper critical", |
| 477 | "Severity": 1, |
| 478 | "Value": 100 |
| 479 | }, |
| 480 | { |
| 481 | "Direction": "greater than", |
| 482 | "Label": "vin", |
| 483 | "Name": "upper non recoverable", |
| 484 | "Severity": 4, |
| 485 | "Value": 14.333 |
| 486 | }, |
| 487 | { |
| 488 | "Direction": "greater than", |
| 489 | "Label": "vin", |
| 490 | "Name": "upper critical", |
| 491 | "Severity": 1, |
| 492 | "Value": 13.176 |
| 493 | }, |
| 494 | { |
| 495 | "Direction": "greater than", |
| 496 | "Label": "vin", |
| 497 | "Name": "upper non critical", |
| 498 | "Severity": 0, |
| 499 | "Value": 13.054 |
| 500 | }, |
| 501 | { |
| 502 | "Direction": "less than", |
| 503 | "Label": "vin", |
| 504 | "Name": "lower non critical", |
| 505 | "Severity": 0, |
| 506 | "Value": 11.346 |
| 507 | }, |
| 508 | { |
| 509 | "Direction": "less than", |
| 510 | "Label": "vin", |
| 511 | "Name": "lower critical", |
| 512 | "Severity": 1, |
| 513 | "Value": 11.224 |
| 514 | }, |
| 515 | { |
| 516 | "Direction": "less than", |
| 517 | "Label": "vin", |
| 518 | "Name": "lower non recoverable", |
| 519 | "Severity": 4, |
| 520 | "Value": 10.091 |
| 521 | }, |
| 522 | { |
| 523 | "Direction": "greater than", |
| 524 | "Label": "vout1", |
| 525 | "Name": "upper non recoverable", |
| 526 | "Severity": 4, |
| 527 | "Value": 14.333 |
| 528 | }, |
| 529 | { |
| 530 | "Direction": "greater than", |
| 531 | "Label": "vout1", |
| 532 | "Name": "upper critical", |
| 533 | "Severity": 1, |
| 534 | "Value": 13.176 |
| 535 | }, |
| 536 | { |
| 537 | "Direction": "greater than", |
| 538 | "Label": "vout1", |
| 539 | "Name": "upper non critical", |
| 540 | "Severity": 0, |
| 541 | "Value": 13.054 |
| 542 | }, |
| 543 | { |
| 544 | "Direction": "less than", |
| 545 | "Label": "vout1", |
| 546 | "Name": "lower non critical", |
| 547 | "Severity": 0, |
| 548 | "Value": 11.346 |
| 549 | }, |
| 550 | { |
| 551 | "Direction": "less than", |
| 552 | "Label": "vout1", |
| 553 | "Name": "lower critical", |
| 554 | "Severity": 1, |
| 555 | "Value": 11.224 |
| 556 | }, |
| 557 | { |
| 558 | "Direction": "less than", |
| 559 | "Label": "vout1", |
| 560 | "Name": "lower non recoverable", |
| 561 | "Severity": 4, |
| 562 | "Value": 10.091 |
| 563 | } |
| 564 | ], |
| 565 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 566 | "iout1_Name": "MEDUSA_MB3_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 567 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 568 | "pin_Name": "MEDUSA_MB3_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 569 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 570 | "temp1_Name": "MEDUSA_MB3_HSC_12V_TEMP_C", |
| 571 | "vin_Name": "MEDUSA_MB3_HSC_12V_INPUT_VOLT_V", |
| 572 | "vout1_Name": "MEDUSA_MB3_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 573 | }, |
| 574 | { |
| 575 | "Address": "0x40", |
| 576 | "Bus": 3, |
| 577 | "Labels": [ |
| 578 | "temp1", |
| 579 | "vin", |
| 580 | "vout1", |
| 581 | "iout1", |
| 582 | "pin" |
| 583 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 584 | "Name": "MEDUSA_MB4_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 585 | "PowerState": "ChassisOn", |
| 586 | "SlotId": "4", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 587 | "Thresholds": [ |
| 588 | { |
| 589 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 590 | "Label": "temp1", |
| 591 | "Name": "upper critical", |
| 592 | "Severity": 1, |
| 593 | "Value": 100 |
| 594 | }, |
| 595 | { |
| 596 | "Direction": "greater than", |
| 597 | "Label": "vin", |
| 598 | "Name": "upper non recoverable", |
| 599 | "Severity": 4, |
| 600 | "Value": 14.333 |
| 601 | }, |
| 602 | { |
| 603 | "Direction": "greater than", |
| 604 | "Label": "vin", |
| 605 | "Name": "upper critical", |
| 606 | "Severity": 1, |
| 607 | "Value": 13.176 |
| 608 | }, |
| 609 | { |
| 610 | "Direction": "greater than", |
| 611 | "Label": "vin", |
| 612 | "Name": "upper non critical", |
| 613 | "Severity": 0, |
| 614 | "Value": 13.054 |
| 615 | }, |
| 616 | { |
| 617 | "Direction": "less than", |
| 618 | "Label": "vin", |
| 619 | "Name": "lower non critical", |
| 620 | "Severity": 0, |
| 621 | "Value": 11.346 |
| 622 | }, |
| 623 | { |
| 624 | "Direction": "less than", |
| 625 | "Label": "vin", |
| 626 | "Name": "lower critical", |
| 627 | "Severity": 1, |
| 628 | "Value": 11.224 |
| 629 | }, |
| 630 | { |
| 631 | "Direction": "less than", |
| 632 | "Label": "vin", |
| 633 | "Name": "lower non recoverable", |
| 634 | "Severity": 4, |
| 635 | "Value": 10.091 |
| 636 | }, |
| 637 | { |
| 638 | "Direction": "greater than", |
| 639 | "Label": "vout1", |
| 640 | "Name": "upper non recoverable", |
| 641 | "Severity": 4, |
| 642 | "Value": 14.333 |
| 643 | }, |
| 644 | { |
| 645 | "Direction": "greater than", |
| 646 | "Label": "vout1", |
| 647 | "Name": "upper critical", |
| 648 | "Severity": 1, |
| 649 | "Value": 13.176 |
| 650 | }, |
| 651 | { |
| 652 | "Direction": "greater than", |
| 653 | "Label": "vout1", |
| 654 | "Name": "upper non critical", |
| 655 | "Severity": 0, |
| 656 | "Value": 13.054 |
| 657 | }, |
| 658 | { |
| 659 | "Direction": "less than", |
| 660 | "Label": "vout1", |
| 661 | "Name": "lower non critical", |
| 662 | "Severity": 0, |
| 663 | "Value": 11.346 |
| 664 | }, |
| 665 | { |
| 666 | "Direction": "less than", |
| 667 | "Label": "vout1", |
| 668 | "Name": "lower critical", |
| 669 | "Severity": 1, |
| 670 | "Value": 11.224 |
| 671 | }, |
| 672 | { |
| 673 | "Direction": "less than", |
| 674 | "Label": "vout1", |
| 675 | "Name": "lower non recoverable", |
| 676 | "Severity": 4, |
| 677 | "Value": 10.091 |
| 678 | } |
| 679 | ], |
| 680 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 681 | "iout1_Name": "MEDUSA_MB4_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 682 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 683 | "pin_Name": "MEDUSA_MB4_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 684 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 685 | "temp1_Name": "MEDUSA_MB4_HSC_12V_TEMP_C", |
| 686 | "vin_Name": "MEDUSA_MB4_HSC_12V_INPUT_VOLT_V", |
| 687 | "vout1_Name": "MEDUSA_MB4_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 688 | }, |
| 689 | { |
| 690 | "Address": "0x40", |
| 691 | "Bus": 4, |
| 692 | "Labels": [ |
| 693 | "temp1", |
| 694 | "vin", |
| 695 | "vout1", |
| 696 | "iout1", |
| 697 | "pin" |
| 698 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 699 | "Name": "MEDUSA_MB5_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 700 | "PowerState": "ChassisOn", |
| 701 | "SlotId": "5", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 702 | "Thresholds": [ |
| 703 | { |
| 704 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 705 | "Label": "temp1", |
| 706 | "Name": "upper critical", |
| 707 | "Severity": 1, |
| 708 | "Value": 100 |
| 709 | }, |
| 710 | { |
| 711 | "Direction": "greater than", |
| 712 | "Label": "vin", |
| 713 | "Name": "upper non recoverable", |
| 714 | "Severity": 4, |
| 715 | "Value": 14.333 |
| 716 | }, |
| 717 | { |
| 718 | "Direction": "greater than", |
| 719 | "Label": "vin", |
| 720 | "Name": "upper critical", |
| 721 | "Severity": 1, |
| 722 | "Value": 13.176 |
| 723 | }, |
| 724 | { |
| 725 | "Direction": "greater than", |
| 726 | "Label": "vin", |
| 727 | "Name": "upper non critical", |
| 728 | "Severity": 0, |
| 729 | "Value": 13.054 |
| 730 | }, |
| 731 | { |
| 732 | "Direction": "less than", |
| 733 | "Label": "vin", |
| 734 | "Name": "lower non critical", |
| 735 | "Severity": 0, |
| 736 | "Value": 11.346 |
| 737 | }, |
| 738 | { |
| 739 | "Direction": "less than", |
| 740 | "Label": "vin", |
| 741 | "Name": "lower critical", |
| 742 | "Severity": 1, |
| 743 | "Value": 11.224 |
| 744 | }, |
| 745 | { |
| 746 | "Direction": "less than", |
| 747 | "Label": "vin", |
| 748 | "Name": "lower non recoverable", |
| 749 | "Severity": 4, |
| 750 | "Value": 10.091 |
| 751 | }, |
| 752 | { |
| 753 | "Direction": "greater than", |
| 754 | "Label": "vout1", |
| 755 | "Name": "upper non recoverable", |
| 756 | "Severity": 4, |
| 757 | "Value": 14.333 |
| 758 | }, |
| 759 | { |
| 760 | "Direction": "greater than", |
| 761 | "Label": "vout1", |
| 762 | "Name": "upper critical", |
| 763 | "Severity": 1, |
| 764 | "Value": 13.176 |
| 765 | }, |
| 766 | { |
| 767 | "Direction": "greater than", |
| 768 | "Label": "vout1", |
| 769 | "Name": "upper non critical", |
| 770 | "Severity": 0, |
| 771 | "Value": 13.054 |
| 772 | }, |
| 773 | { |
| 774 | "Direction": "less than", |
| 775 | "Label": "vout1", |
| 776 | "Name": "lower non critical", |
| 777 | "Severity": 0, |
| 778 | "Value": 11.346 |
| 779 | }, |
| 780 | { |
| 781 | "Direction": "less than", |
| 782 | "Label": "vout1", |
| 783 | "Name": "lower critical", |
| 784 | "Severity": 1, |
| 785 | "Value": 11.224 |
| 786 | }, |
| 787 | { |
| 788 | "Direction": "less than", |
| 789 | "Label": "vout1", |
| 790 | "Name": "lower non recoverable", |
| 791 | "Severity": 4, |
| 792 | "Value": 10.091 |
| 793 | } |
| 794 | ], |
| 795 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 796 | "iout1_Name": "MEDUSA_MB5_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 797 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 798 | "pin_Name": "MEDUSA_MB5_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 799 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 800 | "temp1_Name": "MEDUSA_MB5_HSC_12V_TEMP_C", |
| 801 | "vin_Name": "MEDUSA_MB5_HSC_12V_INPUT_VOLT_V", |
| 802 | "vout1_Name": "MEDUSA_MB5_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 803 | }, |
| 804 | { |
| 805 | "Address": "0x40", |
| 806 | "Bus": 5, |
| 807 | "Labels": [ |
| 808 | "temp1", |
| 809 | "vin", |
| 810 | "vout1", |
| 811 | "iout1", |
| 812 | "pin" |
| 813 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 814 | "Name": "MEDUSA_MB6_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 815 | "PowerState": "ChassisOn", |
| 816 | "SlotId": "6", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 817 | "Thresholds": [ |
| 818 | { |
| 819 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 820 | "Label": "temp1", |
| 821 | "Name": "upper critical", |
| 822 | "Severity": 1, |
| 823 | "Value": 100 |
| 824 | }, |
| 825 | { |
| 826 | "Direction": "greater than", |
| 827 | "Label": "vin", |
| 828 | "Name": "upper non recoverable", |
| 829 | "Severity": 4, |
| 830 | "Value": 14.333 |
| 831 | }, |
| 832 | { |
| 833 | "Direction": "greater than", |
| 834 | "Label": "vin", |
| 835 | "Name": "upper critical", |
| 836 | "Severity": 1, |
| 837 | "Value": 13.176 |
| 838 | }, |
| 839 | { |
| 840 | "Direction": "greater than", |
| 841 | "Label": "vin", |
| 842 | "Name": "upper non critical", |
| 843 | "Severity": 0, |
| 844 | "Value": 13.054 |
| 845 | }, |
| 846 | { |
| 847 | "Direction": "less than", |
| 848 | "Label": "vin", |
| 849 | "Name": "lower non critical", |
| 850 | "Severity": 0, |
| 851 | "Value": 11.346 |
| 852 | }, |
| 853 | { |
| 854 | "Direction": "less than", |
| 855 | "Label": "vin", |
| 856 | "Name": "lower critical", |
| 857 | "Severity": 1, |
| 858 | "Value": 11.224 |
| 859 | }, |
| 860 | { |
| 861 | "Direction": "less than", |
| 862 | "Label": "vin", |
| 863 | "Name": "lower non recoverable", |
| 864 | "Severity": 4, |
| 865 | "Value": 10.091 |
| 866 | }, |
| 867 | { |
| 868 | "Direction": "greater than", |
| 869 | "Label": "vout1", |
| 870 | "Name": "upper non recoverable", |
| 871 | "Severity": 4, |
| 872 | "Value": 14.333 |
| 873 | }, |
| 874 | { |
| 875 | "Direction": "greater than", |
| 876 | "Label": "vout1", |
| 877 | "Name": "upper critical", |
| 878 | "Severity": 1, |
| 879 | "Value": 13.176 |
| 880 | }, |
| 881 | { |
| 882 | "Direction": "greater than", |
| 883 | "Label": "vout1", |
| 884 | "Name": "upper non critical", |
| 885 | "Severity": 0, |
| 886 | "Value": 13.054 |
| 887 | }, |
| 888 | { |
| 889 | "Direction": "less than", |
| 890 | "Label": "vout1", |
| 891 | "Name": "lower non critical", |
| 892 | "Severity": 0, |
| 893 | "Value": 11.346 |
| 894 | }, |
| 895 | { |
| 896 | "Direction": "less than", |
| 897 | "Label": "vout1", |
| 898 | "Name": "lower critical", |
| 899 | "Severity": 1, |
| 900 | "Value": 11.224 |
| 901 | }, |
| 902 | { |
| 903 | "Direction": "less than", |
| 904 | "Label": "vout1", |
| 905 | "Name": "lower non recoverable", |
| 906 | "Severity": 4, |
| 907 | "Value": 10.091 |
| 908 | } |
| 909 | ], |
| 910 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 911 | "iout1_Name": "MEDUSA_MB6_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 912 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 913 | "pin_Name": "MEDUSA_MB6_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 914 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 915 | "temp1_Name": "MEDUSA_MB6_HSC_12V_TEMP_C", |
| 916 | "vin_Name": "MEDUSA_MB6_HSC_12V_INPUT_VOLT_V", |
| 917 | "vout1_Name": "MEDUSA_MB6_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 918 | }, |
| 919 | { |
| 920 | "Address": "0x40", |
| 921 | "Bus": 6, |
| 922 | "Labels": [ |
| 923 | "temp1", |
| 924 | "vin", |
| 925 | "vout1", |
| 926 | "iout1", |
| 927 | "pin" |
| 928 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 929 | "Name": "MEDUSA_MB7_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 930 | "PowerState": "ChassisOn", |
| 931 | "SlotId": "7", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 932 | "Thresholds": [ |
| 933 | { |
| 934 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 935 | "Label": "temp1", |
| 936 | "Name": "upper critical", |
| 937 | "Severity": 1, |
| 938 | "Value": 100 |
| 939 | }, |
| 940 | { |
| 941 | "Direction": "greater than", |
| 942 | "Label": "vin", |
| 943 | "Name": "upper non recoverable", |
| 944 | "Severity": 4, |
| 945 | "Value": 14.333 |
| 946 | }, |
| 947 | { |
| 948 | "Direction": "greater than", |
| 949 | "Label": "vin", |
| 950 | "Name": "upper critical", |
| 951 | "Severity": 1, |
| 952 | "Value": 13.176 |
| 953 | }, |
| 954 | { |
| 955 | "Direction": "greater than", |
| 956 | "Label": "vin", |
| 957 | "Name": "upper non critical", |
| 958 | "Severity": 0, |
| 959 | "Value": 13.054 |
| 960 | }, |
| 961 | { |
| 962 | "Direction": "less than", |
| 963 | "Label": "vin", |
| 964 | "Name": "lower non critical", |
| 965 | "Severity": 0, |
| 966 | "Value": 11.346 |
| 967 | }, |
| 968 | { |
| 969 | "Direction": "less than", |
| 970 | "Label": "vin", |
| 971 | "Name": "lower critical", |
| 972 | "Severity": 1, |
| 973 | "Value": 11.224 |
| 974 | }, |
| 975 | { |
| 976 | "Direction": "less than", |
| 977 | "Label": "vin", |
| 978 | "Name": "lower non recoverable", |
| 979 | "Severity": 4, |
| 980 | "Value": 10.091 |
| 981 | }, |
| 982 | { |
| 983 | "Direction": "greater than", |
| 984 | "Label": "vout1", |
| 985 | "Name": "upper non recoverable", |
| 986 | "Severity": 4, |
| 987 | "Value": 14.333 |
| 988 | }, |
| 989 | { |
| 990 | "Direction": "greater than", |
| 991 | "Label": "vout1", |
| 992 | "Name": "upper critical", |
| 993 | "Severity": 1, |
| 994 | "Value": 13.176 |
| 995 | }, |
| 996 | { |
| 997 | "Direction": "greater than", |
| 998 | "Label": "vout1", |
| 999 | "Name": "upper non critical", |
| 1000 | "Severity": 0, |
| 1001 | "Value": 13.054 |
| 1002 | }, |
| 1003 | { |
| 1004 | "Direction": "less than", |
| 1005 | "Label": "vout1", |
| 1006 | "Name": "lower non critical", |
| 1007 | "Severity": 0, |
| 1008 | "Value": 11.346 |
| 1009 | }, |
| 1010 | { |
| 1011 | "Direction": "less than", |
| 1012 | "Label": "vout1", |
| 1013 | "Name": "lower critical", |
| 1014 | "Severity": 1, |
| 1015 | "Value": 11.224 |
| 1016 | }, |
| 1017 | { |
| 1018 | "Direction": "less than", |
| 1019 | "Label": "vout1", |
| 1020 | "Name": "lower non recoverable", |
| 1021 | "Severity": 4, |
| 1022 | "Value": 10.091 |
| 1023 | } |
| 1024 | ], |
| 1025 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1026 | "iout1_Name": "MEDUSA_MB7_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1027 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1028 | "pin_Name": "MEDUSA_MB7_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1029 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1030 | "temp1_Name": "MEDUSA_MB7_HSC_12V_TEMP_C", |
| 1031 | "vin_Name": "MEDUSA_MB7_HSC_12V_INPUT_VOLT_V", |
| 1032 | "vout1_Name": "MEDUSA_MB7_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1033 | }, |
| 1034 | { |
| 1035 | "Address": "0x40", |
| 1036 | "Bus": 7, |
| 1037 | "Labels": [ |
| 1038 | "temp1", |
| 1039 | "vin", |
| 1040 | "vout1", |
| 1041 | "iout1", |
| 1042 | "pin" |
| 1043 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1044 | "Name": "MEDUSA_MB8_HSC_12V", |
Bright Cheng | 00503d0 | 2024-08-27 16:17:47 +0800 | [diff] [blame] | 1045 | "PowerState": "ChassisOn", |
| 1046 | "SlotId": "8", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1047 | "Thresholds": [ |
| 1048 | { |
| 1049 | "Direction": "greater than", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1050 | "Label": "temp1", |
| 1051 | "Name": "upper critical", |
| 1052 | "Severity": 1, |
| 1053 | "Value": 100 |
| 1054 | }, |
| 1055 | { |
| 1056 | "Direction": "greater than", |
| 1057 | "Label": "vin", |
| 1058 | "Name": "upper non recoverable", |
| 1059 | "Severity": 4, |
| 1060 | "Value": 14.333 |
| 1061 | }, |
| 1062 | { |
| 1063 | "Direction": "greater than", |
| 1064 | "Label": "vin", |
| 1065 | "Name": "upper critical", |
| 1066 | "Severity": 1, |
| 1067 | "Value": 13.176 |
| 1068 | }, |
| 1069 | { |
| 1070 | "Direction": "greater than", |
| 1071 | "Label": "vin", |
| 1072 | "Name": "upper non critical", |
| 1073 | "Severity": 0, |
| 1074 | "Value": 13.054 |
| 1075 | }, |
| 1076 | { |
| 1077 | "Direction": "less than", |
| 1078 | "Label": "vin", |
| 1079 | "Name": "lower non critical", |
| 1080 | "Severity": 0, |
| 1081 | "Value": 11.346 |
| 1082 | }, |
| 1083 | { |
| 1084 | "Direction": "less than", |
| 1085 | "Label": "vin", |
| 1086 | "Name": "lower critical", |
| 1087 | "Severity": 1, |
| 1088 | "Value": 11.224 |
| 1089 | }, |
| 1090 | { |
| 1091 | "Direction": "less than", |
| 1092 | "Label": "vin", |
| 1093 | "Name": "lower non recoverable", |
| 1094 | "Severity": 4, |
| 1095 | "Value": 10.091 |
| 1096 | }, |
| 1097 | { |
| 1098 | "Direction": "greater than", |
| 1099 | "Label": "vout1", |
| 1100 | "Name": "upper non recoverable", |
| 1101 | "Severity": 4, |
| 1102 | "Value": 14.333 |
| 1103 | }, |
| 1104 | { |
| 1105 | "Direction": "greater than", |
| 1106 | "Label": "vout1", |
| 1107 | "Name": "upper critical", |
| 1108 | "Severity": 1, |
| 1109 | "Value": 13.176 |
| 1110 | }, |
| 1111 | { |
| 1112 | "Direction": "greater than", |
| 1113 | "Label": "vout1", |
| 1114 | "Name": "upper non critical", |
| 1115 | "Severity": 0, |
| 1116 | "Value": 13.054 |
| 1117 | }, |
| 1118 | { |
| 1119 | "Direction": "less than", |
| 1120 | "Label": "vout1", |
| 1121 | "Name": "lower non critical", |
| 1122 | "Severity": 0, |
| 1123 | "Value": 11.346 |
| 1124 | }, |
| 1125 | { |
| 1126 | "Direction": "less than", |
| 1127 | "Label": "vout1", |
| 1128 | "Name": "lower critical", |
| 1129 | "Severity": 1, |
| 1130 | "Value": 11.224 |
| 1131 | }, |
| 1132 | { |
| 1133 | "Direction": "less than", |
| 1134 | "Label": "vout1", |
| 1135 | "Name": "lower non recoverable", |
| 1136 | "Severity": 4, |
| 1137 | "Value": 10.091 |
| 1138 | } |
| 1139 | ], |
| 1140 | "Type": "ADM1281", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1141 | "iout1_Name": "MEDUSA_MB8_HSC_12V_1_CURR_A", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1142 | "iout1_Scale": 500, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1143 | "pin_Name": "MEDUSA_MB8_HSC_12V_INPUT_1_PWR_W", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1144 | "pin_Scale": 500000, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1145 | "temp1_Name": "MEDUSA_MB8_HSC_12V_TEMP_C", |
| 1146 | "vin_Name": "MEDUSA_MB8_HSC_12V_INPUT_VOLT_V", |
| 1147 | "vout1_Name": "MEDUSA_MB8_HSC_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1148 | }, |
| 1149 | { |
| 1150 | "Address": "0x44", |
| 1151 | "Bus": 11, |
| 1152 | "Labels": [ |
| 1153 | "in0" |
| 1154 | ], |
| 1155 | "Name": "MEDUSA_ADC_48V_SENSE", |
| 1156 | "Thresholds": [ |
| 1157 | { |
| 1158 | "Direction": "greater than", |
| 1159 | "Label": "in0", |
| 1160 | "Name": "upper non recoverable", |
| 1161 | "Severity": 4, |
Ricky CX Wu | 54f4038 | 2024-09-11 11:19:12 +0800 | [diff] [blame] | 1162 | "Value": 0.29 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1163 | }, |
| 1164 | { |
| 1165 | "Direction": "greater than", |
| 1166 | "Label": "in0", |
| 1167 | "Name": "upper critical", |
| 1168 | "Severity": 1, |
Ricky CX Wu | 54f4038 | 2024-09-11 11:19:12 +0800 | [diff] [blame] | 1169 | "Value": 0.253 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1170 | }, |
| 1171 | { |
| 1172 | "Direction": "greater than", |
| 1173 | "Label": "in0", |
| 1174 | "Name": "upper non critical", |
| 1175 | "Severity": 0, |
Ricky CX Wu | 54f4038 | 2024-09-11 11:19:12 +0800 | [diff] [blame] | 1176 | "Value": 0.242 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1177 | } |
| 1178 | ], |
| 1179 | "Type": "INA238", |
Lora Lin | 7681fd6 | 2024-09-26 16:50:27 +0800 | [diff] [blame] | 1180 | "in0_Name": "MEDUSA_ADC_48V_SENSE_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1181 | }, |
| 1182 | { |
| 1183 | "Address": "0x40", |
| 1184 | "Bus": 11, |
| 1185 | "Labels": [ |
| 1186 | "temp1", |
| 1187 | "vin", |
| 1188 | "vout1", |
| 1189 | "iout1", |
| 1190 | "pin" |
| 1191 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1192 | "Name": "MEDUSA_EFFUSE_12V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1193 | "Thresholds": [ |
| 1194 | { |
| 1195 | "Direction": "greater than", |
| 1196 | "Label": "pin", |
| 1197 | "Name": "upper non recoverable", |
| 1198 | "Severity": 4, |
Ricky CX Wu | 54f4038 | 2024-09-11 11:19:12 +0800 | [diff] [blame] | 1199 | "Value": 286.6 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1200 | }, |
| 1201 | { |
| 1202 | "Direction": "greater than", |
| 1203 | "Label": "pin", |
| 1204 | "Name": "upper critical", |
| 1205 | "Severity": 1, |
Ricky CX Wu | 54f4038 | 2024-09-11 11:19:12 +0800 | [diff] [blame] | 1206 | "Value": 211.75 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1207 | }, |
| 1208 | { |
| 1209 | "Direction": "greater than", |
| 1210 | "Label": "pin", |
| 1211 | "Name": "upper non critical", |
| 1212 | "Severity": 0, |
Ricky CX Wu | 54f4038 | 2024-09-11 11:19:12 +0800 | [diff] [blame] | 1213 | "Value": 202.125 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1214 | }, |
| 1215 | { |
| 1216 | "Direction": "greater than", |
| 1217 | "Label": "vin", |
| 1218 | "Name": "upper non recoverable", |
| 1219 | "Severity": 4, |
| 1220 | "Value": 14.333 |
| 1221 | }, |
| 1222 | { |
| 1223 | "Direction": "greater than", |
| 1224 | "Label": "vin", |
| 1225 | "Name": "upper critical", |
| 1226 | "Severity": 1, |
| 1227 | "Value": 13.176 |
| 1228 | }, |
| 1229 | { |
| 1230 | "Direction": "greater than", |
| 1231 | "Label": "vin", |
| 1232 | "Name": "upper non critical", |
| 1233 | "Severity": 0, |
| 1234 | "Value": 13.054 |
| 1235 | }, |
| 1236 | { |
| 1237 | "Direction": "less than", |
| 1238 | "Label": "vin", |
| 1239 | "Name": "lower non critical", |
| 1240 | "Severity": 0, |
| 1241 | "Value": 11.346 |
| 1242 | }, |
| 1243 | { |
| 1244 | "Direction": "less than", |
| 1245 | "Label": "vin", |
| 1246 | "Name": "lower critical", |
| 1247 | "Severity": 1, |
| 1248 | "Value": 11.224 |
| 1249 | }, |
| 1250 | { |
| 1251 | "Direction": "less than", |
| 1252 | "Label": "vin", |
| 1253 | "Name": "lower non recoverable", |
| 1254 | "Severity": 4, |
| 1255 | "Value": 10.091 |
| 1256 | }, |
| 1257 | { |
| 1258 | "Direction": "greater than", |
| 1259 | "Label": "vout1", |
| 1260 | "Name": "upper non recoverable", |
| 1261 | "Severity": 4, |
| 1262 | "Value": 14.333 |
| 1263 | }, |
| 1264 | { |
| 1265 | "Direction": "greater than", |
| 1266 | "Label": "vout1", |
| 1267 | "Name": "upper critical", |
| 1268 | "Severity": 1, |
| 1269 | "Value": 13.176 |
| 1270 | }, |
| 1271 | { |
| 1272 | "Direction": "greater than", |
| 1273 | "Label": "vout1", |
| 1274 | "Name": "upper non critical", |
| 1275 | "Severity": 0, |
| 1276 | "Value": 13.054 |
| 1277 | }, |
| 1278 | { |
| 1279 | "Direction": "less than", |
| 1280 | "Label": "vout1", |
| 1281 | "Name": "lower non critical", |
| 1282 | "Severity": 0, |
| 1283 | "Value": 11.346 |
| 1284 | }, |
| 1285 | { |
| 1286 | "Direction": "less than", |
| 1287 | "Label": "vout1", |
| 1288 | "Name": "lower critical", |
| 1289 | "Severity": 1, |
| 1290 | "Value": 11.224 |
| 1291 | }, |
| 1292 | { |
| 1293 | "Direction": "less than", |
| 1294 | "Label": "vout1", |
| 1295 | "Name": "lower non recoverable", |
| 1296 | "Severity": 4, |
| 1297 | "Value": 10.091 |
| 1298 | }, |
| 1299 | { |
| 1300 | "Direction": "greater than", |
| 1301 | "Label": "iout1", |
| 1302 | "Name": "upper non recoverable", |
| 1303 | "Severity": 4, |
| 1304 | "Value": 20 |
| 1305 | }, |
| 1306 | { |
| 1307 | "Direction": "greater than", |
| 1308 | "Label": "iout1", |
| 1309 | "Name": "upper critical", |
| 1310 | "Severity": 1, |
| 1311 | "Value": 16.94 |
| 1312 | }, |
| 1313 | { |
| 1314 | "Direction": "greater than", |
| 1315 | "Label": "iout1", |
| 1316 | "Name": "upper non critical", |
| 1317 | "Severity": 0, |
| 1318 | "Value": 16.17 |
| 1319 | }, |
| 1320 | { |
| 1321 | "Direction": "greater than", |
| 1322 | "Label": "temp1", |
| 1323 | "Name": "upper critical", |
| 1324 | "Severity": 1, |
| 1325 | "Value": 115 |
| 1326 | } |
| 1327 | ], |
| 1328 | "Type": "MP5023", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1329 | "iout1_Name": "MEDUSA_EFFUSE_12V_CURR_A", |
| 1330 | "pin_Name": "MEDUSA_EFFUSE_12V_INPUT_PWR_W", |
| 1331 | "temp1_Name": "MEDUSA_EFFUSE_12V_TEMP_C", |
| 1332 | "vin_Name": "MEDUSA_EFFUSE_12V_INPUT_VOLT_V", |
| 1333 | "vout1_Name": "MEDUSA_EFFUSE_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1334 | }, |
| 1335 | { |
| 1336 | "CheckHysteresisWithSetpoint": true, |
| 1337 | "Class": "temp", |
| 1338 | "DCoefficient": 0.0, |
| 1339 | "FFGainCoefficient": 0.0, |
| 1340 | "FFOffCoefficient": 0.0, |
| 1341 | "ICoefficient": -0.02, |
| 1342 | "ILimitMax": 100, |
| 1343 | "ILimitMin": -50, |
| 1344 | "Inputs": [ |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1345 | "MEDUSA_DELTA0_12V_TEMP_C", |
| 1346 | "MEDUSA_DELTA1_12V_TEMP_C", |
| 1347 | "MEDUSA_DELTA2_12V_TEMP_C", |
| 1348 | "MEDUSA_DELTA3_12V_TEMP_C" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1349 | ], |
| 1350 | "Name": "PID_MEDUSA_12VDELTA", |
| 1351 | "NegativeHysteresis": 3.0, |
| 1352 | "OutLimitMax": 100, |
| 1353 | "OutLimitMin": 0, |
| 1354 | "PCoefficient": -3.0, |
| 1355 | "PositiveHysteresis": 0.0, |
| 1356 | "SetPoint": 90.0, |
| 1357 | "SlewNeg": 0.0, |
| 1358 | "SlewPos": 0.0, |
| 1359 | "Type": "Pid", |
| 1360 | "Zones": [ |
| 1361 | "Zone 1" |
| 1362 | ] |
| 1363 | }, |
| 1364 | { |
| 1365 | "Address": "0x41", |
| 1366 | "Bus": 11, |
| 1367 | "Labels": [ |
| 1368 | "in_voltage1" |
| 1369 | ], |
| 1370 | "Name": "MEDUSA_ADC_GND_SENSE", |
| 1371 | "Type": "RTQ6056", |
| 1372 | "vout1_Name": "MEDUSA_ADC_GND_SENSE_VOLT_V" |
| 1373 | }, |
| 1374 | { |
| 1375 | "Class": "temp", |
| 1376 | "Inputs": [ |
Ricky CX Wu | 724d45d | 2024-11-15 15:38:28 +0800 | [diff] [blame^] | 1377 | "MEDUSA_EFFUSE_12V_TEMP_C", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1378 | "MEDUSA_HSC0_48V_TEMP_C", |
| 1379 | "MEDUSA_HSC1_48V_TEMP_C", |
| 1380 | "MEDUSA0_TEMP_C", |
| 1381 | "MEDUSA1_TEMP_C" |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 1382 | ], |
| 1383 | "Name": "Stepwise_MEDUSA_Non_Critical_Sensors", |
| 1384 | "NegativeHysteresis": 0, |
| 1385 | "Output": [ |
Ricky CX Wu | 724d45d | 2024-11-15 15:38:28 +0800 | [diff] [blame^] | 1386 | 10.0 |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 1387 | ], |
| 1388 | "PositiveHysteresis": 0, |
| 1389 | "Reading": [ |
| 1390 | 20.0 |
| 1391 | ], |
| 1392 | "Type": "Stepwise", |
| 1393 | "Zones": [ |
| 1394 | "Zone 1" |
| 1395 | ] |
| 1396 | }, |
| 1397 | { |
| 1398 | "Class": "temp", |
| 1399 | "InputUnavailableAsFailed": false, |
| 1400 | "Inputs": [ |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1401 | "MEDUSA_MB1_HSC_12V_TEMP_C", |
| 1402 | "MEDUSA_MB2_HSC_12V_TEMP_C", |
| 1403 | "MEDUSA_MB3_HSC_12V_TEMP_C", |
| 1404 | "MEDUSA_MB4_HSC_12V_TEMP_C", |
| 1405 | "MEDUSA_MB5_HSC_12V_TEMP_C", |
| 1406 | "MEDUSA_MB6_HSC_12V_TEMP_C", |
| 1407 | "MEDUSA_MB7_HSC_12V_TEMP_C", |
| 1408 | "MEDUSA_MB8_HSC_12V_TEMP_C" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1409 | ], |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 1410 | "Name": "Stepwise_MEDUSA_MB_12VHSC", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1411 | "NegativeHysteresis": 0, |
| 1412 | "Output": [ |
Ricky CX Wu | 724d45d | 2024-11-15 15:38:28 +0800 | [diff] [blame^] | 1413 | 10.0 |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1414 | ], |
| 1415 | "PositiveHysteresis": 0, |
| 1416 | "Reading": [ |
| 1417 | 20.0 |
| 1418 | ], |
| 1419 | "Type": "Stepwise", |
| 1420 | "Zones": [ |
| 1421 | "Zone 1" |
| 1422 | ] |
| 1423 | }, |
| 1424 | { |
| 1425 | "Class": "temp", |
| 1426 | "Inputs": [ |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1427 | "MEDUSA_DELTA0_12V_TEMP_C", |
| 1428 | "MEDUSA_DELTA1_12V_TEMP_C", |
| 1429 | "MEDUSA_DELTA2_12V_TEMP_C", |
| 1430 | "MEDUSA_DELTA3_12V_TEMP_C" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1431 | ], |
| 1432 | "Name": "Stepwise_MEDUSA_12VDELTA", |
Ricky CX Wu | 1ee3235 | 2024-10-04 17:07:19 +0800 | [diff] [blame] | 1433 | "NegativeHysteresis": 2, |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1434 | "Output": [ |
| 1435 | 20.0, |
| 1436 | 22.0, |
| 1437 | 24.0, |
| 1438 | 26.0, |
| 1439 | 28.0, |
| 1440 | 30.0 |
| 1441 | ], |
| 1442 | "PositiveHysteresis": 0, |
| 1443 | "Reading": [ |
| 1444 | 80.0, |
| 1445 | 81.0, |
| 1446 | 82.0, |
| 1447 | 83.0, |
| 1448 | 84.0, |
| 1449 | 85.0 |
| 1450 | ], |
| 1451 | "Type": "Stepwise", |
| 1452 | "Zones": [ |
| 1453 | "Zone 1" |
| 1454 | ] |
| 1455 | }, |
| 1456 | { |
| 1457 | "Address": "0x48", |
| 1458 | "Bus": 11, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1459 | "Name": "MEDUSA0_TEMP_C", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1460 | "Thresholds": [ |
| 1461 | { |
| 1462 | "Direction": "greater than", |
| 1463 | "Name": "upper critical", |
| 1464 | "Severity": 1, |
| 1465 | "Value": 80 |
| 1466 | } |
| 1467 | ], |
| 1468 | "Type": "TMP75" |
| 1469 | }, |
| 1470 | { |
| 1471 | "Address": "0x49", |
| 1472 | "Bus": 11, |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1473 | "Name": "MEDUSA1_TEMP_C", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1474 | "Thresholds": [ |
| 1475 | { |
| 1476 | "Direction": "greater than", |
| 1477 | "Name": "upper critical", |
| 1478 | "Severity": 1, |
| 1479 | "Value": 80 |
| 1480 | } |
| 1481 | ], |
| 1482 | "Type": "TMP75" |
| 1483 | }, |
| 1484 | { |
| 1485 | "Address": "0x62", |
| 1486 | "Bus": 11, |
| 1487 | "Labels": [ |
| 1488 | "temp1", |
| 1489 | "vin", |
| 1490 | "vout1", |
| 1491 | "iout1" |
| 1492 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1493 | "Name": "MEDUSA_DELTA0_12V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1494 | "Thresholds": [ |
| 1495 | { |
| 1496 | "Direction": "greater than", |
| 1497 | "Label": "vin", |
| 1498 | "Name": "upper non recoverable", |
| 1499 | "Severity": 4, |
| 1500 | "Value": 60 |
| 1501 | }, |
| 1502 | { |
| 1503 | "Direction": "greater than", |
| 1504 | "Label": "vin", |
| 1505 | "Name": "upper critical", |
| 1506 | "Severity": 1, |
| 1507 | "Value": 53.28 |
| 1508 | }, |
| 1509 | { |
| 1510 | "Direction": "greater than", |
| 1511 | "Label": "vin", |
| 1512 | "Name": "upper non critical", |
| 1513 | "Severity": 0, |
| 1514 | "Value": 52.8 |
| 1515 | }, |
| 1516 | { |
| 1517 | "Direction": "less than", |
| 1518 | "Label": "vin", |
| 1519 | "Name": "lower non critical", |
| 1520 | "Severity": 0, |
| 1521 | "Value": 43.2 |
| 1522 | }, |
| 1523 | { |
| 1524 | "Direction": "less than", |
| 1525 | "Label": "vin", |
| 1526 | "Name": "lower critical", |
| 1527 | "Severity": 1, |
| 1528 | "Value": 42.72 |
| 1529 | }, |
| 1530 | { |
| 1531 | "Direction": "less than", |
| 1532 | "Label": "vin", |
| 1533 | "Name": "lower non recoverable", |
| 1534 | "Severity": 4, |
| 1535 | "Value": 40 |
| 1536 | }, |
| 1537 | { |
| 1538 | "Direction": "greater than", |
| 1539 | "Label": "vout1", |
| 1540 | "Name": "upper non recoverable", |
| 1541 | "Severity": 4, |
| 1542 | "Value": 15 |
| 1543 | }, |
| 1544 | { |
| 1545 | "Direction": "greater than", |
| 1546 | "Label": "vout1", |
| 1547 | "Name": "upper critical", |
| 1548 | "Severity": 1, |
| 1549 | "Value": 13.054 |
| 1550 | }, |
| 1551 | { |
| 1552 | "Direction": "greater than", |
| 1553 | "Label": "vout1", |
| 1554 | "Name": "upper non critical", |
| 1555 | "Severity": 0, |
| 1556 | "Value": 12.932 |
| 1557 | }, |
| 1558 | { |
| 1559 | "Direction": "less than", |
| 1560 | "Label": "vout1", |
| 1561 | "Name": "lower non critical", |
| 1562 | "Severity": 0, |
| 1563 | "Value": 11.468 |
| 1564 | }, |
| 1565 | { |
| 1566 | "Direction": "less than", |
| 1567 | "Label": "vout1", |
| 1568 | "Name": "lower critical", |
| 1569 | "Severity": 1, |
| 1570 | "Value": 11.346 |
| 1571 | }, |
| 1572 | { |
| 1573 | "Direction": "less than", |
| 1574 | "Label": "vout1", |
| 1575 | "Name": "lower non recoverable", |
| 1576 | "Severity": 4, |
| 1577 | "Value": 10.091 |
| 1578 | }, |
| 1579 | { |
| 1580 | "Direction": "greater than", |
| 1581 | "Label": "iout1", |
| 1582 | "Name": "upper non recoverable", |
| 1583 | "Severity": 4, |
| 1584 | "Value": 130 |
| 1585 | }, |
| 1586 | { |
| 1587 | "Direction": "greater than", |
| 1588 | "Label": "iout1", |
| 1589 | "Name": "upper critical", |
| 1590 | "Severity": 1, |
| 1591 | "Value": 116.919 |
| 1592 | }, |
| 1593 | { |
| 1594 | "Direction": "greater than", |
| 1595 | "Label": "iout1", |
| 1596 | "Name": "upper non critical", |
| 1597 | "Severity": 0, |
| 1598 | "Value": 111.6045 |
| 1599 | }, |
| 1600 | { |
| 1601 | "Direction": "greater than", |
| 1602 | "Label": "temp1", |
| 1603 | "Name": "upper critical", |
| 1604 | "Severity": 1, |
| 1605 | "Value": 100 |
| 1606 | } |
| 1607 | ], |
| 1608 | "Type": "pmbus", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1609 | "iout1_Name": "MEDUSA_DELTA0_12V_CURR_A", |
| 1610 | "temp1_Name": "MEDUSA_DELTA0_12V_TEMP_C", |
| 1611 | "vin_Name": "MEDUSA_DELTA0_12V_INPUT_VOLT_V", |
| 1612 | "vout1_Name": "MEDUSA_DELTA0_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1613 | }, |
| 1614 | { |
| 1615 | "Address": "0x64", |
| 1616 | "Bus": 11, |
| 1617 | "Labels": [ |
| 1618 | "temp1", |
| 1619 | "vin", |
| 1620 | "vout1", |
| 1621 | "iout1" |
| 1622 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1623 | "Name": "MEDUSA_DELTA1_12V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1624 | "Thresholds": [ |
| 1625 | { |
| 1626 | "Direction": "greater than", |
| 1627 | "Label": "vin", |
| 1628 | "Name": "upper non recoverable", |
| 1629 | "Severity": 4, |
| 1630 | "Value": 60 |
| 1631 | }, |
| 1632 | { |
| 1633 | "Direction": "greater than", |
| 1634 | "Label": "vin", |
| 1635 | "Name": "upper critical", |
| 1636 | "Severity": 1, |
| 1637 | "Value": 53.28 |
| 1638 | }, |
| 1639 | { |
| 1640 | "Direction": "greater than", |
| 1641 | "Label": "vin", |
| 1642 | "Name": "upper non critical", |
| 1643 | "Severity": 0, |
| 1644 | "Value": 52.8 |
| 1645 | }, |
| 1646 | { |
| 1647 | "Direction": "less than", |
| 1648 | "Label": "vin", |
| 1649 | "Name": "lower non critical", |
| 1650 | "Severity": 0, |
| 1651 | "Value": 43.2 |
| 1652 | }, |
| 1653 | { |
| 1654 | "Direction": "less than", |
| 1655 | "Label": "vin", |
| 1656 | "Name": "lower critical", |
| 1657 | "Severity": 1, |
| 1658 | "Value": 42.72 |
| 1659 | }, |
| 1660 | { |
| 1661 | "Direction": "less than", |
| 1662 | "Label": "vin", |
| 1663 | "Name": "lower non recoverable", |
| 1664 | "Severity": 4, |
| 1665 | "Value": 40 |
| 1666 | }, |
| 1667 | { |
| 1668 | "Direction": "greater than", |
| 1669 | "Label": "vout1", |
| 1670 | "Name": "upper non recoverable", |
| 1671 | "Severity": 4, |
| 1672 | "Value": 15 |
| 1673 | }, |
| 1674 | { |
| 1675 | "Direction": "greater than", |
| 1676 | "Label": "vout1", |
| 1677 | "Name": "upper critical", |
| 1678 | "Severity": 1, |
| 1679 | "Value": 13.054 |
| 1680 | }, |
| 1681 | { |
| 1682 | "Direction": "greater than", |
| 1683 | "Label": "vout1", |
| 1684 | "Name": "upper non critical", |
| 1685 | "Severity": 0, |
| 1686 | "Value": 12.932 |
| 1687 | }, |
| 1688 | { |
| 1689 | "Direction": "less than", |
| 1690 | "Label": "vout1", |
| 1691 | "Name": "lower non critical", |
| 1692 | "Severity": 0, |
| 1693 | "Value": 11.468 |
| 1694 | }, |
| 1695 | { |
| 1696 | "Direction": "less than", |
| 1697 | "Label": "vout1", |
| 1698 | "Name": "lower critical", |
| 1699 | "Severity": 1, |
| 1700 | "Value": 11.346 |
| 1701 | }, |
| 1702 | { |
| 1703 | "Direction": "less than", |
| 1704 | "Label": "vout1", |
| 1705 | "Name": "lower non recoverable", |
| 1706 | "Severity": 4, |
| 1707 | "Value": 10.091 |
| 1708 | }, |
| 1709 | { |
| 1710 | "Direction": "greater than", |
| 1711 | "Label": "iout1", |
| 1712 | "Name": "upper non recoverable", |
| 1713 | "Severity": 4, |
| 1714 | "Value": 130 |
| 1715 | }, |
| 1716 | { |
| 1717 | "Direction": "greater than", |
| 1718 | "Label": "iout1", |
| 1719 | "Name": "upper critical", |
| 1720 | "Severity": 1, |
| 1721 | "Value": 116.919 |
| 1722 | }, |
| 1723 | { |
| 1724 | "Direction": "greater than", |
| 1725 | "Label": "iout1", |
| 1726 | "Name": "upper non critical", |
| 1727 | "Severity": 0, |
| 1728 | "Value": 111.6045 |
| 1729 | }, |
| 1730 | { |
| 1731 | "Direction": "greater than", |
| 1732 | "Label": "temp1", |
| 1733 | "Name": "upper critical", |
| 1734 | "Severity": 1, |
| 1735 | "Value": 100 |
| 1736 | } |
| 1737 | ], |
| 1738 | "Type": "pmbus", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1739 | "iout1_Name": "MEDUSA_DELTA1_12V_CURR_A", |
| 1740 | "temp1_Name": "MEDUSA_DELTA1_12V_TEMP_C", |
| 1741 | "vin_Name": "MEDUSA_DELTA1_12V_INPUT_VOLT_V", |
| 1742 | "vout1_Name": "MEDUSA_DELTA1_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1743 | }, |
| 1744 | { |
| 1745 | "Address": "0x65", |
| 1746 | "Bus": 11, |
| 1747 | "Labels": [ |
| 1748 | "temp1", |
| 1749 | "vin", |
| 1750 | "vout1", |
| 1751 | "iout1" |
| 1752 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1753 | "Name": "MEDUSA_DELTA2_12V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1754 | "Thresholds": [ |
| 1755 | { |
| 1756 | "Direction": "greater than", |
| 1757 | "Label": "vin", |
| 1758 | "Name": "upper non recoverable", |
| 1759 | "Severity": 4, |
| 1760 | "Value": 60 |
| 1761 | }, |
| 1762 | { |
| 1763 | "Direction": "greater than", |
| 1764 | "Label": "vin", |
| 1765 | "Name": "upper critical", |
| 1766 | "Severity": 1, |
| 1767 | "Value": 53.28 |
| 1768 | }, |
| 1769 | { |
| 1770 | "Direction": "greater than", |
| 1771 | "Label": "vin", |
| 1772 | "Name": "upper non critical", |
| 1773 | "Severity": 0, |
| 1774 | "Value": 52.8 |
| 1775 | }, |
| 1776 | { |
| 1777 | "Direction": "less than", |
| 1778 | "Label": "vin", |
| 1779 | "Name": "lower non critical", |
| 1780 | "Severity": 0, |
| 1781 | "Value": 43.2 |
| 1782 | }, |
| 1783 | { |
| 1784 | "Direction": "less than", |
| 1785 | "Label": "vin", |
| 1786 | "Name": "lower critical", |
| 1787 | "Severity": 1, |
| 1788 | "Value": 42.72 |
| 1789 | }, |
| 1790 | { |
| 1791 | "Direction": "less than", |
| 1792 | "Label": "vin", |
| 1793 | "Name": "lower non recoverable", |
| 1794 | "Severity": 4, |
| 1795 | "Value": 40 |
| 1796 | }, |
| 1797 | { |
| 1798 | "Direction": "greater than", |
| 1799 | "Label": "vout1", |
| 1800 | "Name": "upper non recoverable", |
| 1801 | "Severity": 4, |
| 1802 | "Value": 15 |
| 1803 | }, |
| 1804 | { |
| 1805 | "Direction": "greater than", |
| 1806 | "Label": "vout1", |
| 1807 | "Name": "upper critical", |
| 1808 | "Severity": 1, |
| 1809 | "Value": 13.054 |
| 1810 | }, |
| 1811 | { |
| 1812 | "Direction": "greater than", |
| 1813 | "Label": "vout1", |
| 1814 | "Name": "upper non critical", |
| 1815 | "Severity": 0, |
| 1816 | "Value": 12.932 |
| 1817 | }, |
| 1818 | { |
| 1819 | "Direction": "less than", |
| 1820 | "Label": "vout1", |
| 1821 | "Name": "lower non critical", |
| 1822 | "Severity": 0, |
| 1823 | "Value": 11.468 |
| 1824 | }, |
| 1825 | { |
| 1826 | "Direction": "less than", |
| 1827 | "Label": "vout1", |
| 1828 | "Name": "lower critical", |
| 1829 | "Severity": 1, |
| 1830 | "Value": 11.346 |
| 1831 | }, |
| 1832 | { |
| 1833 | "Direction": "less than", |
| 1834 | "Label": "vout1", |
| 1835 | "Name": "lower non recoverable", |
| 1836 | "Severity": 4, |
| 1837 | "Value": 10.091 |
| 1838 | }, |
| 1839 | { |
| 1840 | "Direction": "greater than", |
| 1841 | "Label": "iout1", |
| 1842 | "Name": "upper non recoverable", |
| 1843 | "Severity": 4, |
| 1844 | "Value": 130 |
| 1845 | }, |
| 1846 | { |
| 1847 | "Direction": "greater than", |
| 1848 | "Label": "iout1", |
| 1849 | "Name": "upper critical", |
| 1850 | "Severity": 1, |
| 1851 | "Value": 116.919 |
| 1852 | }, |
| 1853 | { |
| 1854 | "Direction": "greater than", |
| 1855 | "Label": "iout1", |
| 1856 | "Name": "upper non critical", |
| 1857 | "Severity": 0, |
| 1858 | "Value": 111.6045 |
| 1859 | }, |
| 1860 | { |
| 1861 | "Direction": "greater than", |
| 1862 | "Label": "temp1", |
| 1863 | "Name": "upper critical", |
| 1864 | "Severity": 1, |
| 1865 | "Value": 100 |
| 1866 | } |
| 1867 | ], |
| 1868 | "Type": "pmbus", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1869 | "iout1_Name": "MEDUSA_DELTA2_12V_CURR_A", |
| 1870 | "temp1_Name": "MEDUSA_DELTA2_12V_TEMP_C", |
| 1871 | "vin_Name": "MEDUSA_DELTA2_12V_INPUT_VOLT_V", |
| 1872 | "vout1_Name": "MEDUSA_DELTA2_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1873 | }, |
| 1874 | { |
| 1875 | "Address": "0x68", |
| 1876 | "Bus": 11, |
| 1877 | "Labels": [ |
| 1878 | "temp1", |
| 1879 | "vin", |
| 1880 | "vout1", |
| 1881 | "iout1" |
| 1882 | ], |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1883 | "Name": "MEDUSA_DELTA3_12V", |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 1884 | "Thresholds": [ |
| 1885 | { |
| 1886 | "Direction": "greater than", |
| 1887 | "Label": "vin", |
| 1888 | "Name": "upper non recoverable", |
| 1889 | "Severity": 4, |
| 1890 | "Value": 60 |
| 1891 | }, |
| 1892 | { |
| 1893 | "Direction": "greater than", |
| 1894 | "Label": "vin", |
| 1895 | "Name": "upper critical", |
| 1896 | "Severity": 1, |
| 1897 | "Value": 53.28 |
| 1898 | }, |
| 1899 | { |
| 1900 | "Direction": "greater than", |
| 1901 | "Label": "vin", |
| 1902 | "Name": "upper non critical", |
| 1903 | "Severity": 0, |
| 1904 | "Value": 52.8 |
| 1905 | }, |
| 1906 | { |
| 1907 | "Direction": "less than", |
| 1908 | "Label": "vin", |
| 1909 | "Name": "lower non critical", |
| 1910 | "Severity": 0, |
| 1911 | "Value": 43.2 |
| 1912 | }, |
| 1913 | { |
| 1914 | "Direction": "less than", |
| 1915 | "Label": "vin", |
| 1916 | "Name": "lower critical", |
| 1917 | "Severity": 1, |
| 1918 | "Value": 42.72 |
| 1919 | }, |
| 1920 | { |
| 1921 | "Direction": "less than", |
| 1922 | "Label": "vin", |
| 1923 | "Name": "lower non recoverable", |
| 1924 | "Severity": 4, |
| 1925 | "Value": 40 |
| 1926 | }, |
| 1927 | { |
| 1928 | "Direction": "greater than", |
| 1929 | "Label": "vout1", |
| 1930 | "Name": "upper non recoverable", |
| 1931 | "Severity": 4, |
| 1932 | "Value": 15 |
| 1933 | }, |
| 1934 | { |
| 1935 | "Direction": "greater than", |
| 1936 | "Label": "vout1", |
| 1937 | "Name": "upper critical", |
| 1938 | "Severity": 1, |
| 1939 | "Value": 13.054 |
| 1940 | }, |
| 1941 | { |
| 1942 | "Direction": "greater than", |
| 1943 | "Label": "vout1", |
| 1944 | "Name": "upper non critical", |
| 1945 | "Severity": 0, |
| 1946 | "Value": 12.932 |
| 1947 | }, |
| 1948 | { |
| 1949 | "Direction": "less than", |
| 1950 | "Label": "vout1", |
| 1951 | "Name": "lower non critical", |
| 1952 | "Severity": 0, |
| 1953 | "Value": 11.468 |
| 1954 | }, |
| 1955 | { |
| 1956 | "Direction": "less than", |
| 1957 | "Label": "vout1", |
| 1958 | "Name": "lower critical", |
| 1959 | "Severity": 1, |
| 1960 | "Value": 11.346 |
| 1961 | }, |
| 1962 | { |
| 1963 | "Direction": "less than", |
| 1964 | "Label": "vout1", |
| 1965 | "Name": "lower non recoverable", |
| 1966 | "Severity": 4, |
| 1967 | "Value": 10.091 |
| 1968 | }, |
| 1969 | { |
| 1970 | "Direction": "greater than", |
| 1971 | "Label": "iout1", |
| 1972 | "Name": "upper non recoverable", |
| 1973 | "Severity": 4, |
| 1974 | "Value": 130 |
| 1975 | }, |
| 1976 | { |
| 1977 | "Direction": "greater than", |
| 1978 | "Label": "iout1", |
| 1979 | "Name": "upper critical", |
| 1980 | "Severity": 1, |
| 1981 | "Value": 116.919 |
| 1982 | }, |
| 1983 | { |
| 1984 | "Direction": "greater than", |
| 1985 | "Label": "iout1", |
| 1986 | "Name": "upper non critical", |
| 1987 | "Severity": 0, |
| 1988 | "Value": 111.6045 |
| 1989 | }, |
| 1990 | { |
| 1991 | "Direction": "greater than", |
| 1992 | "Label": "temp1", |
| 1993 | "Name": "upper critical", |
| 1994 | "Severity": 1, |
| 1995 | "Value": 100 |
| 1996 | } |
| 1997 | ], |
| 1998 | "Type": "pmbus", |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 1999 | "iout1_Name": "MEDUSA_DELTA3_12V_CURR_A", |
| 2000 | "temp1_Name": "MEDUSA_DELTA3_12V_TEMP_C", |
| 2001 | "vin_Name": "MEDUSA_DELTA3_12V_INPUT_VOLT_V", |
| 2002 | "vout1_Name": "MEDUSA_DELTA3_12V_OUTPUT_VOLT_V" |
Ian Chien | d5655e3 | 2024-08-20 18:15:51 +0800 | [diff] [blame] | 2003 | } |
| 2004 | ], |
| 2005 | "Name": "Yosemite 4 Medusa Board", |
| 2006 | "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Medusa Board ADC-RNS 12VHSC-ADI 48VHSC-ADI', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})", |
| 2007 | "Type": "Board", |
| 2008 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| 2009 | "BuildDate": "$BOARD_MANUFACTURE_DATE", |
| 2010 | "Manufacturer": "$BOARD_MANUFACTURER", |
| 2011 | "Model": "$BOARD_PRODUCT_NAME", |
| 2012 | "PartNumber": "$BOARD_PART_NUMBER", |
| 2013 | "SerialNumber": "$BOARD_SERIAL_NUMBER", |
| 2014 | "SparePartNumber": "$BOARD_INFO_AM1" |
| 2015 | }, |
| 2016 | "xyz.openbmc_project.Inventory.Decorator.AssetTag": { |
| 2017 | "AssetTag": "$PRODUCT_ASSET_TAG" |
| 2018 | }, |
| 2019 | "xyz.openbmc_project.Inventory.Decorator.Revision": { |
| 2020 | "Version": "$PRODUCT_VERSION" |
| 2021 | } |
| 2022 | } |