blob: 7f2f47e308bbaad44e942a55a0bcfd0869d3bec3 [file] [log] [blame]
Ed Tanous33832732018-03-14 16:09:14 -07001[
2 {
James Feist1e3e6982018-08-03 16:09:28 -07003 "Exposes": [
Ed Tanous33832732018-03-14 16:09:14 -07004 {
James Feistc999a8e2019-06-11 11:12:48 -07005 "Address": "$address",
6 "Bus": "$bus",
7 "Name": "Solum 1300W 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": "Floor",
38 "Inputs": [
39 "PSU$ADDRESS % 4 + 1 Temperature"
40 ],
41 "Name": "PSU$ADDRESS % 4 + 1 LCC",
42 "NegativeHysteresis": 2,
43 "Output": [
44 40.0,
45 100.0
46 ],
47 "PositiveHysteresis": 0,
48 "Reading": [
49 30.0,
50 65.0
51 ],
52 "Type": "Stepwise",
53 "Zones": [
54 "PSU"
55 ]
56 },
57 {
James Feist702eeae2019-06-06 11:36:27 -070058 "Address": "$ADDRESS % 4 + 88",
Cheng C Yang623de6c2019-03-18 15:11:52 +080059 "Bus": "$bus",
James Feist702eeae2019-06-06 11:36:27 -070060 "Name": "PSU$ADDRESS % 4 + 1",
Cheng C Yang24d30ae2019-06-26 22:40:04 +080061 "Labels": [
62 "pin",
63 "pout1",
64 "vin",
65 "iin",
66 "iout1",
67 "temp1",
68 "fan1"
69 ],
James Feistc4e56942019-04-19 12:15:19 -070070 "Thresholds": [
Cheng C Yang623de6c2019-03-18 15:11:52 +080071 {
72 "Direction": "greater than",
73 "Label": "pin",
74 "Name": "upper critical",
75 "Severity": 1,
76 "Value": 1648.4
77 },
78 {
79 "Direction": "greater than",
80 "Label": "pin",
81 "Name": "upper non critical",
82 "Severity": 0,
83 "Value": 1536.3
84 },
85 {
86 "Direction": "greater than",
87 "Label": "iout1",
88 "Name": "upper critical",
89 "Severity": 1,
90 "Value": 115
91 },
92 {
93 "Direction": "greater than",
94 "Label": "iout1",
95 "Name": "upper non critical",
96 "Severity": 0,
97 "Value": 100
98 },
99 {
100 "Direction": "greater than",
101 "Label": "temp1",
102 "Name": "upper critical",
103 "Severity": 1,
104 "Value": 65
105 },
106 {
107 "Direction": "greater than",
108 "Label": "temp1",
109 "Name": "upper non critical",
110 "Severity": 0,
111 "Value": 62
112 }
113 ],
114 "Type": "pmbus"
Cheng C Yang623de6c2019-03-18 15:11:52 +0800115 }
116 ],
James Feist702eeae2019-06-06 11:36:27 -0700117 "Name": "Solum 1300W PSU$ADDRESS % 4 + 1",
118 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF132202A'})",
James Feistd63d18a2018-07-19 15:23:45 -0700119 "Type": "PowerSupply",
James Feist11be6672018-04-06 14:05:32 -0700120 "xyz.openbmc_project.Inventory.Decorator.Asset": {
121 "Manufacturer": "$PRODUCT_MANUFACTURER",
122 "Model": "$PRODUCT_PRODUCT_NAME",
123 "PartNumber": "$PRODUCT_PART_NUMBER",
Vijay Khemka161addb2018-11-20 10:52:01 -0800124 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
James Feist11be6672018-04-06 14:05:32 -0700125 }
Ed Tanous33832732018-03-14 16:09:14 -0700126 }
Cheng C Yang24d30ae2019-06-26 22:40:04 +0800127]