Displaying 6 results from an estimated 6 matches for "battery_scale_1dot0".
2009 Mar 01
1
[nut-commits] svn commit r1800 - in trunk: . data drivers
...==============================================================
> --- trunk/drivers/tripplite-hid.c (original)
> +++ trunk/drivers/tripplite-hid.c Sun Mar 1 19:56:31 2009
> @@ -84,6 +84,8 @@
>
> /* HP R/T 2200 INTL (like SMART2200RMXL2U) */
> { USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
> + /* HP T750 INTL */
> + { USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
This is a no-op. You probably meant
+ /* HP T750 INTL */
+ { USB_DEVICE(HP_VENDORID, 0x1f06), battery_scale_1dot0 },
I can't commit this right now, since my development machine broke down
a couple...
2010 Mar 09
1
Tripp-Lite SU2200XLA problem
Hi,
I kludged support for the TrippLite SU2200XLA into nut-2.4.3 as follows:
--- ./drivers/tripplite-hid.c.0 2010-03-03 15:53:20.000000000 -0500
+++ ./drivers/tripplite-hid.c 2010-03-03 15:53:40.000000000 -0500
@@ -81,6 +81,8 @@
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x4002), battery_scale_1dot0 },
/* e.g. TrippLite SmartOnline SU1500RTXL2ua */
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x4003), battery_scale_1dot0 },
+ /* e.g. TrippLite SmartOnline SU2200XLA */
+ { USB_DEVICE(TRIPPLITE_VENDORID, 0x4004), battery_scale_1dot0 },
/* HP R/T 2200 INTL (like SMART220...
2010 Sep 06
2
HP T1500 INTL
I have a HP T1500 INTL that isn't picked up under 2.4.3. I added the USB
device ID to tripplite-hid.c like:
/* HP T1500 INTL */
{ USB_DEVICE(HP_VENDORID, 0x1f09), battery_scale_1dot0 },
and it seems to work just fine:
# upsc UPS1 at localhost
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 30
battery.temperature: 23.9
battery.type:
battery.voltage: 40.9
battery.voltage.nominal: 36.0
device.mfr: Hewlett Packard
device.model: T1500 INTL
device.serial: <red...
2010 Sep 11
1
TrippLite SMART1000LCD
...pLite OMNI900LCD */
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x2007), battery_scale_0dot1 },
+ /* e.g. TrippLite Smart1000LCD */
+ { USB_DEVICE(TRIPPLITE_VENDORID, 0x2009), battery_scale_0dot1 },
/* e.g. TrippLite smart2200RMXL2U */
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x3012), battery_scale_1dot0 },
/* e.g. ? */
diff --git a/src/nut/nut-2.4.3/scripts/udev/52-nut-usbups.rules
b/etc/udev/rules.d/52-nut-usbups.rules
index c8f0437..fbb03df 100644
--- a/src/nut/nut-2.4.3/scripts/udev/52-nut-usbups.rules
+++ b/etc/udev/rules.d/52-nut-usbups.rules
@@ -92,6 +92,8 @@ ATTR{idVendor}=="09...
2010 Feb 18
2
HP R1500 G2 UPS
Hi,
I have a HP R1500 G2 UPS and want to get it working under Debian Lenny - as this OS is not supported by HP I'm
trying to use nut for it - but I can't get it working.
Do I have any chance to get the UPS running with nut. I also tried different drivers but had no luck either.
Or does anyone has experience with HP UPS under debian ?
Any help would be nice !
I tried
/lib/nut/usbhid-ups
2009 Feb 25
3
driver for HP/Compaq T750 ?
Hi,
I own a UPS HP T750.
Is there a driver for this UPS (either serial or USB)?
thx kp