Imported Upstream version 2.6.3
This commit is contained in:
parent
45043b58d0
commit
fad6ced6f6
255 changed files with 11081 additions and 4629 deletions
|
|
@ -156,6 +156,14 @@ Select a serial-over-USB subdriver to use. You have a choice between *phoenix*,
|
|||
*ippon*, *cypress*, and *krauler*. When using this option, it is mandatory to also
|
||||
specify the *vendorid* and *productid*.
|
||||
|
||||
*langid_fix =* 'value'::
|
||||
|
||||
Apply the language ID workaround to the krauler subdriver. This is mandatory
|
||||
for some devices to work (LDLC, Dynamix and others). You must to provide
|
||||
*value* (0x409 or 0x4095), according to your device entry in NUT hardware
|
||||
compatibility list (HCL).
|
||||
|
||||
|
||||
UPS COMMANDS
|
||||
------------
|
||||
|
||||
|
|
@ -224,12 +232,12 @@ battery.charge = ------------------------------------------ x 100 %
|
|||
battery.voltage.high - battery.voltage.low
|
||||
|
||||
There is a way to get better readings without disconnecting the load but this
|
||||
requires to keep track on how much (and how fast) current is going in- and out of
|
||||
the battery. If you specified the *runtimecal*, the driver will attempt to do
|
||||
this. Note however, that this heavily relies on the values you enter and that the
|
||||
UPS must be able to report the load as well. There are quite a couple of devices
|
||||
that report 0 % (or any other fixed value) at all times, in which case this
|
||||
obviously doesn't work.
|
||||
requires one to keep track on how much (and how fast) current is going in- and
|
||||
out of the battery. If you specified the *runtimecal*, the driver will attempt
|
||||
to do this. Note however, that this heavily relies on the values you enter and
|
||||
that the UPS must be able to report the load as well. There are quite a couple
|
||||
of devices that report 0 % (or any other fixed value) at all times, in which
|
||||
case this obviously doesn't work.
|
||||
|
||||
The driver also has no way of determining the degradation of the battery capacity
|
||||
over time, so you'll have to deal with this yourself (by adjusting the values
|
||||
|
|
@ -298,3 +306,4 @@ Internet Resources:
|
|||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
|
||||
The NUT HCL: http://www.networkupstools.org/stable-hcl.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue