Skip to content

Commit 46c0e2d

Browse files
author
Michael
committed
add new driver for UPS
INVT HR11 series INVT HT11 series SNR-UPS-ONRT (3000-20000) series HIDEN EXPERT UDC9200S-RT 1-3 кВА HIDEN EXPERT UDC9200H-RT 6-10 кВА
1 parent 9c1e920 commit 46c0e2d

File tree

5 files changed

+4658
-1
lines changed

5 files changed

+4658
-1
lines changed

drivers/Makefile.am

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SERIAL_USB_DRIVERLIST = \
5151
nutdrv_qx
5252
NEONXML_DRIVERLIST = netxml-ups
5353
MACOSX_DRIVERLIST = macosx-ups
54-
MODBUS_DRIVERLIST = phoenixcontact_modbus generic_modbus huawei-ups2000 socomec_jbus adelsystem_cbi
54+
MODBUS_DRIVERLIST = phoenixcontact_modbus generic_modbus huawei-ups2000 socomec_jbus adelsystem_cbi invt_modbus
5555
LINUX_I2C_DRIVERLIST = asem pijuice
5656
POWERMAN_DRIVERLIST = powerman-pdu
5757
IPMI_DRIVERLIST = nut-ipmipsu
@@ -291,6 +291,11 @@ huawei_ups2000_LDADD = $(LDADD_DRIVERS_SERIAL) $(LIBMODBUS_LIBS)
291291
socomec_jbus_SOURCES = socomec_jbus.c
292292
socomec_jbus_LDADD = $(LDADD_DRIVERS_SERIAL) $(LIBMODBUS_LIBS)
293293

294+
# INVT MODBUS ASCII driver
295+
# (this is a Modbus driver)
296+
invt_modbus_SOURCES = invt_modbus.c modbus-ascii.c
297+
invt_modbus_LDADD = $(LDADD_DRIVERS_SERIAL)
298+
294299
# Linux I2C drivers
295300
asem_LDADD = $(LDADD_DRIVERS)
296301
asem_SOURCES = asem.c

0 commit comments

Comments
 (0)