logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bcmxcp - Driver for UPSes supporting the serial BCM/XCP protocol

Author

       Tore Ørpetveit <tore@orpetveit.net>

Bugs

       None known.

Default Values For The Extra Arguments

shutdown_delay=120baud_rate=none

Extra Arguments

       This driver supports the following optional settings in the ups.conf(5).

       shutdown_delay=delay
           The number of seconds that the UPS should wait between receiving the 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.

Instant Commands

       This driver supports the following Instant Commands:

       shutdown.return
           Turn off the load and return when power is back.

       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. (n is the outlet number reported by the
           upsc command)

Name

       bcmxcp - Driver for UPSes supporting the serial BCM/XCP protocol

See Also

Thecoredriver:nutupsdrv(8)

   TheUSBBCM/XCPdriver:bcmxcp_usb(8)

   Internetresources:
       The NUT (Network UPS Tools) home page: https://www.networkupstools.org/historic/v2.8.3/

Network UPS Tools 2.8.3                            07/08/2025                                          BCMXCP(8)

Supported Hardware

       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 bcmxcp_usb(8) driver documentation.

Synopsis

bcmxcp -h

       bcmxcp -a UPS_NAME [OPTIONS]

           Note

           This man page only documents the hardware-specific features of the bcmxcp driver. For information
           about the core driver, see nutupsdrv(8).

Todo List

       Report UPS statistics information
           BCM/XCP supports reporting of UPS statistics data.

       Change settings
           Access the config register to change settings.

See Also