search for: blazer_

Displaying 19 results from an estimated 19 matches for "blazer_".

Did you mean: blazer
2013 Nov 01
3
Merging blzr as blazer (and un-merging voltronic?)
...hey upgrade (but the old driver is still available if there are regressions). This is how we are incorporating Michal's apcsmart updates. On your recommendation, I merged voltronic into master for the upcoming 2.7.x release. But if blzr supersedes both voltronic and blazer, I propose we rename blazer_{ser,usb} to blazer_{ser,usb}_old, then rename blzr* to blazer*, and revert the voltronic merge. Does that sound reasonable? (I'm not sure how different the configurations would be for these various drivers.) -- Charles Lepple clepple at gmail
2013 Nov 06
0
Merging blzr as blazer (and un-merging voltronic?)
On Nov 1, 2013, at 9:03 AM, Charles Lepple wrote: > But if blzr supersedes both voltronic and blazer, I propose we rename blazer_{ser,usb} to blazer_{ser,usb}_old, then rename blzr* to blazer*, and revert the voltronic merge. Dan, The pull request against master looks good - thanks! What do you think about the renaming of blazer to blazer_old, and making blzr the new blazer driver? I still have some cleanup to do on the H...
2015 Jan 02
0
Data stale error after short while
On Jan 2, 2015, at 1:07 PM, Mike Raath <raathm at gmail.com> wrote: > I built a single VM to monitor the UPS (Ubuntu Server 14.04 i386) and installed NUT on the box from the apt packages. I set it up as per the previous box with the blazer_usb driver and all goes well, for a while. Initially, the UPS reports correctly via upsc, but after a while I get the "Data stale" error, and the box is no longer recognised. This same UPS? http://news.gmane.org/find-root.php?message_id=CA%2b%3d8wNMxFBYkT75aw2jePfA%2bLaKuNXuvDKvYG3t9B8D%2...
2015 Jan 02
2
Data stale error after short while
A couple of years ago, Arnaud helped me get my Apollo Line Interactive UPS working, using the blazer_usb driver. Now I've run into another problem, having rebuilt my HP Proliant Microserver into an ESXi 5.5 managed hypervisor with various VMs. One of the VMs is a FreeNAS server which manages the storage for the other VMs so graceful shutdowns are important. I built a single VM to monitor the...
2014 Jun 02
2
blazer_ser battery.high / battery.low
Hi, thanks for the reply. On 2014-05-29 05:21, Charles Lepple wrote: >> Now my questions: >> 1. should the blazer_ser's high voltage be the voltage during charging >> or right after I've unplugged it from the mains? > sounds like during charging (or more accurately, during float charging at the end of the cycle): > > http://www.networkupstools.org/docs/man/blazer.html#_extra_arguments Ar...
2013 Nov 06
1
Merging blzr as blazer (and un-merging voltronic?)
In my opinion, there might be just one problem: the blzr driver doesn't provide anymore two splitted drivers (serial and usb), so this isn't going to be a 'silent update' for those using these drivers (should we provide symlinks or the like?). If this doesn't sound like a problem to you, I'll take care of the rename. Plus, if you could take a look to the blazer-fix pull
2015 Nov 21
1
Some thoughts on loss of communication
As a follow up on my last message, where I talked about loss of USB communication with my Asium P700 UPS, I was thinking about some possible improvements.? 1.? When communications are lost, instead of shutting down immediately why not set a flag and then stop the driver and then restart the driver.? If communication is not re-established, and the flag was set, then shut down the system.? Perhaps
2014 Apr 12
0
[nut] blazer_soi: blazer driver, serial port over tcp/ip (#116)
...tested it with my device. > That patch implements tcp connection in serial.c, this is a more > flexible approach, as it is applicable to all serial drivers. However > the drivers then make ioctl calls to setup the tty port, and these fail. > At least, this is what happens to me with blazer_ser. Maybe the patch > has not been finished? The patch is from several years ago, so it definitely hasn't been tested much. I don't know the original driver it was intended for. > In my patch tcp is implemented only for blazer, but it works and it was > simple for me to write i...
2013 Mar 15
2
How to shutdown the system and put UPS in stayoff status rather than in return status
- OS name and version: Ubuntu 12.04 - exact NUT version: 2.6.3 - NUT installation method: from Ubuntu package "nut 2.6.3-1ubuntu1.1" - exact device name and related information: AtlantisLand Host Power 851 (A03-HP851 rev.1.1) - driver: blazer_usb I have no problems with the operation of NUT. My only problem is that I would like to change the behavior of the NUT driver "blazer_ups" when you turn off the system but I do not know how to do. Currently, when the electricity is missing, the system is automatically turned off, the...
2013 Nov 09
1
Salicru SPS One in Debian
...wer.com/oCart2/index.php?route=product/product&path=37&product_id=52 If that is the case, it should work both with the blazer drivers (i.e. all but the shutdown sequence) and with the now defunct voltronic ones. With arno's words: "We are currently merging a new driver to replace blazer_* and would also appreciate feedback on this if you can." 2013/11/9 Charles Lepple <clepple at gmail.com>: > On Nov 8, 2013, at 3:23 AM, Josu Lazkano wrote: > >> Hello, I have a Salicru SPS One 700VA device, I want to manage it with >> Debian Whezzy. >> >> I...
2014 Jun 02
0
blazer_ser battery.high / battery.low
On Jun 2, 2014, at 12:25 PM, Andreas Lausch / TBT wrote: > > Hi, > > thanks for the reply. > > On 2014-05-29 05:21, Charles Lepple wrote: >>> Now my questions: >>> 1. should the blazer_ser's high voltage be the voltage during charging >>> or right after I've unplugged it from the mains? >> sounds like during charging (or more accurately, during float charging at the end of the cycle): >> >> http://www.networkupstools.org/docs/man/blazer.html#_ex...
2013 Nov 09
0
Salicru SPS One in Debian
...into production. > upsmon.conf: http://paste.debian.net/plain/64531 > > When I try to get the device info, I get this: > > # upsc salicru > Error: Driver not connected What other startup and debugging steps did you take? For testing on Debian, I would try 'sudo /lib/nut/blazer_usb -a salicru -DDD' If that works, you can ^C that and run 'sudo /etc/init.d/nut-server start'. -- Charles Lepple clepple at gmail
2015 Jan 02
2
Data stale error after short while
...<clepple at gmail.com> wrote: > On Jan 2, 2015, at 1:07 PM, Mike Raath <raathm at gmail.com> wrote: > > I built a single VM to monitor the UPS (Ubuntu Server 14.04 i386) and > installed NUT on the box from the apt packages. I set it up as per the > previous box with the blazer_usb driver and all goes well, for a while. > Initially, the UPS reports correctly via upsc, but after a while I get the > "Data stale" error, and the box is no longer recognised. > > > This same UPS? > http://news.gmane.org/find-root.php?message_id=CA%2b%3d8wNMxFBYkT75aw2...
2014 Jan 31
2
NUT and UPS TS Shara
...Jan 30, 2014, at 10:20 AM, Jos? Sosa wrote: > Dear Mr. Lepple > > I am Leonardo Sosa and I am watching this issue with Rodolfo and Ronaldo. (in copy) > > See below our answers of your questions. > > What should I do now in order to include our code sgs_command in your code blazer_usb.c? As I mentioned to Rodolfo, there is a newer driver called "nutdrv_qx". It will eventually replace blazer_*, so we will need to port your modifications from blazer_usb.c to a new subdriver in nutdrv_qx. Here is the documentation for updating nutdrv_qx: http://www.networkupstools.o...
2013 Nov 08
2
Salicru SPS One in Debian
Hello, I have a Salicru SPS One 700VA device, I want to manage it with Debian Whezzy. I read some information in the net about how to configure but I can not get it working. Could you help with this? This is the log when I connect the USB: [ 3194.688204] usb 4-4: new low-speed USB device number 2 using ohci_hcd [ 3194.857239] usb 4-4: New USB device found, idVendor=0665, idProduct=5161 [
2019 Aug 06
4
Monitor UPS Brand SMS
Hi Users NUT, I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a raspberry-pi. In compatibility list, is listed to use the blazer_ser driver. I use a USB adapter to RS-232 conected in to the No-Breake. Follow the comands e confs. root at rasp:/home/pi# lsusb *Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port* Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet A...
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 Part #: 5E2200USB-LA UPC:...
2016 Oct 25
2
Questions about Eaton 5E 1, 100W 2, 200VA 6-Outlet UPS
I recently purchased a UPS from http://www.microcenter.com/product/470131/5E_1,100W_2,200VA_6-Outlet_UPS It's sold as an Eaton 5E 1,100W 2,200VA 6-Outlet UPS SKU: 147140 Mfr Part #: 5E2200USB-LA UPC: 743172064875 "The Eaton 5E is an essential line interactive UPS that provides cost effective and reliable power protection against power outages and bad power quality. Thanks to its small
2013 Nov 09
3
usb ups on openindiana
...uccesses and failures, in the hopes that someone would point out what I did wrong. I guess this is among my first experiences with USB in Solaris - for a decade we had either serial or snmp UPSes :) I have found some assorted blog posts, following which I found that the proper driver nowadays is blazer_usb (and earlier versions of NUT had an ippon driver, which was AFAIK serial-only). However I can't get the blazer_usb driver to recognize this UPS, and there are some other problems. Another driver says it found the UPS, but I am not sure about its correctness :) Main question is if this is...