From 153e19cde652bf3c06fc27ef0cc950e599c41c2e Mon Sep 17 00:00:00 2001 From: lucas liu Date: Fri, 13 Dec 2024 14:42:50 -0800 Subject: [PATCH] montblanc: config: Update sensor config for PVT units sensors (#299) Summary: **Description** Updated sensors config file for PVT state devices. **Motivation** 1.Add PVT device config based on eeprom data. ![image](https://github.com/user-attachments/assets/a404ae86-f8c8-4894-a097-ac810400f92c) 2. Add COMe MP state config. **Test Plan** - Run the jq to format json file. - download the latest fboss platform manager and sensor service binary. - Run sensor service with updated config file is correct. - Run the platform manager with the changed config files on DVT and 2nd source DVT device normally: LD_LIBRARY_PATH=./lib/ ./bin/platform_manager --config_file ./platform_manager.json --run_once=false --noenable_pkg_mgmnt - Run sensor_service with the new config file: LD_LIBRARY_PATH=./lib/ ./bin/sensor_service --config_file ./sensor_service.json --logging=DBG1 [montblanc_PVT_sensor_service_hw_test_log_241128.txt](https://github.com/user-attachments/files/17942144/montblanc_PVT_sensor_service_hw_test_log_241128.txt) Pull Request resolved: https://github.com/facebook/fboss/pull/299 Reviewed By: kimdo8736 Differential Revision: D66969750 Pulled By: mikechoifb fbshipit-source-id: d08844c6442ef72150023bfee314f5366c07b320 --- .../configs/montblanc/sensor_service.json | 820 +++++++++++++++++- 1 file changed, 777 insertions(+), 43 deletions(-) diff --git a/fboss/platform/configs/montblanc/sensor_service.json b/fboss/platform/configs/montblanc/sensor_service.json index c419aa1b2dc84..df6aa1a3f3f44 100644 --- a/fboss/platform/configs/montblanc/sensor_service.json +++ b/fboss/platform/configs/montblanc/sensor_service.json @@ -1077,6 +1077,170 @@ "productProductionState": 3, "productVersion": 1, "productSubVersion": 2 + }, + { + "sensors": [ + { + "name": "COME_PU4_XDPE15284_P1V8_VIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 15, + "maxAlarmVal": 14, + "minAlarmVal": 9 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.2, + "maxAlarmVal": 2, + "lowerCriticalVal": 1.4 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.2, + "maxAlarmVal": 2, + "lowerCriticalVal": 1.4 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_PIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power2_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 52.5 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power3_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 318.5 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power4_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 15 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_IIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 3.5, + "maxAlarmVal": 3 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 130, + "maxAlarmVal": 94 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 6, + "maxAlarmVal": 3 + }, + "compute": "@/1000" + } + ], + "productProductionState": 4, + "productVersion": 1, + "productSubVersion": 1 + }, + { + "sensors": [ + { + "name": "COME_PU4_XDPE15284_PVCCIN_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.2, + "maxAlarmVal": 2, + "lowerCriticalVal": 1.4 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.2, + "maxAlarmVal": 2, + "lowerCriticalVal": 1.4 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power2_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 1024 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power3_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 125 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 130, + "maxAlarmVal": 94 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 6, + "maxAlarmVal": 3 + }, + "compute": "@/1000" + } + ], + "productProductionState": 4, + "productVersion": 1, + "productSubVersion": 2 } ] }, @@ -1702,6 +1866,57 @@ "productProductionState": 2, "productVersion": 4, "productSubVersion": 10 + }, + { + "sensors": [ + { + "name": "SCM_12V_HSC_IIN", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 9, + "maxAlarmVal": 8 + }, + "compute": "@/1000" + } + ], + "productProductionState": 3, + "productVersion": 0, + "productSubVersion": 10 + }, + { + "sensors": [ + { + "name": "SCM_12V_HSC_IIN", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 9, + "maxAlarmVal": 8 + }, + "compute": "@/1000" + } + ], + "productProductionState": 3, + "productVersion": 1, + "productSubVersion": 10 + }, + { + "sensors": [ + { + "name": "SCM_12V_HSC_IIN", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 9, + "maxAlarmVal": 8 + }, + "compute": "@/1000" + } + ], + "productProductionState": 3, + "productVersion": 2, + "productSubVersion": 10 } ] }, @@ -3561,51 +3776,516 @@ "productProductionState": 2, "productVersion": 4, "productSubVersion": 20 - } - ] - }, - { - "slotPath": "/SMB_SLOT@0/OPTICL_SLOT@0", - "pmUnitName": "3_V_3_L_CARD", - "sensors": [ - { - "name": "SMB_3V3_L_U8_TEMP", - "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR1/temp1_input", - "type": 3, - "thresholds": { - "upperCriticalVal": 85, - "maxAlarmVal": 80 - }, - "compute": "@/1000" - }, - { - "name": "SMB_3V3_L_VRM_PIN", - "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/power1_input", - "type": 0, - "thresholds": { - "upperCriticalVal": 887, - "maxAlarmVal": 760 - }, - "compute": "@/1000000" - }, - { - "name": "SMB_3V3_L_VRM_VIN", - "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/in1_input", - "type": 1, - "thresholds": { - "upperCriticalVal": 13.2, - "maxAlarmVal": 12.6, - "minAlarmVal": 11.4, - "lowerCriticalVal": 10.8 - }, - "compute": "@/1000" }, { - "name": "SMB_3V3_L_VRM_VOUT", - "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/in2_input", - "type": 1, - "thresholds": { - "upperCriticalVal": 3.63, + "sensors": [ + { + "name": "SMB_VDDC_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 750, + "maxAlarmVal": 675 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDDC_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 827, + "maxAlarmVal": 661.6 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 70, + "maxAlarmVal": 63 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_R_VRM1_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 36, + "maxAlarmVal": 32.4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.945, + "maxAlarmVal": 0.927, + "minAlarmVal": 0.873, + "lowerCriticalVal": 0.855 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_R_VRM1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.7875, + "maxAlarmVal": 0.7725, + "minAlarmVal": 0.7275, + "lowerCriticalVal": 0.7125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 63, + "maxAlarmVal": 56.7 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V75_R_VRM1_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power4_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 27, + "maxAlarmVal": 24.3 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V9_L_VRM0_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 70, + "maxAlarmVal": 63 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_L_VRM0_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 36, + "maxAlarmVal": 32.4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_L_VRM0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.945, + "maxAlarmVal": 0.927, + "minAlarmVal": 0.873, + "lowerCriticalVal": 0.855 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_L_VRM0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.7875, + "maxAlarmVal": 0.7725, + "minAlarmVal": 0.7275, + "lowerCriticalVal": 0.7125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_L_VRM0_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 63, + "maxAlarmVal": 56.7 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V75_L_VRM0_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power4_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 27, + "maxAlarmVal": 24.3 + }, + "compute": "@/1000000" + } + ], + "productProductionState": 3, + "productVersion": 0, + "productSubVersion": 20 + }, + { + "sensors": [ + { + "name": "SMB_VDDC_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 750, + "maxAlarmVal": 675 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDDC_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 827, + "maxAlarmVal": 661.6 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 70, + "maxAlarmVal": 63 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_R_VRM1_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 36, + "maxAlarmVal": 32.4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.945, + "maxAlarmVal": 0.927, + "minAlarmVal": 0.873, + "lowerCriticalVal": 0.855 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_R_VRM1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.7875, + "maxAlarmVal": 0.7725, + "minAlarmVal": 0.7275, + "lowerCriticalVal": 0.7125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 63, + "maxAlarmVal": 56.7 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V75_R_VRM1_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power4_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 27, + "maxAlarmVal": 24.3 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V9_L_VRM0_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 70, + "maxAlarmVal": 63 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_L_VRM0_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 36, + "maxAlarmVal": 32.4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_L_VRM0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.945, + "maxAlarmVal": 0.927, + "minAlarmVal": 0.873, + "lowerCriticalVal": 0.855 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_L_VRM0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.7875, + "maxAlarmVal": 0.7725, + "minAlarmVal": 0.7275, + "lowerCriticalVal": 0.7125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_L_VRM0_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 63, + "maxAlarmVal": 56.7 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V75_L_VRM0_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power4_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 27, + "maxAlarmVal": 24.3 + }, + "compute": "@/1000000" + } + ], + "productProductionState": 3, + "productVersion": 1, + "productSubVersion": 20 + }, + { + "sensors": [ + { + "name": "SMB_VDDC_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 750, + "maxAlarmVal": 675 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDDC_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 827, + "maxAlarmVal": 661.6 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 70, + "maxAlarmVal": 63 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_R_VRM1_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 36, + "maxAlarmVal": 32.4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.945, + "maxAlarmVal": 0.927, + "minAlarmVal": 0.873, + "lowerCriticalVal": 0.855 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_R_VRM1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.7875, + "maxAlarmVal": 0.7725, + "minAlarmVal": 0.7275, + "lowerCriticalVal": 0.7125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_R_VRM1_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 63, + "maxAlarmVal": 56.7 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V75_R_VRM1_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power4_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 27, + "maxAlarmVal": 24.3 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V9_L_VRM0_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 70, + "maxAlarmVal": 63 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_L_VRM0_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr4_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 36, + "maxAlarmVal": 32.4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_L_VRM0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.945, + "maxAlarmVal": 0.927, + "minAlarmVal": 0.873, + "lowerCriticalVal": 0.855 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V75_L_VRM0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.7875, + "maxAlarmVal": 0.7725, + "minAlarmVal": 0.7275, + "lowerCriticalVal": 0.7125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_0V9_L_VRM0_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 63, + "maxAlarmVal": 56.7 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_0V75_L_VRM0_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power4_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 27, + "maxAlarmVal": 24.3 + }, + "compute": "@/1000000" + } + ], + "productProductionState": 3, + "productVersion": 2, + "productSubVersion": 20 + } + ] + }, + { + "slotPath": "/SMB_SLOT@0/OPTICL_SLOT@0", + "pmUnitName": "3_V_3_L_CARD", + "sensors": [ + { + "name": "SMB_3V3_L_U8_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR1/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 85, + "maxAlarmVal": 80 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_L_VRM_PIN", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 887, + "maxAlarmVal": 760 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_3V3_L_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_L_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, "maxAlarmVal": 3.465, "minAlarmVal": 3.135, "lowerCriticalVal": 2.97 @@ -3889,6 +4569,33 @@ "productProductionState": 2, "productVersion": 4, "productSubVersion": 20 + }, + { + "sensors": [ + { + "name": "SMB_3V3_L_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 250, + "maxAlarmVal": 214 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_L_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 825, + "maxAlarmVal": 706.2 + }, + "compute": "@/1000000" + } + ], + "productProductionState": 3, + "productVersion": 0, + "productSubVersion": 20 } ] }, @@ -4217,6 +4924,33 @@ "productProductionState": 2, "productVersion": 4, "productSubVersion": 20 + }, + { + "sensors": [ + { + "name": "SMB_3V3_R_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 250, + "maxAlarmVal": 214 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_R_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 825, + "maxAlarmVal": 706.2 + }, + "compute": "@/1000000" + } + ], + "productProductionState": 3, + "productVersion": 0, + "productSubVersion": 20 } ] }