Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status (third test)

2006-09-28 Thread Charles Lepple
On 9/28/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: >> I think I have the OL/OB part fixed, based on the info you sent. It's >> rev 538 in the trunk. Let me know how it goes. Thanks, Charles. I did a test using rev 538 and everything looks good. The debugging output is here: http://www.cs.swar

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status (third test)

2006-09-28 Thread Jeff Knerr
>> I think I have the OL/OB part fixed, based on the info you sent. It's >> rev 538 in the trunk. Let me know how it goes. Thanks, Charles. I did a test using rev 538 and everything looks good. The debugging output is here: http://www.cs.swarthmore.edu/~knerr/ups538.html I also did a battery

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status (second test)

2006-09-26 Thread Charles Lepple
On 9/22/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: On Mon, Sep 18, 2006 at 11:56:09PM -0400, Charles Lepple wrote: >> 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 de

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status (second test)

2006-09-22 Thread Charles Lepple
On 9/22/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: On Mon, Sep 18, 2006 at 11:56:09PM -0400, Charles Lepple wrote: >> 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 de

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-22 Thread Charles Lepple
On 9/22/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: On Mon, Sep 18, 2006 at 10:41:58PM -0400, Charles Lepple wrote: >> On 9/18/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: >> >Unknown battery voltage: 0x3038 >> >> Do you know the battery configuration for this unit? I think it >> translates to a

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-22 Thread Jeff Knerr
On Mon, Sep 18, 2006 at 10:41:58PM -0400, Charles Lepple wrote: >> On 9/18/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: >> >Unknown battery voltage: 0x3038 >> >> Do you know the battery configuration for this unit? I think it >> translates to a nominal battery voltage of 48V (expressed in 6V >>

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status (second test)

2006-09-22 Thread Jeff Knerr
On Mon, Sep 18, 2006 at 11:56:09PM -0400, Charles Lepple wrote: >> 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. Thanks, Charles.

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-18 Thread Charles Lepple
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 ___ Nut-upsuser mailing lis

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-18 Thread Charles Lepple
On 9/18/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: Unknown battery voltage: 0x3038 Do 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 ___ Nut-ups

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status -- first test

2006-09-18 Thread Charles Lepple
On 9/18/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: PS. What do the numbers mean? (ups.debug.D,M,S,T) That's what we're going to find out :-) The Tripp-Lite protocols (including 3003) a query-response system based on single-letter commands, and D, M, S and T are the only ones that looked like th

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status -- first test

2006-09-18 Thread Jeff Knerr
>> Try the following test: >> >> ( while true; do >> date >> upsc [EMAIL PROTECTED] |grep debug >> sleep 30 >> done ) | tee logfile >> >> and then unplug the UPS line power. >> >> Note the times when the inputs or UPS front panel change state (power >> pulled; low battery; load

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-18 Thread Charles Lepple
On 9/18/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: On Mon, Sep 18, 2006 at 11:48:32AM -0400, Charles Lepple wrote: >> >Attached to Tripp Lite SMART2200RMXL2U >> >Unknown value for s[2]: 0x34 >> >> That's the culprit. >> >> I have not had much testing time with the RM2U-style UPSes, so I was

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-18 Thread Jeff Knerr
On Mon, Sep 18, 2006 at 11:48:32AM -0400, Charles Lepple wrote: >> >Attached to Tripp Lite SMART2200RMXL2U >> >Unknown value for s[2]: 0x34 >> >> That'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 NU

Re: [Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-18 Thread Charles Lepple
On 9/18/06, Jeff Knerr <[EMAIL PROTECTED]> wrote: Unknown battery voltage: 0x3038 This is interesting... Attached to Tripp Lite SMART2200RMXL2U Unknown value for s[2]: 0x34 That'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 s

[Nut-upsuser] tripp lite SMART2200RMXL2U -- empty ups.status

2006-09-18 Thread Jeff Knerr
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