blob: 01f3c96bec21afa5def1bfa8a33fc21fd1962547 [file] [log] [blame]
Cheng C Yang8e7c8a52019-03-07 14:51:27 +08001[
2 {
3 "Exposes": [
4 {
Cheng C Yang8e7c8a52019-03-07 14:51:27 +08005 "Address": "$address",
6 "Bus": "$bus",
Cheng C Yang73a74282019-04-24 02:44:35 +08007 "Name": "Solum 2100W PSU FRU",
Cheng C Yang8e7c8a52019-03-07 14:51:27 +08008 "Type": "EEPROM"
James Feistc4e56942019-04-19 12:15:19 -07009 },
10 {
Cheng C Yang73a74282019-04-24 02:44:35 +080011 "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",
James Feistc4e56942019-04-19 12:15:19 -070059 "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 ],
Cheng C Yang73a74282019-04-24 02:44:35 +080070 "Thresholds": [
71 {
72 "Direction": "greater than",
73 "Label": "pin",
74 "Name": "upper critical",
75 "Severity": 1,
76 "Value": 2769.2
77 },
78 {
79 "Direction": "greater than",
80 "Label": "pin",
81 "Name": "upper non critical",
82 "Severity": 0,
83 "Value": 2558.2
84 },
85 {
86 "Direction": "greater than",
87 "Label": "iout1",
88 "Name": "upper critical",
89 "Severity": 1,
90 "Value": 117
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": 60
112 }
113 ],
James Feistc4e56942019-04-19 12:15:19 -0700114 "Type": "pmbus"
Cheng C Yang8e7c8a52019-03-07 14:51:27 +0800115 }
116 ],
James Feist702eeae2019-06-06 11:36:27 -0700117 "Name": "Solum 2100W PSU$ADDRESS % 4 + 1",
118 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF212201A'})",
Cheng C Yang8e7c8a52019-03-07 14:51:27 +0800119 "Type": "PowerSupply",
120 "xyz.openbmc_project.Inventory.Decorator.Asset": {
121 "Manufacturer": "$PRODUCT_MANUFACTURER",
122 "Model": "$PRODUCT_PRODUCT_NAME",
123 "PartNumber": "$PRODUCT_PART_NUMBER",
124 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
125 }
126 }
Cheng C Yang24d30ae2019-06-26 22:40:04 +0800127]