Displaying 10 results from an estimated 10 matches for "jobbagy".
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
2009 Oct 20
1
Driver for Liebert
2009/10/19 Jobbagy Robert
> |Hi Arnaud!
Hi Robert,
> I'm a hungarian developer and I need make a linux driver for this ups:
> "Liebert" ? ? ? "ups" ? "5" ? ? "UPStation GXT2" ? ? ? ?"contact-closure
> cable" "liebert" (I copied it from your...
2010 Apr 30
0
top-posting and netiquette
On Fri, Apr 30, 2010 at 5:29 AM, Robert Jobbagy
<jobbagy.robert at gmail.com> wrote:
>
> 2010/4/29 Arjen de Korte <nut+devel at de-korte.org>
>>
>> PS And do *not* top post.
>
> What is it ? I don't understand it , sorry.
http://www.arm.linux.org.uk/mailinglists/etiquette.php#e3
Let's say you send an...
2010 May 12
1
Autoreconf --install error
Hi all!
I checked out the rev2366(it's stable NUT 2.4.3) and patched last
liebert-esp2 revision + spiros last code.
After, I used autoreconf --install and
I gave the follow error msg:
configure.in:86: error: possibly undefined macro: AC_C_FLEXIBLE_ARRAY_MEMBER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:87:
2010 May 20
1
Liebert driver with usb to serial converter cable
Hi Guys!
I would like use my ups with ub 77 usb to serial cable, because I don't have
enough serial port.
After the revision 2431 liebert(gtx2 /esp-2) drivers have bugs and I use
rev2431 driver (liebertgtx2).
It doesn't work with this cable.
The Liebert App(Multilink) works with this cable.
Do you have any idea ?
Thanks your help.
--
Best Regards,
Robert
-------------- next part
2010 Jul 06
1
Liebert ESP II driver
Hi Guys!
I'm back and work on this driver again.
First,
I checked out the HEAD rev and tried the liebert driver.
it gave wrong model,firmware,serial, mfr date value. caused by len variable
in line 97 and after
I use my ups with usb -> serial converter.
these patches attached
Did you try the liebert-esp2 driver in ON Battery mode ?
Because If I switch my ups on battery (plugged off the
2010 Apr 02
0
Liebert GXT2 driver
...know this features?
Anyone tested this driver?What is your experience this driver?
I try fix this bugs, but someone fixed these bugs, please send me or nut
maillist a mail.
Thanks your all help.
2010/3/31 Arnaud Quette <aquette.dev at gmail.com>
> Hi guys,
>
> 2010/3/31 Robert Jobbagy <jobbagy.robert at gmail.com>
>
> Hi Arnaud!
>>
>> I work on a Liebert GXT2 ups again.
>> I wrote for you earlier with this topic.
>> So I have some problem.
>> Spiros doesn't have Liebert GXT2 serial ups any more.
>> He can't help for me.
>...
2010 Apr 13
3
liebert esp2 new version + crest factor
Hello,
1) I'm planning on adding lots of measurements to the driver liebert-esp2 +
correct support for 3-phase systems. Should I make a large patch based on
the last svn head or send you the whole file? Multiple patches per change
are probably not practical in this case.
2) in http://www.networkupstools.org/doc/2.2.0/new-names.html there is no
crest factor variable. Crest factor is very
2010 Apr 21
2
liebert-esp2 patch (3-phase support)
Attached. I also attach sample output from upsc OL & OB.
I only tested it with 3-phase in/3-phase out ups.
Thanks,
-Spiros
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20100421/1d18bd30/attachment.htm>
-------------- next part --------------
battery.current: 0.00
battery.runtime: 4860
2010 May 02
0
output of Liebert driver
Hi!
I need to know what means the output of Liebert drivers.
And the values unit,minimum value and maximum.
Where can I find it ?
I don't know all of them.
Please help me.
Thanks
--
Best Regards,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20100502/b53076c6/attachment.htm>