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