search for: 2kva

Displaying 8 results from an estimated 8 matches for "2kva".

Did you mean: 2kv
2008 Feb 12
1
SMS and Megatec protocol Diffs
...l" first, and then by "max". */ > -static BatteryVolts_t batteries[] = {{ 12.0, 9.0, 16.0, 9.7, 13.7, 0.0 }, /* Mustek PowerMust 600VA Plus (LB unknown) */ > +static BatteryVolts_t batteries[] = {{ 12.0, 9.0, 16.0, 9.6 ,13.3 , 9.7 }, /* SMS Ltda confirmed to Sinus Single 2Kva , Manager III 600 and 1300 Va */ > + { 12.0, 9.0, 16.0, 9.7, 13.7, 0.0 }, /* Mustek PowerMust 600VA Plus (LB unknown) */ With this change, the Mustek line will always be ignored, making the charge calculation wrong for them (and other models). This is ac...
2018 Sep 03
0
Adding drivers to NUT?
...; > Keor PDU is a commercial name for a Rack UPS, in the USB_DEVICE() macro I tried to add a small description, I don't know if it's enough for you, what kind of comment would you like? > > Regarding nutdrv_qx the only VID:PID combo is for one family: "Legrand Daker DK+ 1kVA / 2kVA / 3kVA / 5kVA / 6kVA / 10kVA". This could be the description. > The items were Static, so I changed the file accordingly, i also added the DEFAULT_ONDELAY and DEFAULT_OFFDELAY. Probably i forgot it in a first time! > These are the changes related to questions Nr. 1,2,3,4 of your previous...
2010 Mar 06
2
Adding support for NUMERIC UPS
Hi, I have been blessed with the "Numeric 2000 Plus" UPS, suspected to be of 2KVA rating. This UPS does not figure in the list of UPS recognised by NUT. However I get lucky with megatec driver. Here is the log... ----------------------------------------------------------------------------------------------------- Network UPS Tools - Megatec protocol driver 1.5 (2.0.5) Carlos Ro...
2007 May 03
4
Re: Changes to megatec.c
...0, 18.8, 26.8 }, /* PowerWalker Line-Interactive VI 1000 (LB at 22.3V) */ { 24, 18.0, 30.0, 19.4, 27.4 }, /* Mustek PowerMust 1000VA Plus (LB at 22.2V) */ { 36, 1.5, 3.0, 1.64, 2.31 }, /* Mustek PowerMust 1000VA On-Line (LB at 1.88V) */ { 36, 32.0, 42.0, 33.0, 40.8 }, /* Mecer / Mustek 2kVA ME-2000 - Added FvW 1 May 2007 */ { 96, 1.5, 3.0, 1.63, 2.29 }, /* Ablerex MS3000RT (LB at 1.8V, 25% charge) */ { 0, 0.0, 0.0, 0.0, 0.0 }}; /* END OF DATA */ You will notice that I made the following guesses: - A 36V UPS should have a battery clamping voltage of between 32 and 42V. As...
2018 Jul 26
5
Adding drivers to NUT?
Dear Daniele, nice to meet you, I'm a collegue of Gabriele. The problem with "blazer_usb" driver ("blazer_ser" works correctly) is related to the following commands: - "F" and "I": when the KRAULER subdriver check these UPS answers it uses wrong constants to check the lenght of the received packets, so these commands are considered as "not
2007 May 01
9
Trying to fix "Unsupported combination of battery voltage / nr. of batteries" error
Hi, everyone, I've recently bought a UPS from Mecer. This is a South African brand that basically resells Mustek hardware, and this UPS is no exception; it's a Mustek product. It does come with software for Linux, but that is terrible (the background process that monitors the UPS is written in Java and needs a terminal to start properly, so you can't run it from a startup script...
2007 May 01
9
Trying to fix "Unsupported combination of battery voltage / nr. of batteries" error
Hi, everyone, I've recently bought a UPS from Mecer. This is a South African brand that basically resells Mustek hardware, and this UPS is no exception; it's a Mustek product. It does come with software for Linux, but that is terrible (the background process that monitors the UPS is written in Java and needs a terminal to start properly, so you can't run it from a startup script...
2007 May 29
9
Asking hard questions about the NUT architecture
I've spent the better part of two working days reading the NUT code and documentation and thinking about typical modern use cases for the software. I'm now questioning whether I want to get any further involved with this project, because it seems to me that the codebase is a huge and complicated pile of machinery mainly aimed at solving problems that no longer matter. I could be wrong