configurations: sbp1: Add PCH temperature sensor
Add PCH temperature reported by Intel ME over IPMB and add it
to the fan PID loop.
Tested: PCH temperature is read and visible on the webui.
Change-Id: Ic4e3d8b53a1113ae2dc8d8eccc31a52ed2740a17
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_chassis.json b/configurations/sbp1_chassis.json
index 67257f0..ec9a67b 100644
--- a/configurations/sbp1_chassis.json
+++ b/configurations/sbp1_chassis.json
@@ -1984,6 +1984,31 @@
]
},
{
+ "Class": "temp",
+ "FFGainCoefficient": 0,
+ "FFOffCoefficient": 0,
+ "ICoefficient": -5,
+ "ILimitMax": 18000,
+ "ILimitMin": 2500,
+ "Inputs": [
+ "PCH Temperature"
+ ],
+ "Name": "PCH Temperature",
+ "NegativeHysteresis": 0,
+ "OutLimitMax": 18000,
+ "OutLimitMin": 2500,
+ "Outputs": [],
+ "PCoefficient": -500,
+ "PositiveHysteresis": 0,
+ "SetPoint": 85,
+ "SlewNeg": 0,
+ "SlewPos": 0,
+ "Type": "Pid",
+ "Zones": [
+ "PSU"
+ ]
+ },
+ {
"FailSafePercent": 100,
"MinThermalOutput": 2500,
"Name": "PSU",