search for: bestups

Displaying 20 results from an estimated 49 matches for "bestups".

2007 Jul 06
3
energizerups and bestups -> megatec?
Hi! I don't know how I missed it before, but "bestups" seems to implement mostly the same protocol as megatec. Is anybody out there using this driver willing to try "megatec" to see if it works? AFAIK, the only difference seems to be the command that gets the UPS identification data ("I" on "megatec", "ID"...
2007 Jul 06
3
energizerups and bestups -> megatec?
Hi! I don't know how I missed it before, but "bestups" seems to implement mostly the same protocol as megatec. Is anybody out there using this driver willing to try "megatec" to see if it works? AFAIK, the only difference seems to be the command that gets the UPS identification data ("I" on "megatec", "ID"...
2012 Jan 09
1
bestups bug fix
hi all, really simple fix for the bestups driver: In function: upsdrv_makevartable() you need to add the line addvar(VAR_VALUE, "battvoltmult", "Battery voltage multiplier"); There are a number of simple improvements I could make to this driver, but I'm assuming that since the above bug has been around since nut...
2014 Nov 01
3
nutdrv_qx and Best Power equipment
Hi Daniele, I finally got a Best Power Patriot Pro II fixed up with a new battery and cable, and tried it with nutdrv_qx (since it uses a variant of the Q1 protocol). It auto-detected the use of Q1. It looks like things mostly work: bestups: battery.charge: 100.0 battery.voltage: 13.9 battery.voltage.nominal: 12 device.mfr: Best Power device.model: Patriot Pro II 400 device.type: ups driver.name: bestups driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ttyUSB0 driver.version: 2.6.4 driver.version.internal: 1.06 input.freq...
2013 Jun 06
6
Best Axxium Pro, Model Series 0650?
Hi There, We have this rather large-ish floor-standing Best Axxium Pro, Model Series 0650. I tried using both the "bestups" and "blazer_ser" drivers with it, but no go. So before I go any further: *Should* one of these work with it and, if not, do I have any options? (E.g.: Modify a current driver, resuscitate one that was started and abandoned, etc.? I can code.) My test platform was nut 2.4.3-1ubunt...
2012 Mar 29
1
AEG - PROTECT HOME support using NUT with serial protocol
hi, i own a aeg protect home (think it is a 600 VA) which has a serial and an usb port. using this hack in ups.conf: [bestupsname] driver = bestups port = /dev/ttyUSB0 ID = FOR,750,230,230,11.0,13.5 desc = "home-server" i start the driver with: ./bestups -a bestupsname -D -q and after adding some debugging it seems to work (not yet in production). i first started by looking...
2015 Nov 23
2
Cannot access Patriot Pro II from new system
Hi list, on my previous (lenny or squeeze) machine, I had it up and running, but that machine and configs are gone - and on my new jessie machine (see device and config details below) I cannot start the driver: # /lib/nut/bestups -DDDDD -a Patriot_Pro_II_750 0.000000 debug level is '5' 0.000806 send_to_all: SETINFO device.type "ups" 0.000842 send_to_all: SETINFO driver.version "2.7.2" 0.000862 send_to_all: SETINFO driver.version.internal "1.06" 0.000884 sen...
2007 Jul 03
2
Help needed: LIEBERT PowerSure Personal XT - USB interface
...in I got the kernel messages: Jul 3 11:25:37 mint kernel: usb 2-2.2: new low speed USB device using address 4 Jul 3 11:25:38 mint kernel: hiddev96: USB HID v1.11 Device [LIEBERT PowerSure Personal XT] on usb-0000:00:10.0-2.2 The documentation suggests that I should be able to use it with the bestups driver. However I suspect that this is not a USB driver. I am running Linux: CentOS 4.5 (== RedHat enterprise 4.5). Any suggestions please. TIA -- Alain Williams Linux Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 http://www.phcomp.co.uk/ Parli...
2012 May 10
3
battery.charge and other fixes needed for X-Power Tigra 1kVA
...1.1,50.0,036,030 05/10/2012,07:45:57,COM1,ON-LINE,1,225,999,999,231,999,999,041.1,50.0,035,030 So I disabled this bundled software and installed the windows version NUT-Installer-2.6.3-3.msi, without the libusb option (since I had a serial UPS) In ups.conf I used the following [ups1] driver = bestups port = com1 id = 610,1000,230,230,10.0,36.0 nombattvolt=41.1 battvoltmult = 18 With regard to the id option, the 2nd, 3rd and 4th options seemed ok. Not sure about the fifth (10.0). And definitely not sure about the last (36.0). I used 36.0 because the Best 610-1000 lists 36V as the DC bus volt...
2014 Nov 02
0
nutdrv_qx and Best Power equipment
> I finally got a Best Power Patriot Pro II fixed up with a new battery and cable, and tried it with nutdrv_qx (since it uses a variant of the Q1 protocol). It auto-detected the use of Q1. > > It looks like things mostly work: Nice, 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...
2008 Feb 28
2
Unknown model detected - please report this ID: 'SOLA'
...e]: mge Connected to UPS [sola]: sola -------------------------------- The mge is on but I can not get the sola to work as it should A copy of ups.conf bellow: ----------------------------- [mge] driver = mge-utalk port = /dev/cuaa0 [sola] ID = SOLA (610) driver = bestups port = /dev/cuaa1 ----------------------------- I have tryed all types of setings but can not get it to work. can some one help me PLEASE. I Know you need to use a ID but there is nothing I can find to tell me What to us Regards s.h nutathaddow.info
2008 Jun 10
2
Phoenix Ph1200upsb serial
Hi, i just got a Phoenix Technologies PH1200UPSB 1200va serial-port ups and it is only partially supported by bestups driver (needs manual ID or driver rewriting). It comes with a tool called UPSilon 2.1 on a CD (which worked better with TERM=linux). After [sl]tracing it i came to these results: COMMANDS : - Command: I Response: "#XPHOENIX TECH PH1200UPS VER2.00C " - Command: F Response: "#...
2014 Nov 07
0
nutdrv_qx and Best Power equipment
...ilarly, when I unplugged the unit around t=638, I also got "data stale" messages from upsd (probably at t=662.124768). I let it run the battery down, and plugged it back in just before t=2617.617643. My fault, I missed this line: https://github.com/networkupstools/nut/blob/master/drivers/bestups.c#L396 Apparently, the bypass/boost/buck bit is not reliable also when the UPS is performing a battery test (6th bit set to 1) or a shutdown is active (7th bit set to 1). Now it should be fixed: https://github.com/zykh/nut/tree/bestups I noticed that your UPS seems to support the 'M' comm...
2015 Nov 26
4
Cannot access Patriot Pro II from new system
...ubuntu.com/ubuntu/ trusty/main nut-server amd64 2.7.1-1ubuntu1 [609 kB] Holen: 4 http://archive.ubuntu.com/ubuntu/ trusty/main nut all 2.7.1-1ubuntu1 [120 kB] Es wurden 876 kB in 2 s geholt (416 kB/s). [...] $ sudo cat >>/etc/nut/ups.conf <<EOF [Best_Power_Patriot_Pro_750] driver = bestups port = /dev/ttyS0 EOF // added user to nut group and logged out and back in // all that's necessary for a DRIVER test should be there now // UPS device is OFF (neither plugged in nor switched on, but serial cable plugged in) $ /lib/nut/bestups -a Best_Power_Patriot_Pro_750 -DDDDD Network...
2014 Nov 02
2
nutdrv_qx and Best Power equipment
...ok > - q1 on battery > - setting pins_shutdown_mode Attached is a log of most of these conditions. Looks like reading the status for pins_shutdown_mode does not work on my UPS. (The manual describes fixed timeouts in the pinout section, so that makes sense.) 9.562389 Using protocol: BestUPS 0.01 9.562405 upsdrv_initinfo... 9.562480 send: 'Q1' 9.772351 read: '(119.0 118.1 118.1 020 60.0 13.9 XX.X 00101000' 9.772424 ups_infoval_set: non numerical value [ups.temperature: XX.X] 9.772530 send: 'ID' 9.896340 read: 'PR2,40...
2014 Nov 09
3
nutdrv_qx and Best Power equipment
...unplugged the unit around t=638, I also got "data stale" messages from upsd (probably at t=662.124768). I let it run the battery down, and plugged it back in just before t=2617.617643. > > My fault, I missed this line: > https://github.com/networkupstools/nut/blob/master/drivers/bestups.c#L396 > Apparently, the bypass/boost/buck bit is not reliable also when the > UPS is performing a battery test (6th bit set to 1) or a shutdown is > active (7th bit set to 1). > > Now it should be fixed: > https://github.com/zykh/nut/tree/bestups Thanks, that works better. I ha...
2005 Jul 18
2
Belkin F6C1100-UNV
All, I just bought a Belkin F6C1100-UNV and am trying to get it to work with NUT. I have tried many drivers ( "belkin", "belkinunv", "genericups upstype=4", and "genericups upstype=7", "bestups", "fentonups"). None of them seem to work. Does anyone have any experience with this device? If there is some utility that you all use to gather data from the device... for building drivers... let me know. I'm more than happy to help. Thanks, Dave P.S. I am using NUT v 2.0...
2006 Oct 18
1
nut 2.0.4 won't compile on AIX 5.3
.../usr/vac/bin/cc -I../include -O -c common.c /usr/vac/bin/cc -I../include -O -c upsconf.c /usr/vac/bin/cc -I../include -O -c parseconf.c /usr/vac/bin/cc -I../include -O -c state.c Target "all" is up to date. drivers/ /usr/vac/bin/cc -I../include -O -c bestups.c "serial.h", line 11.4: 1506-205 (S) #error "No <sys/termios.h> available. Unable to continue." "serial.h", line 20.45: 1506-046 (S) Syntax error. "bestups.c", line 405.43: 1506-045 (S) Undeclared identifier B2400. make: The error code from the last co...
2008 May 12
1
Usb, udev and nut
Hi All I am connecting a ups via a usb to serial converter. Works fine, however when the converter is unplugged and plugged back in, udev creates another device e.g instead of ttyUSB0 it creates ttyUSB1. Here is the udev rule that I added to the top of the 025_nut-usbups.rules file in order to create a static symlink should udev decide to create the device as either ttyUSB0 or ttyUSB1.
2006 Sep 12
1
Help with snmp ups
...39;m not even sure what uses this file): # If the UPS is locally attached set it to "yes" SERVER=no # Model of the UPS (filename to call for it, without path) # Example - one of # apcsmart - APC SMartUPS and similar # fentonups - Fenton UPS # optiups # bestups # genericups # ups-trust425+625 # upsdrvctl # You MUST change this, or set SERVER to "no" # To support multiple drivers, set MODEL=upsdrvctl MODEL=NONE # UPS device - needed if UPS is locally attached DEVICE=/dev/ttyS0 # Any options to pass to $MODEL # ex. for my TrippLite UP...