blob: 7a1ce6862b7126ecfbdb8b48b0cd61c894f1ea46 [file] [log] [blame]
James Feistcd69ffc2018-06-08 15:08:44 -07001[
2 {
James Feist1e3e6982018-08-03 16:09:28 -07003 "Exposes": [
James Feistcd69ffc2018-06-08 15:08:44 -07004 {
James Feist1e3e6982018-08-03 16:09:28 -07005 "Address": "$address",
6 "Bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -07007 "Name": "SOLUM CO IS162F22 PSU FRU",
James Feist57cf32d2018-10-15 16:15:36 -07008 "Type": "EEPROM"
James Feistb69602b2018-11-21 09:34:14 -08009 },
10 {
Cheng C Yang73a74282019-04-24 02:44:35 +080011 "Class": "fan",
12 "FFGainCoefficient": 0.01,
13 "FFOffCoefficient": 0.0,
14 "ICoefficient": 0.0,
15 "ILimitMax": 0.0,
16 "ILimitMin": 0.0,
17 "Inputs": [
James Feist702eeae2019-06-06 11:36:27 -070018 "PSU$ADDRESS % 4 + 1 Fan Speed 1"
Cheng C Yang73a74282019-04-24 02:44:35 +080019 ],
James Feist702eeae2019-06-06 11:36:27 -070020 "Name": "PSU$ADDRESS % 4 + 1 Fan 1",
Cheng C Yang73a74282019-04-24 02:44:35 +080021 "NegativeHysteresis": 2.0,
22 "OutLimitMax": 100.0,
23 "OutLimitMin": 30.0,
24 "Outputs": [
James Feist702eeae2019-06-06 11:36:27 -070025 "Pwm PSU$ADDRESS % 4 + 1 Fan 1"
Cheng C Yang73a74282019-04-24 02:44:35 +080026 ],
27 "PCoefficient": 0.0,
28 "PositiveHysteresis": 0.0,
29 "SlewNeg": 0.0,
30 "SlewPos": 0.0,
31 "Type": "Pid",
32 "Zones": [
33 "PSU"
34 ]
James Feistb69602b2018-11-21 09:34:14 -080035 },
36 {
James Feistc999a8e2019-06-11 11:12:48 -070037 "Class": "temp",
38 "FFGainCoefficient": 0.0,
39 "FFOffCoefficient": 0.0,
40 "ICoefficient": -4.64,
41 "ILimitMax": 100,
42 "ILimitMin": 30,
43 "Inputs": [
44 "PSU$ADDRESS % 4 + 1 Temperature"
45 ],
46 "Name": "PSU$ADDRESS % 4 + 1 Temperature",
47 "NegativeHysteresis": 5.0,
48 "OutLimitMax": 100,
49 "OutLimitMin": 30,
50 "Outputs": [],
51 "PCoefficient": -0.15,
52 "PositiveHysteresis": 0.0,
53 "SetPoint": 50.0,
54 "SlewNeg": -1,
55 "SlewPos": 0.0,
56 "Type": "Pid",
57 "Zones": [
58 "PSU"
59 ]
60 },
61 {
Cheng C Yang73a74282019-04-24 02:44:35 +080062 "Class": "Floor",
63 "Inputs": [
James Feist702eeae2019-06-06 11:36:27 -070064 "PSU$ADDRESS % 4 + 1 Temperature"
Cheng C Yang73a74282019-04-24 02:44:35 +080065 ],
James Feist702eeae2019-06-06 11:36:27 -070066 "Name": "PSU$ADDRESS % 4 + 1 LCC",
Cheng C Yang73a74282019-04-24 02:44:35 +080067 "NegativeHysteresis": 2,
68 "Output": [
69 40.0,
70 100.0
71 ],
72 "PositiveHysteresis": 0,
73 "Reading": [
74 30.0,
75 65.0
76 ],
77 "Type": "Stepwise",
78 "Zones": [
79 "PSU"
80 ]
James Feistc4e56942019-04-19 12:15:19 -070081 },
82 {
James Feist702eeae2019-06-06 11:36:27 -070083 "Address": "$ADDRESS % 4 + 88",
James Feistc4e56942019-04-19 12:15:19 -070084 "Bus": "$bus",
James Feist702eeae2019-06-06 11:36:27 -070085 "Name": "PSU$ADDRESS % 4 + 1",
Cheng C Yang24d30ae2019-06-26 22:40:04 +080086 "Labels": [
87 "pin",
88 "pout1",
89 "vin",
90 "iin",
91 "iout1",
92 "temp1",
93 "fan1"
94 ],
Cheng C Yang73a74282019-04-24 02:44:35 +080095 "Thresholds": [
96 {
97 "Direction": "greater than",
98 "Label": "pin",
99 "Name": "upper critical",
100 "Severity": 1,
101 "Value": 2149.5
102 },
103 {
104 "Direction": "greater than",
105 "Label": "pin",
106 "Name": "upper non critical",
107 "Severity": 0,
108 "Value": 1951.6
109 },
110 {
111 "Direction": "greater than",
112 "Label": "iout1",
113 "Name": "upper critical",
114 "Severity": 1,
115 "Value": 122
116 },
117 {
118 "Direction": "greater than",
119 "Label": "iout1",
120 "Name": "upper non critical",
121 "Severity": 0,
122 "Value": 100
123 },
124 {
125 "Direction": "greater than",
126 "Label": "temp1",
127 "Name": "upper critical",
128 "Severity": 1,
129 "Value": 78
130 },
131 {
132 "Direction": "greater than",
133 "Label": "temp1",
134 "Name": "upper non critical",
135 "Severity": 0,
136 "Value": 73
137 }
138 ],
James Feistc4e56942019-04-19 12:15:19 -0700139 "Type": "pmbus"
James Feistcd69ffc2018-06-08 15:08:44 -0700140 }
141 ],
James Feist702eeae2019-06-06 11:36:27 -0700142 "Name": "SOLUM CO IS162F22 PSU$ADDRESS % 4 + 1",
143 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'IS162F22*'})",
James Feistd63d18a2018-07-19 15:23:45 -0700144 "Type": "PowerSupply",
James Feistcd69ffc2018-06-08 15:08:44 -0700145 "xyz.openbmc_project.Inventory.Decorator.Asset": {
James Feist721bd132019-06-24 14:55:57 -0700146 "Manufacturer": "$PRODUCT_MANUFACTURER",
147 "Model": "$PRODUCT_PRODUCT_NAME",
148 "PartNumber": "$PRODUCT_PART_NUMBER",
149 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
James Feistcd69ffc2018-06-08 15:08:44 -0700150 }
151 }
Cheng C Yang24d30ae2019-06-26 22:40:04 +0800152]