blob: 2a05b90f20547af54decfbeffb072f3cf253a9c5 [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 Feist702eeae2019-06-06 11:36:27 -07005 "Address": "$address",
Cheng C Yang623de6c2019-03-18 15:11:52 +08006 "Bus": "$bus",
James Feist702eeae2019-06-06 11:36:27 -07007 "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": "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 {
58 "Address": "$ADDRESS % 4 + 88",
59 "Bus": "$bus",
60 "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": 1516.5
68 },
69 {
70 "Direction": "greater than",
71 "Label": "pin",
72 "Name": "upper non critical",
73 "Severity": 0,
74 "Value": 1364.8
75 },
76 {
77 "Direction": "greater than",
78 "Label": "iout1",
79 "Name": "upper critical",
80 "Severity": 1,
81 "Value": 125
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": "Flextronics S-1100ADU00-201 PSU $ADDRESS % 4 + 1",
109 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'S-1100ADU00-201'})",
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": "$BOARD_MANUFACTURER",
113 "Model": "$BOARD_PRODUCT_NAME",
114 "PartNumber": "$BOARD_PART_NUMBER",
115 "SerialNumber": "$BOARD_SERIAL_NUMBER"
116 }
Ed Tanous33832732018-03-14 16:09:14 -0700117 }
James Feist702eeae2019-06-06 11:36:27 -0700118]