-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Support for Tripp Lite SMART1500PSGLCD (3028) #2030
Comments
(Originally posted to nut-website): This repo is about the website, not NUT proper ;) Can you try custom-building NUT with usbhid-ups enhanced to recognize this ID? Check NUT commit history, a couple of years back there was a similar trivial addition of support for 3024 (IIRC) which allegedly went well... #963 is a good example - but better try it with a local build and real device before merging (also bump CC @dzomaya |
Thanks for the reply. My apologies for posting to the wrong repo! Not quite sure how I managed that one. Custom-building NUT, unfortunately, isn't something I think I could manage :( |
I will be taking a look at this. |
I made similar changes to #963 and it doesn't seem to have helped:
... but that status should be OL. These were the changes:
|
Are there any tools I can try to see how this UPS's communication differs from the previous ones? |
I set debug=6 per https://github.com/networkupstools/nut/wiki/Changing-NUT-daemon-debug-verbosity and got this (repeated endlessly):
... so it seems like we're not getting anything from the UPS at all? |
I am in the same boat, looking for support for the SMART1000PSGLCD. I did find that there is TrippLite's PowerAlert Local for fedora, but it is closed source... don't know if the traffic over the wire could potentially be sniffed to reverse engineer the communication |
Oh, it could be interesting to get an |
@ThatWileyGuy another option could be to use the recommendation here to capture the USB traffic |
Hi,
I was wondering whether anyone has been able to a Tripp Lite SMART1500PSGLCD working with NUT. Adding
productid=3028
to the Extra Arguments to driver section on the pfsense NUT configuration page results in a bare minimum of information returned (mfr., model, serial, driver, etc) and reports ups.status as OB (On Battery) when it's plugged in. Tripp Lite support was unable to help. Initially, they said it should work but then stated that it's unsupported (with no known plans to add support).The text was updated successfully, but these errors were encountered: