Matthew Lenz
2013-Aug-07 14:43 UTC
[Nut-upsdev] [HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
Tripp Lite SMART1300LCDT # upsc ups battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 30 battery.runtime: 2951 battery.type: PbAC battery.voltage: 0.0 battery.voltage.nominal: 24.0 device.mfr: Tripp Lite device.model: TRIPP LITE UPS device.serial: 2250AVLSM872100251 device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.productid: 3016 driver.version: 2.6.4 driver.version.data: TrippLite HID 0.8 driver.version.internal: 0.37 input.frequency: 5990.0 input.transfer.high: 150.0 input.transfer.low: 92.0 input.voltage: 0.0 input.voltage.nominal: 120 output.current: 100.00 output.frequency: 5990.0 output.frequency.nominal: 60 output.voltage: 0.0 output.voltage.nominal: 120 ups.beeper.status: enabled ups.delay.shutdown: 20 ups.delay.start: 30 ups.load: 14 ups.mfr: Tripp Lite ups.model: TRIPP LITE UPS ups.power: 108.0 ups.power.nominal: 1300 ups.productid: 3016 ups.serial: 2250AVLSM872100251 ups.status: OL ups.timer.reboot: 65535 ups.timer.shutdown: 65535 ups.timer.start: 65535 ups.vendorid: 09ae ups.watchdog.status: 0 # upsrw ups [battery.charge.low] Remaining battery level when UPS switches to LB (percent) Type: STRING Value: 10 [input.transfer.high] High voltage transfer point (V) Type: STRING Value: 150.0 [input.transfer.low] Low voltage transfer point (V) Type: STRING Value: 92.0 [ups.delay.shutdown] Interval to wait after shutdown with delay command (seconds) Type: STRING Value: 20 [ups.delay.start] Interval to wait before (re)starting the load (seconds) Type: STRING Value: 30 # upscmd -l ups Instant commands supported on UPS [ups]: beeper.disable - Disable the UPS beeper beeper.enable - Enable the UPS beeper beeper.mute - Temporarily mute the UPS beeper beeper.off - Obsolete (use beeper.disable or beeper.mute) beeper.on - Obsolete (use beeper.enable) load.off - Turn off the load immediately load.off.delay - Turn off the load with a delay (seconds) load.on - Turn on the load immediately load.on.delay - Turn on the load with a delay (seconds) reset.watchdog - Reset watchdog timer shutdown.reboot - Shut down the load briefly while rebooting the UPS shutdown.return - Turn off the load and return when power is back shutdown.stayoff - Turn off the load and remain off shutdown.stop - Stop a shutdown in progress Shutdown sequence testing results: PASSED Device link: http://www.tripplite.com/en/products/model.cfm?txtModelID=5326 Additional Notes: OS Debian 7.1 # lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 002: ID 09ae:3016 Tripp Lite Had to add the following entry to /lib/udev/rules.d/52-nut-usbups.rules: ATTR{idVendor}=="09ae", ATTR{idProduct}=="3016", MODE="664", GROUP="nut" Had to force 'productid' in /etc/nut/ups.conf: [ups] driver = usbhid-ups port = auto productid= 3016
Charles Lepple
2013-Aug-07 23:47 UTC
[Nut-upsdev] [HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote:> Tripp Lite SMART1300LCDT > > # upsc ups[...]> battery.voltage: 0.0 > battery.voltage.nominal: 24.0[...]> input.frequency: 5990.0 > input.transfer.high: 150.0 > input.transfer.low: 92.0 > input.voltage: 0.0 > input.voltage.nominal: 120 > output.current: 100.00 > output.frequency: 5990.0 > output.frequency.nominal: 60 > output.voltage: 0.0A bunch of these variables don't look right. Aside from the 0.0 and frequency values, do the rest look normal to you? (That is, 2x12V or 4x6V battery packs, and 120 VAC nominal) Could you please stop the NUT services (or just the driver, whatever is easiest) and run "sudo /lib/nut/usbhid-ups -a ups -DDD" ?> Had to add the following entry to /lib/udev/rules.d/52-nut-usbups.rules: > ATTR{idVendor}=="09ae", ATTR{idProduct}=="3016", MODE="664", GROUP="nut"This idProduct has been added to later versions of NUT. -- Charles Lepple clepple at gmail
Matthew Lenz
2013-Aug-08 13:14 UTC
[Nut-upsdev] [HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Wed, Aug 7, 2013 at 6:47 PM, Charles Lepple wrote:> On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote: > >> Tripp Lite SMART1300LCDT >> >> # upsc ups > [...] >> battery.voltage: 0.0 >> battery.voltage.nominal: 24.0 > [...] >> input.frequency: 5990.0 >> input.transfer.high: 150.0 >> input.transfer.low: 92.0 >> input.voltage: 0.0 >> input.voltage.nominal: 120 >> output.current: 100.00 >> output.frequency: 5990.0 >> output.frequency.nominal: 60 >> output.voltage: 0.0 > > A bunch of these variables don't look right. Aside from the 0.0 and frequency values, do the rest look normal to you? (That is, 2x12V or 4x6V battery packs, and 120 VAC nominal)There is some strangeness, yes. It really does seem to work though. I can try a bit more testin.> Could you please stop the NUT services (or just the driver, whatever is easiest) and run "sudo /lib/nut/usbhid-ups -a ups -DDD" ?How much output would you like from this? Want me to just stick it on a pastebin somewhere?>> Had to add the following entry to /lib/udev/rules.d/52-nut-usbups.rules: >> ATTR{idVendor}=="09ae", ATTR{idProduct}=="3016", MODE="664", GROUP="nut" > > > This idProduct has been added to later versions of NUT.
Maybe Matching Threads
- [HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
- [HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
- Need help with Tripp Lite SMART1300LCDT NUT v2.7.3
- Need help with Tripp Lite SMART1300LCDT NUT v2.7.3
- Need help with Tripp Lite SMART1300LCDT NUT v2.7.3