Displaying 20 results from an estimated 200 matches similar to: "liebert GTX2 ESP-II serial support"
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 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
2009/1/22 Spiros Ioannou <sivann at gmail.com>
> Cher Arnaud,
>
Hi Spiros,
> I send you a demo that reads info from an Emerson Liebert
> GXT2-10000T230 through the RS-232 port. This uses the "ESP-II (ESP 2)
> Protocol".
> Current supported data includes: measurements (voltage, temperature,
> etc) , ID strings (serial number, etc), status flags (inverter on,
2010 Apr 30
1
please this driver if you have liebert/emerson ESP-II capable ups
As I'm trying to find the correct values for other UPS models and I
only see correct values, please use the attached driver while
compiling nut and please give me an output from upsc.
I would like you to give me the output from upsc along with the
correct values you get from Multilink or the LCD.
The only thing that must be wrong are the multipliers.
Thanks for your effort,
-Spiros
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 previous mail)
> So please help me,where should I start it ?
>
> |Thank
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
2017 Mar 13
2
modbus driver for phoenix contact industrial UPS
Hello,
this is to let you know I will start working on a modbus driver for the
PhoenixContact QUINT-UPS industrial DC UPS, model 2320461.
https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=2320461&library=usen&pcck=P-22-07-01-01&tab=1
I will reuse some parts of the nutdrv-modbus branch, but this will be a
model specific driver, not a generic one. Unfortunately
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
2017 Jun 01
2
Release schedule
Hi Devs,
do you have an estimate for a new release date? We want to deploy linux
boxes which will include support for the newly contributed
phoenixcontact_modbus driver. As we would like to create a package for both
CentOS and an embedded Linux device we have, we would prefer if the package
was based on a official release.
If 2.7.5 is not coming soon (say 1 week) do you have a suggestion of a
2003 Jan 05
1
U32 filter for IPSEC (ESP)
Hi all,
After reading a lot and searching on the INternet, I want to filter ASP
and/or AH traffic
According to /etc/protocols ESP and AH are IP protos 50 and 51
so this u32 filter should work ? (I can use fw filter because the
firewall/VPN can''t mark pakets :-(
tc filter add dev ethX parent X:0 protocol ip prio X u32 match ip protocol
50 0xff flowid X:XX ?
Can someone confirm this ?
2006 May 20
0
Liebert ESP II protocol
About 8 months ago there was some noise on the mailing list about ESP II
protocol for UPStation GXT and similar Liebert models -- someone had at
least decoded part of the protocol. Has any work at all been done to
facilitate using these units with NUT?
I came upon, for free, a GXT 1500 and external battery pack. This unit
is colossal: on-line protection and a great runtime to boot. But enough
2005 Oct 17
1
Liebert ESP-II protocol
I see there has been some Liebert work here recently. I have a Liebert
UPS that has no USB, just RS-232. I reverse engineered the ESP-II
protocol, at least as far as normal MultiLink monitoring goes, which was
pretty simple. The protocol provides a table of parameter types and
index ranges. So, I can read and (if I dare) write the parameter tables.
We might be able to share info between
2006 May 27
1
Allow ESP Traffic
Hi shorewall users,
could you please help me with this fw message?
May 27 11:19:17 pfw Shorewall:net2all:DROP:IN=eth0 OUT=eth2
SRC=80.178.213.211 DST=81.200.153.71 LEN=152 TOS=0x00 PREC=0x00 TTL=54
ID=256 DF PROTO=ESP SPI=0xdb45daed
Where DST=81.200.153.71 is my VPN gateway and SRC=80.178.213.211 is my
mobile with public ppp ip.
The VPN tunnel is established with udp 500 allowed but if I try
2011 Nov 24
0
[LLVMdev] x86 backend assembly - mov esp->reg
On Thu, Nov 24, 2011 at 11:39:32AM -0700, Nowicki, Tyler wrote:
> When compiled for atom with clang in 32-bit mode the 8-bit variables
> in test use 32-bit registers:
That's fine since it can avoid partial stales and the value of the
padding is undefined.
> However, the 8-bit variables in PartialRegisterOperationsTestChar use
> 8-bit registers:
Same argument. It wants to use the
2013 Jan 30
3
[LLVMdev] x86 code emitter ebp and esp conflicts
Hi,
I recently ran into a case, where x86 fails to run correctly.
Checking into the emitted code, it seems that the local memory anchored at
ebp has conflict with stack memory anchored at esp prepared for function
calls.
For example, let us say:
foo()
{
...
call bar();
}
There is some local data for foo() at ebp-170h. while preparing the call
to bar, some data is written to esp+17h. The
2013 Jan 30
0
[LLVMdev] x86 code emitter ebp and esp conflicts
> Has anyone seen this problem before? and is there any fix or work around
> for that?
Please provide a testcase and fill LLVM problem report into bugzilla.
Thanks!
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2013 Jan 30
1
[LLVMdev] x86 code emitter ebp and esp conflicts
Bug is reported with test cases. see
http://llvm.org/bugs/show_bug.cgi?id=15124 .
Thanks,
-Peng
On Wed, Jan 30, 2013 at 12:14 PM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:
> > Has anyone seen this problem before? and is there any fix or work around
> > for that?
> Please provide a testcase and fill LLVM problem report into bugzilla.
>
> Thanks!
>
2016 Jun 12
0
Re: [PATCH v2 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
Thanks, I pushed both patches. Note you will get conflicts when you
pull, since I have folded in some fixes, largely cosmetic, but there
were two more important ones:
(1) v2v_unit_tests: BIOS -> I_BIOS. Please run the tests!
(2) The code below
> + let esp_temp_path = g#mkdtemp "/Windows/Temp/ESP_XXXXXX" in
> +
> + match inspect.i_firmware with
> + | I_BIOS
2020 Nov 11
0
centos8 / anaconda EFI regression / HFS+ ESP
On 10/11/2020 17:18, Leon Fauster via CentOS wrote:
> Hi folks,
>
> years ago I had no problem installing CentOS7 on my
> iMac workstation (iMac Late 2015). The installation
> worked out of the box. Today I wanted to upgrade to
> CentOS8 and while configuring the partitions I get an
> error that the installation can not start because:
> "HFS+ ESP needed and mounted on
2003 Mar 10
0
Red Hat 8 SAMBA docs esp. those for SAMBA since this a SAMBA list
Hi David,
Thanks for asking. I too am an MCSE, but I don't think i have the patience,
experience, or understanding to actually teach the stuff although I am
fascinated by everything that is Linux.
Hey Linux Community, does that feeling for Linux ever fade? Anyway, on with
the story...
Unforunately, I am slowly accumulating information about RHat 8.0 linux's
SAMBA much too slowly.
I
2006 Nov 02
0
Problems attaching new XP box to samba domain esp. with Roaming Profiles
OK....
I don't know if these two are connected but they feel like they may be....
I've just installed a new machine XP (SP2 -prob b) machine on an OEM
disk. It seems to be unable to join my Samba controlled domain
properly.
The Samba version is 3.0.7 - yes I know it's old but I don't want to
upgrade unless I have to since there appear to be a number of
dependencies to upgrade as