The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Sm@rtGear IE

Smarter Power Distribution. Zero Disruption. Total Visibility. Sm@rtGear IE is an intelligent power distribution solution designed for the demands of industrial environments with real-time monitoring, predictive diagnostics, and remote-control capabilities.

Temperature Metering

Overall Topic Identification Guide


This Data Point Subtopic represents the Temperature Metering data provided by the Sm@rtgear IE DPU (or other device polling applications) that are being sent over the databus. In order to subscribe to these data points, the subscription will need the Temperature Metering category subtopic at the beginning of the topic string,"13".

13/Data Point/Device Type/Device Name/Device Source
graph LR;
    A[Category: 13] --> B[Data Point - Numeric];
    B --> C[Device Type - Numeric];
    C --> D[Device Name - String];
    D --> E[Device Source - String];

Point Family

Each datapoint is grouped into a broader "family" of other points that measure different aspects of the same thing. This categorization helps in terms of data measurement and understanding the different measurements being taken. Below are all the data point families for the Temperature Metering Data subtopic.

graph TD
    A[Temperature<br>1-16]

Temperature

Point Name (Unit)NumberData TypeOverall TopicApp Source(s)Ingested Source(s)
Temperature Reading (°F/C)1Double13/1/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Temperature Breaker (°F/C)2Double13/2/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Temperature Cradle (°F/C)3Double13/3/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Minimum Temperature (°F/C)4Double13/4/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Minimum Temperature Timestamp5Timestamp13/5/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Maximum Temperature (°F/C)6Double13/6/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Maximum Temperature Timestamp7Timestamp13/7/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Mean Temperature (°F/C)8Double13/8/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Under Temperature Warning Setpoint (°F/C)9Double13/9/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Under Temperature Warning Time Delay10Double13/10/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Under Temperature Alarm Setpoint (°F/C)11Double13/11/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Under Temperature Alarm Time Delay12Double13/12/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Over Temperature Warning Setpoint (°F/C)13Double13/13/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Over Temperature Warning Time Delay14Double13/14/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Over Temperature Alarm Setpoint (°F/C)15Double13/15/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Over Temperature Alarm Time Delay16Double13/16/{DEVICE TYPE}/{DEVICE NAME}/{DEVICE SOURCE}SmartDPU
Point Name (Unit)NumberData TypeOverall TopicApp Source(s)Ingested Source(s)
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255

Back to Top