search for: battery_charg

Displaying 14 results from an estimated 14 matches for "battery_charg".

Did you mean: battery_charge
2014 May 16
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...(at > least to the running time that is), but I don't know what to do with > them (and I can no longer find that piece of information...). Here's where the battery.charge variable is calculated: https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1099 battery_charge = (unsigned)(s_value[5]); (In that file, the 3003 protocol is denoted by "tl_model == TRIPP_LITE_SMARTPRO".) Due to the command prefix characters in the protocol, the ups.debug.S hex values are actually indexed from 1 as follows: 1 2 3 4 5 6 7 ups.debug.S: 31 30 3...
2014 May 19
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...s), but I don't know what to do with > > them (and I can no longer find that piece of information...). > > Here's where the battery.charge variable is calculated: > > https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1099 > > battery_charge = (unsigned)(s_value[5]); > > (In that file, the 3003 protocol is denoted by "tl_model == TRIPP_LITE_SMARTPRO".) > > Due to the command prefix characters in the protocol, the > ups.debug.S hex values are actually indexed from 1 as follows: > >...
2014 May 16
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
Hello, I own an older Tripp Lite SMART3000RM2U (protocol 3003). It does not work with usbhid-ups but it mostly works with the tripplite_usb driver (nut 2.7.1, the latest in the Gentoo tree), in the sense that the status (on line, on battery, etc.) is detected correctly, the machine is shut down on critical battery, and I can even get some information from the UPS. This is how it all looks:
2010 Apr 02
7
Liebert GXT2 NUT driver
Hi guys, I found the troblue and fix it! I attached the patch. The trouble was in the command reply buffer use. You compute the value that value = reply[6]*256+reply[5] <- it's wrong The right solution: value = reply[5] * 256 + reply[6]; And other bug, battery.runtime compute, you divide this value 60 <- it's wrong right value: divide 1.0 I continue the work on this
2014 May 20
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...ipplite_usb.c.original 2014-05-19 16:20:58.251634449 -0400 > +++ tripplite_usb.c 2014-05-19 16:53:54.806609602 -0400 > @@ -1098,8 +1098,8 @@ > > - /* This may not be right... */ > - if(tl_model == TRIPP_LITE_SMARTPRO) { > - battery_charge = (unsigned)(s_value[5]); > - dstate_setinfo("battery.charge", "%u", battery_charge); > - } > } > > @@ -1167,9 +1167,22 @@ > hex2d(d_value+1, 2) * input_voltage_scaled / 120); > &g...
2009 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
...896V04 > SN: 08009R0056BW932 > MANUF_DATE: 04JAN08 > PFC_ON: YES > DC_DC_CONVERTER_STATE: NO > ON_INVERTER: YES > UTILITY_STATE: NO > INRUSH_LIMIT_ON: NO > OVERTEMP_WARNING: NO > BATTERY_TEST_STATE: NO > INPUT_OVERVOLTAGE: NO > ON_BATTERY: NO > ON_BYPASS: NO > BATTERY_CHARGED: YES > BATTERY_LIFE_ENHANCER_ON: NO > REPLACE_BATTERY: NO > BOOST_ON: NO > DIAG_LINK_SET: NO > BUCK_ON: NO > UPS_OVERLOAD: NO > BAD_INPUT_FREQ: NO > SHUTDOWN_PENDING: NO > CHARGER_FAIL: NO > LOW_BATTERY: NO > OUTPUT_UNDERVOLTAGE: NO > OUTPUT_OVERVOLTAGE: NO &gt...
2014 May 22
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...16:20:58.251634449 -0400 > > +++ tripplite_usb.c 2014-05-19 16:53:54.806609602 -0400 > > @@ -1098,8 +1098,8 @@ > > > > - /* This may not be right... */ > > - if(tl_model == TRIPP_LITE_SMARTPRO) { > > - battery_charge = (unsigned)(s_value[5]); > > - dstate_setinfo("battery.charge", "%u", battery_charge); > > - } > > } > > > > @@ -1167,9 +1167,22 @@ > > hex2d(d_value+1, 2) * i...
2009 Oct 18
3
liebert GTX2 ESP-II serial support
2009/10/15 Farkas Levente <lfarkas at lfarkas.org> > hi, > i read your thread at: > > http://lists.alioth.debian.org/pipermail/nut-upsdev/2009-January/003772.html > > http://lists.alioth.debian.org/pipermail/nut-upsdev/2009-January/003775.html > we've got exactly the same problem that we need a nut driver for liebert > ups. is there any progress in this field?
2012 Jan 12
1
Debian Squeeze / Powerware 9135 450KVA UPS
Hi All, I'm a system administrator of a large data center, and I've recently replaced the machine that acted as the nut master for our cluster/cloud. The machine that was interfacing with our Powerware 9135 450KVA 3 phase UPS, not to confused with Eaton's Powerware 9135, and was a Fedora Core 4 box running nut version 2.0.3-4 connected by a serial cable. We are using these versions
2010 Jun 22
1
Powerware 9120 / bcmxcp losing communication
...BYPASS_MANUAL_TURN_OFF No 11.986188 -001 INVERTER_BLEEDING_DC_LINK_VOLT No 11.986191 -001 CPU_ISR_ERROR No 11.986195 -001 SYSTEM_ISR_RESTART No 11.986198 -001 PARALLEL_DC No 11.986201 -001 BATTERY_NEEDS_SERVICE No 11.986204 -001 BATTERY_CHARGING No 11.986208 0015 BATTERY_NOT_CHARGED Yes 11.986211 -001 DISABLED_BATTERY_TIME No 11.986214 -001 SERIES_7000_ENABLE No 11.986217 -001 OTHER_UPS_ON No 11.986220 -001 PARALLEL_INVERTER No 11.986224 -001 UPS_IN_PARALLE...
2011 May 17
3
Powercom issues in NUT (was: PowerCom BNT2000AT ups on nut 2.6.0 - second try)
Dino, Alexey, there are a number of users suffering issues with your Powercom devices. Could you (Dino, and Keven if possible) please have a look at the below one, from Angela, and check for a fix? I've scheduled to release 2.6.1 next week, and having that fixed is part of the list. 2011/5/16 Angela Williams <angierfw at gmail.com> > Hi All > > On Friday 13 May 2011 at
2010 Mar 05
5
Getting 'Data stale' error with bcmxcp_usb for a PowerWare 5115 on OSX
...No 1.105899 -001 BYPASS_MANUAL_TURN_OFF No 1.105914 -001 INVERTER_BLEEDING_DC_LINK_VOLT No 1.105928 -001 CPU_ISR_ERROR No 1.105970 -001 SYSTEM_ISR_RESTART No 1.105984 -001 PARALLEL_DC No 1.106025 -001 BATTERY_NEEDS_SERVICE No 1.106040 -001 BATTERY_CHARGING No 1.106054 -001 BATTERY_NOT_CHARGED No 1.106096 -001 DISABLED_BATTERY_TIME No 1.106110 -001 SERIES_7000_ENABLE No 1.106152 -001 OTHER_UPS_ON No 1.106166 -001 PARALLEL_INVERTER No 1.106180 -001 UPS_IN_PARALLEL No 1.106222 -001 OUTPUT_BR...
2010 Mar 05
5
Getting 'Data stale' error with bcmxcp_usb for a PowerWare 5115 on OSX
...No 1.105899 -001 BYPASS_MANUAL_TURN_OFF No 1.105914 -001 INVERTER_BLEEDING_DC_LINK_VOLT No 1.105928 -001 CPU_ISR_ERROR No 1.105970 -001 SYSTEM_ISR_RESTART No 1.105984 -001 PARALLEL_DC No 1.106025 -001 BATTERY_NEEDS_SERVICE No 1.106040 -001 BATTERY_CHARGING No 1.106054 -001 BATTERY_NOT_CHARGED No 1.106096 -001 DISABLED_BATTERY_TIME No 1.106110 -001 SERIES_7000_ENABLE No 1.106152 -001 OTHER_UPS_ON No 1.106166 -001 PARALLEL_INVERTER No 1.106180 -001 UPS_IN_PARALLEL No 1.106222 -001 OUTPUT_BR...
2011 Aug 29
0
BCMXCP UPS driver 0.24 (2.6.1) Hangs
...BYPASS_MANUAL_TURN_OFF No 7.282977 -001 INVERTER_BLEEDING_DC_LINK_VOLT No 7.283009 -001 CPU_ISR_ERROR No 7.283059 -001 SYSTEM_ISR_RESTART No 7.283116 -001 PARALLEL_DC No 7.283161 -001 BATTERY_NEEDS_SERVICE No 7.283204 -001 BATTERY_CHARGING No 7.283270 -001 BATTERY_NOT_CHARGED No 7.283312 -001 DISABLED_BATTERY_TIME No 7.283363 -001 SERIES_7000_ENABLE No 7.283401 -001 OTHER_UPS_ON No 7.283461 -001 PARALLEL_INVERTER No 7.283518 -001 UPS_IN_PARALLEL...