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 driver,and I will write if I make a something
new.

I'm waiting for your reactions.

-- 
Best Regards,

Robert

Attachment: liebertgxt2_patch
Description: Binary data

_______________________________________________
Nut-upsdev mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev

Reply via email to