search for: nutdrv_qx_q1

Displaying 8 results from an estimated 8 matches for "nutdrv_qx_q1".

2016 Nov 01
2
Questions about Eaton 5E 1, 100W 2, 200VA 6-Outlet UPS
...m/networkupstools/nut/blob/v2.7.4/drivers/nutdrv_qx_blazer-common.c#L286 It is possible that 600 seconds is too long for your model. All of these NUT instant commands get converted to one- or two-character commands to be sent to the UPS: https://github.com/networkupstools/nut/blob/v2.7.4/drivers/nutdrv_qx_q1.c#L40 It is probably worth a quick check to see if the vendor software has any documentation on the battery test options. The battery test commands are likely to stop before the battery gets drained too much. You can also use a power strip or circuit breaker to cut the input power to determine ru...
2014 Nov 01
3
nutdrv_qx and Best Power equipment
...0 ups.delay.start: 180 ups.load: 0 ups.status: OL BYPASS ups.type: offline / line interactive A few observations: 1) The bestups driver uses an "ID" command to retrieve the model and rating. I didn't see that exact string in the nutdrv_qx source - would the best place for that be in nutdrv_qx_q1.c, or a new source file? (I don't think there are too many differences with the other Q1 models, but I defer to your opinion on this.) 2) The Patriot Pro models have an inverted BYPASS bit: https://github.com/networkupstools/nut/blob/master/drivers/bestups.c#L63 (nutdrv_qx does log a message t...
2016 Nov 02
0
Questions about Eaton 5E 1, 100W 2, 200VA 6-Outlet UPS
...vers/nutdrv_qx_blazer-common.c#L286 > > It is possible that 600 seconds is too long for your model. > > All of these NUT instant commands get converted to one- or two-character > commands to be sent to the UPS: > > > https://github.com/networkupstools/nut/blob/v2.7.4/drivers/nutdrv_qx_q1.c#L40 > > It is probably worth a quick check to see if the vendor software has any > documentation on the battery test options. > > The battery test commands are likely to stop before the battery gets > drained too much. You can also use a power strip or circuit breaker to cut &gt...
2016 Jan 28
0
Patching CyberPower UPS drivers
...an reading from serial. That way, someone without any of these units can test on their own system. For instance: https://github.com/networkupstools/nut/blob/master/drivers/nutdrv_qx.c#L2124 reads from an array defined in the sub-driver: https://github.com/networkupstools/nut/blob/master/drivers/nutdrv_qx_q1.c#L87 > and the S field on this UPS has 4 bytes instead of just 2. > > (not that it matters I guess... but now it makes me wonder what all the extra information is) > > (I also guess someone has tried reaching out to CyberPower for docs and been turned down?) Not always the case,...
2014 Nov 02
0
nutdrv_qx and Best Power equipment
...ice, merging bestups.c into nutdrv_qx has been on my todo list for a while, let's see how far we can get. > 1) The bestups driver uses an "ID" command to retrieve the model and rating. I didn't see that exact string in the nutdrv_qx source - would the best place for that be in nutdrv_qx_q1.c, or a new source file? (I don't think there are too many differences with the other Q1 models, but I defer to your opinion on this.) I'd prefer keeping Q1 as a light fallback subdriver. Here's a first version: https://github.com/zykh/nut/tree/bestups > 3) I don't think the U...
2016 Jan 19
5
Patching CyberPower UPS drivers
Hey there, I got a new UPS (CyberPower PR1500LCDRTXL2Ua) and found the serial drivers don't quite work... So I decided to jump in and make changes to the driver that would hopefully make it happier. I have it working (I really only changed powerp-txt.c) but still have a couple questions... Charles said I should mention them here to talk to anyone interest but specifically Arjen (one of
2016 Oct 26
2
Questions about Eaton 5E 1, 100W 2, 200VA 6-Outlet UPS
On Oct 25, 2016, at 8:08 PM, Michael Evans wrote: > > It seems that the UPS I bought is actually served by the blazer_usb driver. > > USB ids 06da:0003 (lsusb DB thinks it's a "Phoenixtec Power Co., Ltd 1300VA UPS", but this has apparantly been re-used by Eaton 5E2200USB-LA) > > It's sold as an Eaton 5E 1,100W 2,200VA 6-Outlet UPS > > SKU: 147140 Mfr
2015 Mar 26
2
New snmp-ups subdriver for Huawei
...DADD_DRIVERS) $(LIBNETSNMP_LIBS) # NEON XML/HTTP @@ -264,7 +263,7 @@ dist_noinst_HEADERS = apc-mib.h apc-hid.h baytech-mib.h bcmxcp.h \ delta_ups-mib.h nutdrv_qx.h nutdrv_qx_bestups.h nutdrv_qx_blazer-common.h nutdrv_qx_mecer.h \ nutdrv_qx_megatec.h nutdrv_qx_megatec-old.h nutdrv_qx_mustek.h nutdrv_qx_q1.h \ nutdrv_qx_voltronic.h nutdrv_qx_voltronic-qs.h nutdrv_qx_voltronic-qs-hex.h nutdrv_qx_zinto.h \ - xppc-mib.h + xppc-mib.h huawei-mib.h # Define a dummy library so that Automake builds rules for the # corresponding object files. This library is not actually built, diff --git a/drivers/hua...