Displaying 6 results from an estimated 6 matches for "omni900lcd".
Did you mean:
omni1000lcd
2014 Jun 11
1
Setting the transfer threshold voltage on a TrippLite OMNI900LCD
At the company I work for, we are using many TrippLite OMNI900LCD UPSs and
are having difficulty setting the lower transfer threshold voltage. On our
other model, the Eaton MGE-3S550, this can be set using upsrw to set the
input.transfer.lowsetting, but on the Omni900, this option is not
available. In our testing, it defaults to ~95v but we want to set it to 84v....
2007 Aug 31
2
Multiple Tripplite OMNI900LCD
We have multiple TrippLite Omni900LCD UPS. There are a couple pieces of
equipment connected to each UPS. I would like to connect the UPSs to one
computer through USB which would shutdown the appropriate equipment based on
events monitored by upsmon using upssched. I've configured NUT using
usbhid-ups driver and compiled/inst...
2006 Sep 08
3
Tripp Lite OMNI900LCD
I have a Tripp Lite OMNI900LCD. It has a usb connector and claims to
be USB/HID. I haven't been able to get it to work with newusbhid or
tripplite_usb.
Here's lsusb -v output:
Bus 001 Device 013: ID 09ae:2005 Tripp Lite
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1....
2007 Sep 05
2
compatibility with Tripps SMART/OMNI/OMNISMART ?
I've having trouble understanding the NUT compatibility page.
Is it compatible with the OMNISMART300? Or the OMNI900LCD?
The compatibility page said for instance
SMART550 -- tripplite_usb
SmartUPS -- tripplite
OMNI650LCD -- usbhid_ups
so I'm not sure if an OMNISMART300 is like a Smart, or a SMART, or an OMNI,
or even if it's supported at all.
Thanks in advance for any help!
--
Lucian
2010 Sep 11
1
TrippLite SMART1000LCD
.../new/drivers/tripplite-hid.c
index c36da98..dddd13c 100644
--- a/trunk/drivers/tripplite-hid.c
+++ b/new/drivers/tripplite-hid.c
@@ -71,6 +71,8 @@ static usb_device_id_t tripplite_usb_device_table[] = {
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x2005), battery_scale_0dot1 },
/* e.g. TrippLite 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_1d...
2006 Nov 15
1
Tripp Lite OMNI900LCD
I am having an issue running NUT and using an TrippLite OMNI900LCD.
When I run ./upsdrvctl start I get :
[player@V0002-S002 bin]$./upsdrvctl start
Network UPS Tools - UPS driver controller 2.1.0
Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.1.0)
Detected a UPS: Tripp Lite /TRIPP LITE UPS
Using subdriver: TrippLite HID 0.1 (experimental)...