search for: output2014160926

Displaying 5 results from an estimated 5 matches for "output2014160926".

2014 Feb 15
3
Eaton Powerware 5110 - some stats not reported
...ure the -DDDD output to a file (until it starts looping), gzip it, and post it to the list. I'm still getting up to speed on the BCM/XCP protocol, but the meter map dump should have a few values we can look up in the protocol spec. Thanks! I've attached the file to this email (bcmxcp_usb.output2014160926.gz), it ran for 12 seconds, and looks like it's looping by that time. I'm not sure what to look for, does grepping for 'Yes' show the variables that the driver can pull off this UPS? > Please excuse the mess; we're in the process of converting the protocol library over to...
2014 Feb 16
0
Eaton Powerware 5110 - some stats not reported
On Feb 15, 2014, at 6:46 PM, Greg Vickers wrote: > Thanks! I've attached the file to this email (bcmxcp_usb.output2014160926.gz), it ran for 12 seconds, and looks like it's looping by that time. I'm not sure what to look for, does grepping for 'Yes' show the variables that the driver can pull off this UPS? The boolean variables seem to be indicated by "Yes". I think the "meter map" i...
2014 Feb 15
0
Eaton Powerware 5110 - some stats not reported
> On February 14, 2014 11:22:22 PM CST, Greg Vickers <daehenoc at iinet.net.au> wrote: >> I ran the new driver (see below) and with -DDDD it throws out tons of >> never ending information, what am I looking for? :) > On Feb 15, 2014, at 2:57 AM, Tim Dawson wrote: > The driver will poll the UPS for what variables it supports when it starts, and then go into a polling
2014 Feb 15
2
Eaton Powerware 5110 - some stats not reported
The driver will poll the UPS for what variables it supports when it starts, and then go into a polling loop. Look for a section defining the meter map, and you should see the result, as well as the raw data. You can get the comm spec for XCP from the nut site if you want to delve deeper. I'd give more specifics, but am out of town and only working from memory at the moment . . . - Tim On
2014 Feb 16
1
Eaton Powerware 5110 - some stats not reported
...at the code is pretty easy to follow, and with very good debug output. - Tim On February 15, 2014 6:03:53 PM CST, Charles Lepple <clepple at gmail.com> wrote: >On Feb 15, 2014, at 6:46 PM, Greg Vickers wrote: > >> Thanks! I've attached the file to this email >(bcmxcp_usb.output2014160926.gz), it ran for 12 seconds, and looks like >it's looping by that time. I'm not sure what to look for, does >grepping for 'Yes' show the variables that the driver can pull off this >UPS? > >The boolean variables seem to be indicated by "Yes". I think the &qu...