Jeff Knerr
2006-Sep-18 14:35 UTC
[Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status
Hello. I'm new to nut and don't know if I've missed something in setting it up or if my ups isn't quite supported. I'm using these: - svn version of nut (downloaded on 9/13/06) - a tripp lite SMART2200RMXL2U - debian sarge with 2.6.8 kernel - the tripplite_usb driver (newhidups says my ups is not supported) I figured out how to get the device perms correct. A sample run is included below. Any ideas why the ups.status line is empty? jeff $ sudo /usr/local/bin/upsdrvctl -DDDDD start Password: Network UPS Tools - UPS driver controller 2.1.0 Starting UPS: tripplite exec: /usr/local/stow/nut-2.1-dev/bin/tripplite_usb -a tripplite Network UPS Tools - Tripp Lite OMNIVS and SMARTPRO driver 0.6 (2.1.0) Warning: This is an experimental driver. Some features may not function correctly. Detected a UPS: TRIPP LITE/TRIPP LITE SMART2200RMXL2U Using SMARTPRO protocol (3003) Unknown battery voltage: 0x3038 Attached to Tripp Lite SMART2200RMXL2U Unknown value for s[2]: 0x34 $ $ sudo upsd Network UPS Tools upsd 2.1.0 /usr/local/stow/nut-2.1-dev/etc/upsd.conf is world readable Connected to UPS [tripplite]: tripplite /usr/local/stow/nut-2.1-dev/etc/upsd.users is world readable Synchronizing...done $ $ upsc tripplite@localhost battery.voltage: 13.50 battery.voltage.nominal: 12 driver.name: tripplite_usb driver.parameter.port: /dev/ups driver.parameter.productid: 0001 driver.version: 2.1.0 driver.version.internal: 0.6 input.voltage: 106 input.voltage.nominal: 120 ups.debug.D: 36 38 38 37 0d 00 00 '6887...' ups.debug.M: 30 30 37 37 0d 00 00 '0077...' ups.debug.S: 31 34 30 00 5a 30 0d '140.Z0.' ups.debug.T: 38 37 32 35 37 31 0d '872571.' ups.delay.shutdown: 64 ups.firmware: F1115.B ups.load: 3 ups.mfr: Tripp Lite ups.model: SMART2200RMXL2U ups.power.nominal: 2200 ups.status: $
Charles Lepple
2006-Sep-18 15:48 UTC
[Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status
On 9/18/06, Jeff Knerr <knerr@cs.swarthmore.edu> wrote:> Unknown battery voltage: 0x3038This is interesting...> Attached to Tripp Lite SMART2200RMXL2U > Unknown value for s[2]: 0x34That's the culprit. I have not had much testing time with the RM2U-style UPSes, so I was not able to map all of the status values to NUT ups.status lines. Would you have time to do some off-line testing with this UPS, or is it powering something mission-critical right now? -- - Charles Lepple
Charles Lepple
2006-Sep-19 02:42 UTC
[Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status
On 9/18/06, Jeff Knerr <knerr@cs.swarthmore.edu> wrote:> Unknown battery voltage: 0x3038Do you know the battery configuration for this unit? I think it translates to a nominal battery voltage of 48V (expressed in 6V steps). -- - Charles Lepple
Charles Lepple
2006-Sep-19 03:56 UTC
[Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status
I added some more code to SVN trunk (rev 527). Let me know how it goes. You might not want to limit it to just ups.debug, as I tried to apply some old protocol notes to decoding the values that come back. -- - Charles Lepple