-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathups-protocols.html
More file actions
641 lines (638 loc) · 17.5 KB
/
ups-protocols.html
File metadata and controls
641 lines (638 loc) · 17.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Network UPS Tools - UPS Protocols</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.9" />
<meta name="description" content="Power Devices support" />
<meta name="keywords" content="NUT, Network UPS Tools, Eaton, APC, Free Software, UPS, Uninterruptible Power Supplies, PDU, Power Distributions Units, Solar Controllers, power, power devices, control, monitor, Linux, Unix, Windows, Mac OS X" />
<meta name="format-detection" content="telephone=no" />
<link rel="stylesheet" href="css/xhtml11.css" type="text/css" />
<link rel="stylesheet" href="css/xhtml11-quirks.css" type="text/css" />
<link rel="stylesheet" href="css/web-layout.css" type="text/css" />
<link rel="shortcut icon" href="faviconut.ico" />
<link rel="icon" type="image/png" href="faviconut.png" />
<script type="text/javascript" src="./scripts/asciidoc.js"></script>
<script type="text/javascript">
/*<![CDATA[*/
asciidoc.install();
/*]]>*/
</script>
<!--[if lte IE 7]>
<link rel="stylesheet" href="css/ie-overrides.css" type="text/css" />
<![endif]-->
<!--[if lte IE 6]>
<script type="text/javascript" src="./scripts/filter_png.js"></script>
<![endif]-->
</head>
<body>
<div id="layout-banner-box">
<div id="layout-banner">
<div id="layout-logo"><img src="images/nut-logo.png" alt="NUT logo" /></div>
<div id="layout-title">Network UPS Tools</div>
<div id="layout-description">Power Devices support</div>
</div>
</div>
<div id="layout-menu-box">
<ul id="layout-menu">
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="projects.html">Related projects</a></li>
<li><a href="stable-hcl.html">Compatibility</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="https://github.com/networkupstools/nut/">GitHub</a></li>
<li><a href="https://alioth.debian.org/projects/nut/">Alioth (old)</a></li>
</ul>
<!-- div id="sponsor"><span>Hosted by<br/></span>
<a href="http://sponsor.com"><img src="images/sponsor-logo.png" alt="Sponsor" /></a>
</div -->
</div>
<div id="layout-content-box">
<div id="layout-content">
<div id="header">
<h1>UPS Protocols</h1>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph"><p>All protocol information on this site is provided in the hope that it will be useful.</p></div>
<div class="paragraph"><p>Some are officially provided by the manufacturers, while others are the result of reverse engineering work.</p></div>
<div class="paragraph"><p>However, UPS hardware is plentiful and varied.
Test your software thoroughly, as these documents may not always reflect the reality within your equipment!</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_apc">APC</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/apcsmart.html">APC’s smart protocol</a> - unofficial decoding work
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_belkin">Belkin</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/belkin.html">Belkin’s smart protocol</a> - unofficial decoding work on the Regulator Pro
</p>
</li>
<li>
<p>
<a href="protocols/belkin-protocol.html">Belkin UPS Protocol</a> - protocol specifications
</p>
</li>
<li>
<p>
<a href="protocols/belkin-universal.html">Belkin Universal UPS</a> - courtesy of Peter Selinger
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_delta">Delta</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/DeltaUPSv4.mib">Delta UPS v4 SNMP definitions</a> (TXT, 46 KB)
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_eaton">Eaton</h2>
<div class="sectionbody">
<div class="paragraph"><p>Documents in this section are provided courtesy of Eaton.</p></div>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/eaton/UC2concept-1002889j.odt">UPScode II Concept Description</a> (ODT, 50 KB)
</p>
</li>
<li>
<p>
<a href="#mge">MGE Office Protection Systems protocol library</a> (serial SHUT, USB and SNMP protocols)
</p>
</li>
<li>
<p>
EATON (prev. Powerware) XCP protocol:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/eaton/XCP_Rev_C1_Public_021309.pdf">X-format Communications Protocol (XCP) Specification</a> (PDF, 996 KB)
</p>
</li>
<li>
<p>
<a href="protocols/eaton/XCP_Alarm_Map_021309.pdf">XCP Alarm Map</a> (PDF, 54 KB)
</p>
</li>
<li>
<p>
<a href="protocols/eaton/XCP_Meter_Map_021309.pdf">XCP Meter Map</a> (PDF, 21 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
EATON SNMP Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/eaton-oids.mib">EATON general SNMP definitions</a> (TXT, 6.7 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/Xups.mib">EATON PowerMIB (XUPS-MIB)</a> (TXT, 71 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/eaton-epdu.mib">EATON ePDU G2/G3 (EPDU-MIB)</a> (TXT, 79 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/eaton-ats.mib">EATON ATS (ATS-MIB)</a> (TXT, 19 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
<a href="protocols/fortress.html">Best Fortress protocol</a> - for LI 520, 720, 1020, and 1420 models
</p>
</li>
<li>
<p>
<a href="protocols/sola.html">SOLA/Best Power protocol (Phoenixtec)</a> - courtesy of Invensys Energy Systems
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_legrand">Legrand</h2>
<div class="sectionbody">
<div class="paragraph"><p>Documents officially provided by Legrand.</p></div>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/legrand/UPS_MetaSystem_PUBLIC_Protocol_1.20b.pdf">Meta System UPS protocol v1.20b</a> (PDF, 420 KB) —  for ECO, HF, ALLY HF, MEGALINE and DHEA series
</p>
</li>
<li>
<p>
<a href="protocols/legrand/Legrand_WHAD_DHEA_MEGALINE_PUBLIC_Protocol_1.21.pdf">Legrand (prev. Meta System) UPS protocol v1.21</a> (PDF, 264 KB) —  for MEGALINE, WHAD, DHEA and ALLY HF series
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_microdowell">MicroDowell</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/microdowell/MicroDowell_UPS_serial_protocol_v3.3.1.pdf">MicroDowell UPS Serial Protocol v3.3.1</a> (PDF, 225KB)
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="mge">MGE</h2>
<div class="sectionbody">
<div class="paragraph"><p>Documents in this section are provided courtesy of MGE Office Protection Systems, and formerly MGE UPS SYSTEMS.</p></div>
<div class="paragraph"><p>These have been mirrored from their their web server.</p></div>
<div class="paragraph"><p>The Utalk (legacy ASCII protocol) documents only applies to MGE UPS SYSTEMS.</p></div>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/mge/MGE-mibs.pdf">MGE UPS SYSTEMS SNMP MIBS descriptions</a> (PDF, 78 KB)
</p>
</li>
<li>
<p>
<a href="protocols/mge/NUT_MGE_USB_Devices_Draft_AA.pdf">MGE USB Devices Draft AA</a> - official MGE HID UPS data (PDF, 310 KB)
</p>
</li>
<li>
<p>
<a href="protocols/mge/51029473zaac.pdf">Simplified SHUT protocol</a> (PDF, 63 KB)
</p>
</li>
<li>
<p>
<a href="protocols/mge/9260zw_g.pdf">U-Talk protocol general specifications</a> (PDF, 104 KB)
</p>
</li>
<li>
<p>
<a href="protocols/mge/9261zwfa.pdf">U-Talk command set specifications</a> (PDF, 288 KB)
</p>
</li>
<li>
<p>
<a href="protocols/mge/minutalk.pdf">U-Talk basic command set for UPS single monitoring communication</a> (PDF, 7 KB)
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_oneac">ONEAC</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/oneac.html">ONEAC serial information</a> - protocol specification
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_opti_ups">Opti-UPS</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/optiups.html">Opti-UPS protocol</a> - more guesswork
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_powercom">Powercom</h2>
<div class="sectionbody">
<div class="paragraph"><p>All these document are officially provided by Powercom</p></div>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/powercom/Software_USB_communication_controller_BNT_series.doc">USB information for BNT series</a>
</p>
</li>
<li>
<p>
<a href="protocols/powercom/Software_USB_communication_controller_IMPERIAL_series_R21.doc">USB information for IMPERIAL series</a>
</p>
</li>
<li>
<p>
<a href="protocols/powercom/Software_USB_communication_controller_SKP_series.doc">USB information for SKP series</a>
</p>
</li>
<li>
<p>
<a href="protocols/powercom/Software_USB_communication_controller_WOW_series.doc">USB information for WOW series</a>
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_powerkinetics">PowerKinetics</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/minicol.html">PowerKinetics MiniCOL protocol</a> - courtesy of PowerKinetics technical support
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_riello">Riello</h2>
<div class="sectionbody">
<div class="paragraph"><p>All these document are officially provided by Riello</p></div>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/riello/PSGPSER-0104.pdf">GPSER protocol</a>
</p>
</li>
<li>
<p>
<a href="protocols/riello/PSSENTR-0100.pdf">Sentry HPS / HTS protocol</a>
</p>
</li>
<li>
<p>
<a href="protocols/riello/Riello_UPS_protocol_list.pdf">UPS protocol list</a>
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_standard_protocols">Standard protocols</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_sec">SEC</h3><div style="clear:left"></div>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/sec.html">SEC protocol</a> - superset of the US9003, below
</p>
</li>
<li>
<p>
<a href="protocols/sec-protocol.html">SEC UPS Standard Protocol</a> - protocol specification
</p>
</li>
<li>
<p>
<a href="protocols/sec-standard.html">SEC Standard UPS Communication interface</a> - details of SEC communication interface
</p>
</li>
<li>
<p>
<a href="protocols/us9003.html">US9003 UPS Communication Interface</a>
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_snmp">SNMP</h3><div style="clear:left"></div>
<div class="paragraph"><p>Documents in this section are provided courtesy of various manufacturers.</p></div>
<div class="ulist"><ul>
<li>
<p>
IETF Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/rfc1628.mib">UPS MIB (RFC 1628)</a> (TXT, 64 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/stdupsv1.mib">fixed UPS MIB (RFC 1628)</a> (TXT, 45 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
APC Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/powernet344.mib">UPS MIB (PowerNet)</a> (TXT, 484 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/APC-Powernet.pdf">MIB description</a> (PDF, 998 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
Delta Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/DeltaUPSv4.mib">Delta UPS v4 SNMP definitions</a> (TXT, 46 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
MGE Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/mgeups.mib">UPS MIB (MGE-MIB)</a> (TXT, 76 KB)
</p>
</li>
<li>
<p>
<a href="protocols/mge/MGE-mibs.pdf">MIB description</a> (PDF, 78 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
EATON Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/eaton-oids.mib">EATON general SNMP definitions</a> (TXT, 6.7 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/Xups.mib">EATON PowerMIB (XUPS-MIB)</a> (TXT, 71 KB
</p>
</li>
<li>
<p>
<a href="protocols/snmp/eaton-epdu.mib">EATON ePDU G2/G3 (EPDU-MIB)</a> (TXT, 79 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/eaton-ats.mib">EATON ATS (ATS-MIB)</a> (TXT, 19 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
HP/Compaq Management Information Base:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/snmp/CPQPOWER-MIB.mib">HP/Compaq Power MIB</a> (TXT, 68 KB)
</p>
</li>
<li>
<p>
<a href="protocols/snmp/CPQUPS-MIB.mib">HP/Compaq UPS MIB</a> (TXT, 24 KB)
</p>
</li>
</ul></div>
</li>
<li>
<p>
Offsite links
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="http://www.liebert.com/downloads/">Liebert MIBs</a>
</p>
</li>
<li>
<p>
<a href="http://powerquality.eaton.com/Support/Software-Drivers/Downloads/connectivity-firmware/bestpwr2.mib">Best Power MIB</a>
</p>
</li>
</ul></div>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_usb_hid_power_devices_class">USB/HID Power Devices Class</h3><div style="clear:left"></div>
<div class="ulist"><ul>
<li>
<p>
<a href="https://www.usb.org/sites/default/files/pdcv10_0.pdf">USB Usage Tables for HID Power Devices</a> (offsite PDF, 981 KB)
</p>
</li>
</ul></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_various">Various</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/megatec.html">Megatec</a> UPS Protocol
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_voltronic_power">Voltronic Power</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<a href="protocols/voltronic.html">Voltronic Power UPS Protocol</a> - unofficial decoding work
</p>
</li>
<li>
<p>
<a href="protocols/voltronic-qs.html">Voltronic Power - ‘QS’ Protocols</a>
</p>
</li>
</ul></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Version 2.7.4<br />
Last updated 2021-09-26 10:05:59
</div>
<div id="footer-badges">
<a href="https://github.com/networkupstools/nut">
<img style="border:0;height:20"
src="https://img.shields.io/github/checks-status/networkupstools/nut/master"
alt="Latest GitHub checks status: master branch"/>
</a>
<!--
<a href="https://travis-ci.org/github/networkupstools/nut">
<img style="border:0;height:20"
src="https://api.travis-ci.org/networkupstools/nut.svg?branch=master"
alt="Latest Travis CI build status: master branch"/>
</a>
-->
<a href="https://ci.networkupstools.org/job/nut/job/nut/job/master/">
<img style="border:0;height:20"
src="https://ci.networkupstools.org/buildStatus/icon?job=nut%2Fnut%2Fmaster"
alt="Latest NUT CI build status: master branch"/>
</a>
<a href="https://ci.networkupstools.org/job/nut/job/nut/job/fightwarn/">
<img style="border:0;height:20"
src="https://ci.networkupstools.org/buildStatus/icon?job=nut%2Fnut%2Ffightwarn&subject=Fightwarn%20Branch"
alt="Latest NUT CI build status: fightwarn branch"/>
</a>
<!--
<a href="https://github.com/networkupstools/nut/releases">
<img style="border:0;height:20"
src="https://img.shields.io/github/v/release/networkupstools/nut"
alt="Latest GitHub drafted NUT source release"/>
</a>
-->
<a href="https://github.com/networkupstools/nut/releases">
<img style="border:0;height:20"
src="https://img.shields.io/github/v/tag/networkupstools/nut?sort=semver"
alt="Latest Git-tagged NUT source release"/>
</a>
<!-- Maintainer note: for the counter below to work, a git tag
is not sufficient -- a release must be drafted and published
at https://github.com/networkupstools/nut/releases
Counter URL may also be .../latest/BRANCHNAME -->
<a href="https://github.com/networkupstools/nut">
<img style="border:0;height:20"
src="https://img.shields.io/github.qkg1.topmits-since/networkupstools/nut/latest.svg"
alt="Commits on master branch since latest release on GitHub"/>
</a>
<a href="http://www.methods.co.nz/asciidoc/">
<img style="border:0;width:88px;height:31px"
src="images/asciidoc.png"
alt="Powered by AsciiDoc"/>
</a>
<a href="https://validator.w3.org/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="https://www.w3.org/Icons/valid-xhtml11-blue"
alt="Valid XHTML 1.1"/>
</a>
<a href="https://jigsaw.w3.org/css-validator/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!"/>
</a>
<a href="https://www.gandi.net/">
<img style="border:0;height:38px;"
src="images/gandi-ar21.svg"
alt="DNS, redirection and related services Hoster"/>
</a>
<a href="https://fosshost.org/">
<img style="border:0;width:112px;height:38px;"
src="images/ci/fosshost.org_Host_Light_38px.png"
alt="Dedicated Hosting for NUT CI"/>
</a>
</div>
</div>
</div>
</div>
<!-- Google Analytics integration -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9664272-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>