Displaying 5 results from an estimated 5 matches for "3000lt".
2013 Aug 11
1
N-Power MEV-3000LT compatibility report and problem
Hello,
the code below the failing part mentions this flavor of protocol, drivers/blazer_ser.c:463
/*
* If a command is invalid, it will be echoed back.
* As an exception, Best UPS units will report "ACK" in case of success!
*/
I prepared a patch, it adds a similar check and also checks (in both occurencies) for
blazer_command()<0, the latter
2013 Aug 11
0
N-Power MEV-3000LT compatibility report and problem
Hello,
> What do you get from the "I" command?
A string of 8 spaces.
>> So I believe the compatibility list deserves two new lines.
>
>Probably best to delay adding this to the HCL until we can get the driver to shut down the UPS properly.
I debugged the problem. From the source, drivers/blazer.c:418
/*
* If a command is invalid, it
2013 Aug 11
0
N-Power MEV-3000LT compatibility report and problem
Hello,
sorry for messing up the things. I mean many copies of the same text
in my previous message and mixing up the command names, it turned
out that I forgot the protocol details after so many years.
I found my records, connected a serial terminal to the UPS and found
that the device itself works as expected so my problem cannot be
explained with device incompatibility.
Below is excerpt from
2013 Aug 11
2
N-Power MEV-3000LT compatibility report and problem
Hello list,
first of all, I'd like to report that my UPS
N-Power MEV-3000LT
(http://www.380v.ru/catalogue/micro-ups/mega-vision , in Russian),
which is not in the hardware compatibility list, is mostly supported
by the blazer_ser driver. I have very strong grounds to believe that
this (and other) N-Power UPS'es are rebranded for Russian and
Italian markets from their...
2013 Aug 11
2
N-Power MEV-3000LT compatibility report and problem
On Aug 11, 2013, at 2:12 PM, ????????? ???????? wrote:
> I see no problem with how the device communicates the Blazer/Megatec protocol.
> I must have found a bug in the driver.
It is possible that the shutdown was tested with a different implementation of the protocol. What do you get from the "I" command?
On Aug 11, 2013, at 11:25 AM, ????????? ???????? wrote:
> So I