configurations: yosemite4: Modify MGM Fan Table
Modifies the management board fan table to support dynamic fan duty
adjustments based on the number of slots during service time (when a
slot is unplugged).
- If there are 8 slots with a sentinel dome, the system will
operate in auto mode.
- If there are 7 slots, the fan duty will be set to 80%.
- If there are 0 to 6 slots, the fan duty will be set to 100%.
Change-Id: Icd6edf0938c0ec444e4d5b5479b9d3f034d2f906
Signed-off-by: Eric Yang <eric.yang.wiwynn@gmail.com>
diff --git a/configurations/yosemite4.json b/configurations/yosemite4.json
index 52c0d9e..bede302 100644
--- a/configurations/yosemite4.json
+++ b/configurations/yosemite4.json
@@ -651,6 +651,41 @@
]
},
{
+ "Class": "temp",
+ "Inputs": [
+ "SENTINEL_DOME_SLOT_PRESENT_PERCENTAGE"
+ ],
+ "Name": "Stepwise_SENTINEL_DOME_SLOT_PRESENT_PERCENTAGE",
+ "NegativeHysteresis": 0,
+ "Output": [
+ 100.0,
+ 100.0,
+ 100.0,
+ 100.0,
+ 100.0,
+ 100.0,
+ 100.0,
+ 80.0,
+ 10.0
+ ],
+ "PositiveHysteresis": 0,
+ "Reading": [
+ 0.0,
+ 12.5,
+ 25.0,
+ 37.5,
+ 50.0,
+ 62.5,
+ 75.0,
+ 87.5,
+ 100.0
+ ],
+ "Type": "Stepwise",
+ "Zones": [
+ "Zone 1"
+ ]
+ },
+ {
"Address": "0x48",
"Bus": 34,
"Name": "MGNT_TEMP_C",