1ADELSYSTEM_CBI(8) NUT Manual ADELSYSTEM_CBI(8)
2
3
4
6 adelsystem_cbi - Driver for the ADELSYSTEM CB/CBI DC-UPS
7
9 adelsystem_cbi -h
10
11 adelsystem_cbi -a DEVICE_NAME [OPTIONS]
12
13 Note
14 This man page only documents the specific features of the
15 adelsystem_cbi driver. For information about the core driver, see
16 nutupsdrv(8).
17
19 This is the driver for the adelsystem cb/cbi dc-ups devices.
20
21 The driver has been tested against CBI2801224A, all in one 12/24Vdc
22 DC-UPS.
23
24 More information about this UPS can be found here:
25 https://www.adelsystem.com/en/products/dc-ups-/
26
28 This driver supports the following optional settings in the ups.conf(5)
29 file:
30
31 Serial:
32 ser_baud_rate=value
33 A integer specifying the serial port baud rate (default 9600).
34
35 ser_data_bit=value
36 A integer specifying the serial port data bit (default 8).
37
38 ser_parity=value
39 A character specifying the serial port parity (default N).
40
41 ser_stop_bit=value
42 An integer specifying the serial port stop bit (default 1).
43
44 Modbus:
45 dev_slave_id=value
46 An integer specifying the device modbus slave ID (default 1).
47
49 Here is an example of adelsystem_cbi driver configuration in ups.conf
50 file:
51
52 [adelsystem_cbi]
53 driver = adelsystem_cbi
54 port = /dev/ttyUSB0
55 desc = "adelsystem cb/cbi ups driver"
56 # serial settings
57 ser_baud_rate = 9600
58 ser_parity = N
59 ser_data_bit = 8
60 ser_stop_bit = 1
61 # modbus slave id
62 dev_slave_id = 5
63
65 This driver support the following instant commands:
66
67 load.off
68 executes "instant poweroff"
69
71 This driver is not built by default. You can build it by installing
72 libmodbus and running configure --with-modbus=yes.
73
74 You also need to give proper permissions on the local serial device
75 file (/dev/ttyUSB0 for example) to allow the run-time NUT driver user
76 account to access it.
77
79 Dimitris Economou <dimitris.s.economou@gmail.com>
80
82 The core driver:
83 nutupsdrv(8), ups.conf(5)
84
85 Internet resources:
86 • The NUT (Network UPS Tools) home page:
87 http://www.networkupstools.org/
88
89 • libmodbus home page: http://libmodbus.org
90
91
92
93Network UPS Tools 2.8.0 04/26/2022 ADELSYSTEM_CBI(8)