1ASEM(8) NUT Manual ASEM(8)
2
3
4
6 asem - driver for UPS in ASEM PB1300
7
9 This man page only documents the hardware-specific features of the asem
10 driver. For information about the core driver, see nutupsdrv(8).
11
13 The asem driver supports the UPS in ASEM PB1300 embedded PCs. Likely
14 other I2C devices from the same manufacturer will work too, since this
15 is a "custom" charger.
16
17 Seems that there are two versions of the charger. Older one is based on
18 Max1667, newer one is a custom solution. Both are on I2C address 0x09.
19 To be compatible with both versions, the driver just reads bit 15 of
20 address 0x13 which yields online/on battery status. Battery monitor is
21 a BQ2060 at address 0x0B.
22
24 The required parameter for this driver is the I2C bus name:
25
26 port=dev-node
27 On the Asem PB1300, this should be /dev/i2c-7 for the i801 SMBUS
28 adapter.
29
30 This driver also supports the following optional settings:
31
32 lb=num
33 Set the low battery threshold to num volts.
34
35 hb=num
36 Set the high battery threshold to num volts.
37
39 This driver is specific to the Linux I2C API, and requires the
40 lm_sensors libi2c-dev or its equivalent to compile.
41
42 Beware that the SystemIO memory used by the I2C controller is reserved
43 by ACPI. If only a native I2C driver (e.g. i2c_i801, as of 3.5.X Linux
44 kernels) is available, then you’ll need to relax the ACPI resources
45 check. For example, you can boot with the acpi_enforce_resources=lax
46 option.
47
49 The driver shutdown function is not implemented, so other arrangements
50 must be made to turn off the UPS.
51
53 Giuseppe Corbelli <giuseppe.corbelli@copanitalia.com>
54
56 The core driver:
57 nutupsdrv(8)
58
59 Internet resources:
60 • PB1300 specifications:
61 http://www.asem.it/en/products/industrial-automation/box-pcs/performance/pb1300/
62
63 • BQ2060 datasheet: http://www.ti.com/lit/ds/symlink/bq2060.pdf
64
65 • The NUT (Network UPS Tools) home page:
66 http://www.networkupstools.org/
67
68
69
70Network UPS Tools 2.8.0 04/26/2022 ASEM(8)