ADELSYSTEM_CBI(8) | NUT Manual | ADELSYSTEM_CBI(8) |
adelsystem_cbi - Driver for the ADELSYSTEM CB/CBI DC-UPS
adelsystem_cbi -h
adelsystem_cbi -a DEVICE_NAME [OPTIONS]
This man page only documents the specific features of the adelsystem_cbi driver. For information about the core driver, see nutupsdrv(8).
This is the driver for the adelsystem cb/cbi dc-ups devices.
The driver has been tested against CBI2801224A, all in one 12/24Vdc DC-UPS.
More information about this UPS can be found here:
This driver supports the following optional settings in the ups.conf(5) file:
ser_baud_rate=value
ser_data_bit=value
ser_parity=value
ser_stop_bit=value
dev_slave_id=value
Here is an example of adelsystem_cbi driver configuration in ups.conf file:
[adelsystem_cbi]
driver = adelsystem_cbi
port = /dev/ttyUSB0
desc = "adelsystem cb/cbi ups driver"
# serial settings
ser_baud_rate = 9600
ser_parity = N
ser_data_bit = 8
ser_stop_bit = 1
# modbus slave id
dev_slave_id = 5
This driver support the following instant commands:
load.off
This driver is not built by default. You can build it by installing libmodbus and running configure --with-modbus=yes.
You also need to give proper permissions on the local serial device file (/dev/ttyUSB0 for example) to allow the run-time NUT driver user account to access it.
Dimitris Economou <dimitris.s.economou@gmail.com>
01/25/2023 | Network UPS Tools 2.8.0 |