nut/docs/man/bcmxcp.txt

100 lines
2.2 KiB
Text
Raw Normal View History

2011-01-26 09:35:08 +00:00
BCMXCP(8)
=========
NAME
----
bcmxcp - Driver for UPSes supporting the serial BCM/XCP protocol
NOTE
----
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
This man page only documents the hardware-specific features of the
bcmxcp driver. For information about the core driver, see
linkman:nutupsdrv[8].
SUPPORTED HARDWARE
------------------
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
This driver should recognize all serial BCM/XCP-compatible UPSes. It has
been developed and tested on Powerware PW5115 and PW9120 hardware. If your UPS
has a USB connection, you may also consult the linkman:bcmxcp_usb[8] driver
documentation.
EXTRA ARGUMENTS
---------------
2022-06-29 10:37:36 +00:00
This driver supports the following optional settings in the
2011-01-26 09:35:08 +00:00
linkman:ups.conf[5].
*shutdown_delay=*'delay'::
2022-06-29 10:37:36 +00:00
The number of seconds that the UPS should wait between receiving the
2011-01-26 09:35:08 +00:00
shutdown command (`upsdrvctl shutdown`) and actually shutting off.
*baud_rate=*'rate'::
Communication speed for the UPS. If this is set to 9600, it tries to connect
to the UPS at 9600bps. If it fails to communicate, it will go into baud-hunting.
It starts at 1200 and goes up to 19200. If it succeeds, it tell you the speed it
connected with. If not included in the config, it defaults to baud-hunting.
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
DEFAULT VALUES FOR THE EXTRA ARGUMENTS
--------------------------------------
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
- *shutdown_delay =* '120'
- *baud_rate =* 'none'
INSTANT COMMANDS
----------------
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
This driver supports the following Instant Commands:
*shutdown.return*::
2022-06-29 10:37:36 +00:00
Turn off the load and return when power is back.
2011-01-26 09:35:08 +00:00
*shutdown.stayoff*::
Turn off the load and remain off.
*test.battery.start*::
Start a battery test.
*outlet.n.shutdown.return*::
Turn off the load on outlet 'n' and return when power is back.
2022-06-29 10:37:36 +00:00
('n' is the outlet number reported by the upsc command)
2011-01-26 09:35:08 +00:00
TODO LIST
---------
2012-01-24 10:22:33 +00:00
Report UPS statistics information::
2011-01-26 09:35:08 +00:00
BCM/XCP supports reporting of UPS statistics data.
Change settings::
Access the config register to change settings.
BUGS
----
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
None known.
AUTHOR
------
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
Tore Ørpetveit <tore@orpetveit.net>
SEE ALSO
--------
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
The core driver:
~~~~~~~~~~~~~~~~
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
linkman:nutupsdrv[8]
The USB BCM/XCP driver:
~~~~~~~~~~~~~~~~~~~~~~~
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
linkman:bcmxcp_usb[8]
Internet resources:
~~~~~~~~~~~~~~~~~~~
2022-06-29 10:37:36 +00:00
2011-01-26 09:35:08 +00:00
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/