Displaying 4 results from an estimated 4 matches for "l1360".
Did you mean:
1360
2014 Sep 26
0
TRIPPLITE OMNIVSINT80 Compatibility
...e right, we have a "magic constant" in the "input.voltage" and "output.voltage" calculations for your protocol.
https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1240
https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1360
[...]
> given ups.debugV[1] has the value 0.
Ugh, that code is a mess. I should find the guy who wrote that driver and... never mind.
For some reason that made sense at the time, the "ups.debug.*" variables in tripplite_usb actually start printing from value+1 (I suppose because v_v...
2014 Sep 25
2
TRIPPLITE OMNIVSINT80 Compatibility
Using this UPS in the UK on 240V mains.
Connected via USB:
Bus 001 Device 002: ID 09ae:0001 Tripp Lite
Requires tripplite_usb driver as it is (Product ID: 0001). There is an
entry in the compatibity list for OMNIVS800 USB (protocol 2012) using
usbhid-ups which is little misleading (although I guess maybe correct
for some instances of the UPS).
OMNIVS1000 USB (older; product ID: 0001) is
2014 Sep 26
4
TRIPPLITE OMNIVSINT80 Compatibility
...quot;magic constant" in the "input.voltage" and "output.voltage" calculations for your protocol.
>
> https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1240
>
> https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1360
>
Yes I found that conversation.
>
> For some reason that made sense at the time, the "ups.debug.*" variables in tripplite_usb actually start printing from value+1 (I suppose because v_value[0] is always 'V'). So the input.voltage.nominal value gets set properly because...
2014 Sep 26
0
TRIPPLITE OMNIVSINT80 Compatibility
...ant" in the "input.voltage" and "output.voltage" calculations for your protocol.
>>
>> https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1240
>>
>> https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1360
>>
> Yes I found that conversation.
>
Well, I ended up linking to the latest version of those files, so this shows the change better:
https://github.com/networkupstools/nut/commit/f61edb5161de97944074867832edc014323340b1
Still a magic constant, but now it has the nominal voltage fac...