blob: 6c17aa5e108b8b83fc1f19540c3a7c306b9f3e30 [file] [log] [blame]
Cheng C Yang73a74282019-04-24 02:44:35 +08001[
2 {
3 "Exposes": [
4 {
5 "Address": "$address",
6 "Bus": "$bus",
7 "Name": "Solum 2130W PSU 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": [
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 ]
35 },
36 {
37 "Class": "Floor",
38 "Inputs": [
James Feist702eeae2019-06-06 11:36:27 -070039 "PSU$ADDRESS % 4 + 1 Temperature"
Cheng C Yang73a74282019-04-24 02:44:35 +080040 ],
James Feist702eeae2019-06-06 11:36:27 -070041 "Name": "PSU$ADDRESS % 4 + 1 LCC",
Cheng C Yang73a74282019-04-24 02:44:35 +080042 "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 Yang73a74282019-04-24 02:44:35 +080059 "Bus": "$bus",
James Feist702eeae2019-06-06 11:36:27 -070060 "Name": "PSU$ADDRESS % 4 + 1",
Cheng C Yang73a74282019-04-24 02:44:35 +080061 "Thresholds": [
62 {
63 "Direction": "greater than",
64 "Label": "pin",
65 "Name": "upper critical",
66 "Severity": 1,
67 "Value": 2769.2
68 },
69 {
70 "Direction": "greater than",
71 "Label": "pin",
72 "Name": "upper non critical",
73 "Severity": 0,
74 "Value": 2558.2
75 },
76 {
77 "Direction": "greater than",
78 "Label": "iout1",
79 "Name": "upper critical",
80 "Severity": 1,
81 "Value": 117
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": 60
103 }
104 ],
105 "Type": "pmbus"
106 }
107 ],
James Feist702eeae2019-06-06 11:36:27 -0700108 "Name": "Solum 2130W PSU$ADDRESS % 4 + 1",
109 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF222201A'})",
Cheng C Yang73a74282019-04-24 02:44:35 +0800110 "Type": "PowerSupply",
111 "xyz.openbmc_project.Inventory.Decorator.Asset": {
112 "Manufacturer": "$PRODUCT_MANUFACTURER",
113 "Model": "$PRODUCT_PRODUCT_NAME",
114 "PartNumber": "$PRODUCT_PART_NUMBER",
115 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
116 }
117 }
118]