Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for Tripp-Lite 3024 Protocol UPS' Protocol docs attached #808

Open
objecttothis opened this issue Jul 24, 2020 · 3 comments
Labels
documentation-protocol Submitted vendor-provided or user-discovered protocol information, or similar data (measurements...) Tripp Lite USB

Comments

@objecttothis
Copy link

I have an Tripp-Lite OMNIVSX1000D that uses protocol 3024. Tripp-Lite has sent me the protocol documents (see attached).
3024 Protocol.pdf

@alexmerm
Copy link

If you manually specify this in your ups.conf file and use the usbhid-ups driver it seems to work fine (see below)

[netups]
        driver = usbhid-ups 
        port = auto
        vendorid = 09ae
        productid = 3024

I also had to add a line to /lib/udev/rules.d/62-nut-usbups.rules to allow my nut to access the devcice and restart
ATTR{idVendor}=="09ae", ATTR{idProduct}=="3024", MODE="664", GROUP="nut"

I looked around and am not sure how to integrate this into nut, but so far I haven't had any issues

@scolby33
Copy link
Contributor

scolby33 commented Dec 29, 2020

This is the solution I came up with as well, but I was unable to get the full functionality working. In particular, have you managed to go through a simulation of a power failure (look under "Simulating Power Failures" here) and gotten the UPS to turn off the outlets and then turn them back on after a delay/after power is restored?

With the solution you mentioned, I was able to get read-only access to most of the UPS's values and was able to take some actions, but the important one of triggering a shutdown on low battery followed by a restoration of power once the mains power has returned has never worked for me.

@jimklimov jimklimov added the documentation-protocol Submitted vendor-provided or user-discovered protocol information, or similar data (measurements...) label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation-protocol Submitted vendor-provided or user-discovered protocol information, or similar data (measurements...) Tripp Lite USB
Projects
None yet
Development

No branches or pull requests

4 participants