blob: 1d757df4c200e947568b483ffe88451642d95742 [file] [log] [blame]
Yong Li2b3145d2018-03-28 14:20:26 +08001[
2 {
James Feist1e3e6982018-08-03 16:09:28 -07003 "Exposes": [
Yong Li2b3145d2018-03-28 14:20:26 +08004 {
James Feistc999a8e2019-06-11 11:12:48 -07005 "Address": "$address",
6 "Bus": "$bus",
7 "Name": "PSU$ADDRESS % 4 + 1 FRU",
8 "Type": "EEPROM"
9 },
10 {
11 "Class": "fan",
12 "FFGainCoefficient": 0.01,
13 "FFOffCoefficient": 0.0,
14 "ICoefficient": 0.0,
15 "ILimitMax": 0.0,
16 "ILimitMin": 0.0,
17 "Inputs": [
18 "PSU$ADDRESS % 4 + 1 Fan Speed 1"
19 ],
20 "Name": "PSU$ADDRESS % 4 + 1 Fan 1",
21 "NegativeHysteresis": 2.0,
22 "OutLimitMax": 100.0,
23 "OutLimitMin": 30.0,
24 "Outputs": [
25 "Pwm PSU$ADDRESS % 4 + 1 Fan 1"
26 ],
27 "PCoefficient": 0.0,
28 "PositiveHysteresis": 0.0,
29 "SlewNeg": 0.0,
30 "SlewPos": 0.0,
31 "Type": "Pid",
32 "Zones": [
33 "PSU"
34 ]
35 },
36 {
37 "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 {
62 "Class": "Floor",
63 "Inputs": [
64 "PSU$ADDRESS % 4 + 1 Temperature"
65 ],
66 "Name": "PSU$ADDRESS % 4 + 1 LCC",
67 "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 ]
81 },
82 {
James Feist702eeae2019-06-06 11:36:27 -070083 "Address": "$ADDRESS % 4 + 88",
Cheng C Yang623de6c2019-03-18 15:11:52 +080084 "Bus": "$bus",
James Feist702eeae2019-06-06 11:36:27 -070085 "Name": "PSU$ADDRESS % 4 + 1",
James Feistc4e56942019-04-19 12:15:19 -070086 "Thresholds": [
Cheng C Yang623de6c2019-03-18 15:11:52 +080087 {
88 "Direction": "greater than",
89 "Label": "pin",
90 "Name": "upper critical",
91 "Severity": 1,
92 "Value": 954.5
93 },
94 {
95 "Direction": "greater than",
96 "Label": "pin",
97 "Name": "upper non critical",
98 "Severity": 0,
99 "Value": 900
100 },
101 {
102 "Direction": "greater than",
103 "Label": "iout1",
104 "Name": "upper critical",
105 "Severity": 1,
106 "Value": 112
107 },
108 {
109 "Direction": "greater than",
110 "Label": "iout1",
111 "Name": "upper non critical",
112 "Severity": 0,
113 "Value": 100
114 },
115 {
116 "Direction": "greater than",
117 "Label": "temp1",
118 "Name": "upper critical",
119 "Severity": 1,
120 "Value": 65
121 },
122 {
123 "Direction": "greater than",
124 "Label": "temp1",
125 "Name": "upper non critical",
126 "Severity": 0,
127 "Value": 62
128 }
129 ],
130 "Type": "pmbus"
Cheng C Yang623de6c2019-03-18 15:11:52 +0800131 }
132 ],
James Feist702eeae2019-06-06 11:36:27 -0700133 "Name": "Delta DPS-750XB PSU$ADDRESS % 4 + 1",
134 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'DPS-750XB A'})",
James Feistd63d18a2018-07-19 15:23:45 -0700135 "Type": "PowerSupply",
James Feist11be6672018-04-06 14:05:32 -0700136 "xyz.openbmc_project.Inventory.Decorator.Asset": {
James Feist721bd132019-06-24 14:55:57 -0700137 "Manufacturer": "$PRODUCT_MANUFACTURER",
138 "Model": "$PRODUCT_PRODUCT_NAME",
139 "PartNumber": "$PRODUCT_PART_NUMBER",
140 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
James Feist11be6672018-04-06 14:05:32 -0700141 }
Yong Li2b3145d2018-03-28 14:20:26 +0800142 }
James Feistc999a8e2019-06-11 11:12:48 -0700143]