blob: 2b7d8c629e11ccbf4c8bfabd2160adace561a816 [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",
James Feistc4e56942019-04-19 12:15:19 -070061 "Thresholds": [
Cheng C Yang623de6c2019-03-18 15:11:52 +080062 {
63 "Direction": "greater than",
64 "Label": "pin",
65 "Name": "upper critical",
66 "Severity": 1,
67 "Value": 1648.4
68 },
69 {
70 "Direction": "greater than",
71 "Label": "pin",
72 "Name": "upper non critical",
73 "Severity": 0,
74 "Value": 1536.3
75 },
76 {
77 "Direction": "greater than",
78 "Label": "iout1",
79 "Name": "upper critical",
80 "Severity": 1,
81 "Value": 115
82 },
83 {
84 "Direction": "greater than",
85 "Label": "iout1",
86 "Name": "upper non critical",
87 "Severity": 0,
88 "Value": 100
89 },
90 {
91 "Direction": "greater than",
92 "Label": "temp1",
93 "Name": "upper critical",
94 "Severity": 1,
95 "Value": 65
96 },
97 {
98 "Direction": "greater than",
99 "Label": "temp1",
100 "Name": "upper non critical",
101 "Severity": 0,
102 "Value": 62
103 }
104 ],
105 "Type": "pmbus"
Cheng C Yang623de6c2019-03-18 15:11:52 +0800106 }
107 ],
James Feist702eeae2019-06-06 11:36:27 -0700108 "Name": "Solum 1300W PSU$ADDRESS % 4 + 1",
109 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF132202A'})",
James Feistd63d18a2018-07-19 15:23:45 -0700110 "Type": "PowerSupply",
James Feist11be6672018-04-06 14:05:32 -0700111 "xyz.openbmc_project.Inventory.Decorator.Asset": {
112 "Manufacturer": "$PRODUCT_MANUFACTURER",
113 "Model": "$PRODUCT_PRODUCT_NAME",
114 "PartNumber": "$PRODUCT_PART_NUMBER",
Vijay Khemka161addb2018-11-20 10:52:01 -0800115 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
James Feist11be6672018-04-06 14:05:32 -0700116 }
Ed Tanous33832732018-03-14 16:09:14 -0700117 }
James Feistc999a8e2019-06-11 11:12:48 -0700118]