nut-debian/docs/man/bestups.txt

118 lines
3.9 KiB
Plaintext
Raw Normal View History

2011-01-26 11:35:08 +02:00
BESTUPS(8)
==========
NAME
----
bestups - Driver for Best Power / SOLA (Phoenixtec protocol) UPS equipment
NOTE
----
This man page only documents the hardware-specific features of the
2010-03-26 01:20:59 +02:00
bestups driver. For information about the core driver, see
2011-01-26 11:35:08 +02:00
linkman:nutupsdrv[8].
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
SUPPORTED HARDWARE
------------------
*bestups* was designed to monitor Best Power UPS hardware like the Fortress,
2010-03-26 01:20:59 +02:00
Fortress Telecom, Axxium Rackmount and Patriot Pro. It also recognizes
and supports SOLA units such as the 325, 520 and 620. In addition, the
Best 610 is supported using the `ID' option.
Other UPS hardware using the Phoenixtec protocol should also work, but
they will generate a warning since their battery information is not known.
This driver does not support some older Best/SOLA units.
2011-01-26 11:35:08 +02:00
EXTRA ARGUMENTS
---------------
2010-03-26 01:20:59 +02:00
This driver supports the following optional settings in the
2011-01-26 11:35:08 +02:00
linkman:ups.conf[5]:
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
*nombattvolt=*'num'::
2010-03-26 01:20:59 +02:00
Override the battery float voltage which is normally determined by
asking the hardware. This is useful if your UPS constantly reports
2011-01-26 11:35:08 +02:00
`battery.charge` values just below 100% even when it's completely charged.
+
If you have this problem, set this to whatever `battery.voltage` reports
2010-03-26 01:20:59 +02:00
when the UPS is known to be completely charged with a good battery.
2011-01-26 11:35:08 +02:00
+
The author's Best Fortress 750 uses `nombattvolt=27.4`.
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
*battvoltmult=*'num'::
2010-03-26 01:20:59 +02:00
Multiply the reported battery voltage by this number. Some devices
report only a fraction of the total battery voltage.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
For example, the SOLA 610 700VA UPS (with a 24V battery) reports the
single cell voltage (about 2.27V when fully charged). In this particular
2011-01-26 11:35:08 +02:00
case you can set `battvoltmult = 12` in linkman:ups.conf[8] to fix this.
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
*ID=*'string'::
2010-03-26 01:20:59 +02:00
Set the Identification response string. This should only be used
with hardware that supports the Phoenixtec protocol status inquiry
commands, but not the "ID" command, such as the Best/SOLA 610. Format
of the ID string is: AAA,BBBB,CCC,DDD,EE.E,FF.F
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
AAA is the three-character identification for the UPS model.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
BBBB is the output power in VA (volt amperes). B is an integer number
ranging from 0 to 9.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
CCC is the Nominal Input Voltage. C is an integer number ranging from 0
to 9. The unit is Volts AC.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
DDD is the Nominal Output Voltage. D is an integer number ranging from 0
to 9. The unit is Volts AC.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
EE.E is the Battery Voltage that will cause the UPS to shut itself off.
E is an integer number ranging from 0 to 9. Then unit is Volts DC and a
decimal point is present.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
FF.F or FFF.F is the Battery Voltage at full charge. F is an integer
number ranging from 0 to 9. Then unit is Volts DC. Typically, for 700VA,
1KVA and 1.5KVA units, the format is FF.F. For 2KVA and 3KVA units, the
format is FFF.F.
2011-01-26 11:35:08 +02:00
+
2010-03-26 01:20:59 +02:00
Example: a Best 610 1.5KVA unit would use the string
"610,1500,120,120,10.0,48.0".
2011-01-26 11:35:08 +02:00
BUGS
----
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
The battery charge percentage value (in `battery.charge`) is derived from
2010-03-26 01:20:59 +02:00
the voltage data that the UPS returns, since the UPS doesn't return that
value directly. On some hardware, the charge will remain at 100% for a
long time and then drops quickly shortly before the battery runs out.
2011-01-26 11:35:08 +02:00
You can confirm from the `battery.voltage` readings that this is a problem
2010-03-26 01:20:59 +02:00
with the UPS and not this driver.
Similarly, the float from the charger in some models forces the battery
charge percentage back up to 100% immedately after the UPS goes back
2011-01-26 11:35:08 +02:00
on-line, so you can't tell when it is really recharged.
2010-03-26 01:20:59 +02:00
Finally, some models give one value for the battery's nominal voltage and
yet actually have a nominal voltage slightly below that. This leads to
things such as the perpetual 98.7% charge on the author's Fortress 750,
2011-01-26 11:35:08 +02:00
even when it's been charging for weeks. You can use `nombattvolt=` in
linkman:ups.conf[8] to fix this.
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
AUTHOR
------
2010-03-26 01:20:59 +02:00
Russell Kroll, Jason White
2011-01-26 11:35:08 +02:00
SEE ALSO
--------
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
The core driver:
~~~~~~~~~~~~~~~~
linkman:nutupsdrv[8]
2010-03-26 01:20:59 +02:00
2011-01-26 11:35:08 +02:00
Internet resources:
~~~~~~~~~~~~~~~~~~~
2010-03-26 01:20:59 +02:00
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/