xref: /openbmc/entity-manager/configurations/ibm/blyth2.json (revision da89d235c12bfc2c19437fecf2d1ca5251523e1c)
1{
2    "Exposes": [
3        {
4            "Address": "0x76",
5            "Bus": 7,
6            "Name": "Ambient 1 Temp",
7            "Name1": "Station Pressure",
8            "Thresholds": [
9                {
10                    "Direction": "greater than",
11                    "Index": 1,
12                    "Name": "Ambient Upper Critical",
13                    "Severity": 0,
14                    "Value": 100
15                },
16                {
17                    "Direction": "less than",
18                    "Index": 1,
19                    "Name": "Ambient Lower Critical",
20                    "Severity": 0,
21                    "Value": 0
22                }
23            ],
24            "Type": "DPS310"
25        },
26        {
27            "Address": "0x40",
28            "Bus": 7,
29            "Name": "Ambient 2 Temp",
30            "Name1": "Relative Humidity",
31            "Thresholds": [
32                {
33                    "Direction": "greater than",
34                    "Index": 1,
35                    "Name": "Ambient Upper Critical",
36                    "Severity": 0,
37                    "Value": 100
38                },
39                {
40                    "Direction": "less than",
41                    "Index": 1,
42                    "Name": "Ambient Lower Critical",
43                    "Severity": 0,
44                    "Value": 0
45                }
46            ],
47            "Type": "HDC1080"
48        },
49        {
50            "MaxValidInput": 100,
51            "MaxValue": 128,
52            "MinValidInput": 0,
53            "MinValue": -127,
54            "Name": "Ambient Virtual Temp",
55            "Sensors": [
56                "Ambient 0 Temp",
57                "Ambient 1 Temp",
58                "Ambient 2 Temp"
59            ],
60            "Thresholds": [
61                {
62                    "Direction": "greater than",
63                    "Hysteresis": 3,
64                    "Name": "HardShutdown",
65                    "Severity": 4,
66                    "Value": 58
67                },
68                {
69                    "Direction": "greater than",
70                    "Hysteresis": 3,
71                    "Name": "SoftShutdown",
72                    "Severity": 3,
73                    "Value": 53
74                },
75                {
76                    "Direction": "greater than",
77                    "Hysteresis": 3,
78                    "Name": "Warning",
79                    "Severity": 0,
80                    "Value": 45
81                }
82            ],
83            "Type": "ModifiedMedian",
84            "Units": "DegreesC"
85        },
86        {
87            "Address": "0x48",
88            "Bus": 7,
89            "Name": "Ambient 0 Temp",
90            "PollRate": 1,
91            "Thresholds": [
92                {
93                    "Direction": "greater than",
94                    "Name": "Ambient Upper Critical",
95                    "Severity": 0,
96                    "Value": 100
97                },
98                {
99                    "Direction": "less than",
100                    "Name": "Ambient Lower Critical",
101                    "Severity": 0,
102                    "Value": 0
103                }
104            ],
105            "Type": "TMP75"
106        }
107    ],
108    "Name": "Blyth 2 Panel",
109    "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 67, 56, 53]})",
110    "Type": "Board"
111}
112