BCMXCP_USB(8) | NUT Manual | BCMXCP_USB(8) |
bcmxcp_usb - Experimental driver for UPSes supporting the BCM/XCP protocol over USB
This man page only documents the hardware-specific features of the bcmxcp_usb driver. For information about the core driver, see nutupsdrv(8). This driver is a variant of the serial driver bcmxcp and uses the same core code.
This driver should recognize all BCM/XCP-compatible UPSes that are connected via USB. It has been developed and tested on Powerware PW3501 hardware. It also has been tested on PW5110 hardware.
This driver supports the following optional settings in the ups.conf(5).
shutdown_delay=delay
shutdown_delay =120
This driver supports the following Instant Commands:
shutdown.return
shutdown.stayoff
test.battery.start
Report UPS alarm status
Report UPS statistics informations
This driver has been tagged experimental, even if it has been reported to be stable. Thus it is not suitable for production systems and it is not built by default. This is mainly due to the fact that it is a new driver.
This driver is not built by default. You can build it by using "configure --with-usb=yes". Note that it will also install other USB drivers.
You also need to install manually the hotplug files (libhidups and libhid.usermap), generally in etc/hotplug/usb/, to address the permission settings problem. Lastly note that the libhidups file must have execution flag set (ie using chmod +x ...).
bcmxcp_usb only supports 1 UPS at this time. You can put the "auto" value for port in ups.conf, i.e.:
[pw3105]
driver = bcmxcp_usb
port = auto
You have forgotten to install the hotplug files, as explained in the INSTALLATION section above. Don’t forget to restart hotplug so that it applies these changes.
Tore Ørpetveit <tore@orpetveit.net>, Wolfgang Ocker <weo@weo1.de>
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
12/29/2015 | Network UPS Tools 2.7.3. |