Skip to content

New Device: Tripp Lite OMNI1500LCDT supported by usbhid-ups #577

Open
@jackman0

Description

@jackman0

I'd like to request help getting this device recognized by nut:

root@dorito:~# lsusb | grep 09ae
Bus 002 Device 013: ID 09ae:3016 Tripp Lite 

I used this configuration, hoping that the description was simply missing or mislabled in the compatibility database:

[tripplite]
        driver = usbhid-ups
        port = /dev/ttyS0
        desc = "Tripp Lite OMNI1500LCDT"
        vendorid = 09ae

I assumed this device would be supported by usbhid-ups because this device seemed like it would be a logical relative: https://networkupstools.org/ddl/Tripp_Lite/OMNI1000LCD.html

Per the usbhid-ups documentation, the port is an ignored value.

This is the output I get when I try to start the driver:

root@dorito:~# upsdrvctl start
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
No matching HID UPS found
Driver failed to start (exit status=1)

For good measure, here is my relevant udev configuration:

root@dorito:~# cat /etc/udev/rules.d/90-nut-ups.rules 
ACTION=="add", \
SUBSYSTEM=="usb", \
ATTR{idVendor}=="09ae", ATTR{idProduct}=="3016", \
MODE="0660", GROUP="nut"

Link to the HCL: http://www.networkupstools.org/stable-hcl.html?manufacturer=Tripp%20Lite&device-type=ups&connection=USB

Link to other Tripp Lite devices: https://networkupstools.org/ddl/Tripp_Lite/

I would be interested in helping as much as possible. Please let me know what information I can provide or work I might plausibly be able to perform. Thank you.

edit:
Manufacturer's site: https://www.tripplite.com/support/omni1500lcdt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions