-
Notifications
You must be signed in to change notification settings - Fork 14
/
stable-hcl.txt
188 lines (151 loc) · 6.75 KB
/
stable-hcl.txt
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
Hardware compatibility list
===========================
include::historic-release.txt[]
[NOTE]
================================================================================
Before you buy, take a look at the link:acknowledgements.html[Acknowledgements]
for information about which drivers are developed with the support of the manufacturer.
Be sure to also read the <<footnotes,footnotes>>.
For a list of user-reported dumps of NUT-supported devices, go visit the link:ddl/['Devices Dumps Library'].
================================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<fieldset id="support-level-legend">
<legend>Support level legend</legend>
<dl style="list-style: none; padding: 0;">
<dt><span class="red hcl-legend-level">1</span></dt><dd>protocol based on reverse engineering</dd>
<dt><span class="orange hcl-legend-level">2</span></dt><dd>based on fragments of publicly available protocol</dd>
<dt><span class="yellow hcl-legend-level">3</span></dt><dd>based on publicly available protocol</dd>
<dt><span class="blue hcl-legend-level">4</span></dt><dd>vendor provided protocol</dd>
<dt><span class="green hcl-legend-level">5</span></dt><dd>vendor provided protocol and hardware</dd>
</dl>
</fieldset>
<fieldset id="filters-set">
<legend>Filters</legend>
<table>
<tbody>
<tr>
<td>
<label for="support-level">Support Level</label>
</td>
<td>
<select id="support-level" class="filter">
<option value="-1">----</option>
</select>
</td>
</tr>
<tr>
<td>
<label for="device-type">Device type</label>
</td>
<td>
<select id="device-type" class="filter">
<option value="-1">----</option>
</select>
</td>
</tr>
<tr>
<td>
<label for="manufacturer">Manufacturer</label>
</td>
<td>
<select id="manufacturer" class="filter">
<option value="-1">----</option>
</select>
</td>
</tr>
<tr>
<td>
<label for="model">Model</label>
</td>
<td>
<select id="model" class="filter">
<option value="-1">----</option>
</select>
</td>
</tr>
<tr>
<td>
<label for="connection">Connection</label>
</td>
<td>
<select id="connection" class="filter">
<option value="-1">----</option>
</select>
</td>
</tr>
<tr>
<td colspan="2"><input type="button" value="Reset" onclick="NUT.resetCombos.call(NUT);" /></td>
</tr>
</tbody>
</table>
</fieldset>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include::ups-html.txt[]
[[footnotes]]
[NOTE]
================================================================================
*If your device isn't listed*
First, if there are other models by the same manufacturer, try their drivers.
You may find that it "just works" or mostly works.
In either case, send in a report so this list and the driver can be improved.
Next, if you don't find any match, there are a few drivers that have a good
chance of working on random hardware. These are indicated in the
link:stable-hcl.html?manufacturer=Various[Various] entries above.
After doing that, if those aren't working, you might try running other ones
from the set to see if anything works. Sometimes you get lucky. Finally, if
absolutely nothing works and your cabling is OK, try contacting the list and
we will see what we can do for you.
In general, if a driver does not exist, that's due to the lack of overlap
between the set of developers and the set of owners of that hardware.
The way to fix it is to turn a developer into an owner, or an owner into a
developer.
*Report new devices, omissions or errors*
There are a lot of power devices hardware for sale, and it's possible
that we have missed listing some that are supported, or made an error.
So that this list can be as accurate as possible, please report any
omissions to the
link:http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev[NUT Developers] mailing list
or the NUT link:https://github.com/networkupstools/nut/issues/new[issue tracker on GitHub],
including the following information:
- mail subject: [HCL] <Manufacturer> <Device> supported by <driver>
- or tag the issue "HCL" and title it: <Manufacturer> <Device> supported by <driver>
replacing Manufacturer, Device and driver by your specific values,
- mail or issue body:
- Device manufacturer and name,
- upsc output (upsrw and upscmd outputs are also welcome),
- link:docs/user-manual.chunked/ar01s06.html#Shutdown_design[shutdown sequence]
testing results: a statement that you have actually tested it successfully is
enough for now,
- a link to the manufacturer's online description of the device is also appreciated.
*Linking to the HCL*
You can create a direct link to the HCL, specifying some filters within the URL
(JavaScript must be enabled in the browser for this to work). This allows you
to select devices that matches some specific criteria, like a connection type
or a manufacturer. All filters available on the page itself are also available
for use in the URL.
The form of the URL is the following:
https://www.networkupstools.org/stable-hcl.html?<filter-name>=<filter-value>
.Possible values
[options="header,autowidth",style="asciidoc",cols="<,<"]
|===================================================================
|<filter-name> |<filter-value>
|support-level |a number from '1' to '5'
|device-type |- 'ups' for uninterruptible power supply
- 'pdu' for power distribution unit
- 'psu' for power supply unit
- 'scd' for solar controller device
|manufacturer |a manufacturer name from the selection list
|model |a model name from the selection list
|connection |- 'USB'
- 'Serial'
- 'Network'
|===================================================================
You can combine multiple filters, using ampersand (*&*).
For example, if you only want to select USB units from Eaton, use:
https://www.networkupstools.org/stable-hcl.html?manufacturer=Eaton&connection=USB
================================================================================
////////////////////////////////////////////////////////////////////////////////
FIXME:
- point and complete the "user manual -> support" section for success report
link:user-manual.html#Support_Request[Support instructions] in the user manual.
////////////////////////////////////////////////////////////////////////////////