search for: optiups

Displaying 20 results from an estimated 26 matches for "optiups".

Did you mean: options
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...l Kroll (2006-04-09), without no response and I cannot find support for Zinto in svn until now. I found a discussion on this list about the Xanto from ONLINE, but the Zinto seems to use different commands. The commands are quite similar to those for Opti-UPS, so I decided not to fork, but to patch optiups. Where I found differences, I added if(testvar(OPTI_ZINTO)). As soon as someone adds another device with similar commands, one could decide how to differentiate within the driver (where to use select-case). What do you think? Yours, Matthias -------------- next part -------------- Index: data/driv...
2013 Nov 26
1
[PATCH] Add OptiUPS VS 575C support to PowerCom
Heya, after I bought an OptiUPS VS 575C and discovering it won't work with Linux (silly me) I sniffed the protocol, found out it's very similiar to the protocol in the powercom driver, so I ended up adding support for that UPS to that driver. The patch is against the current git HEAD and works fine for me since weeks now...
2006 Nov 27
0
Patch for optiups to support Zinto D from ONLINE
Hi Matthias, thanks for writing, but please reply to the nut-upsdev mailing list, not to me personally. There are lots of good people on the list whose input you wouldn't want to miss. Thanks, -- Peter Matthias Goebl wrote: > > On Sun, Nov 26, 2006 at 12:40:44PM -0400, Peter Selinger wrote: > > Matthias, > > > > NUT drivers should always detect devices
2006 Sep 12
1
Help with snmp ups
...s like this (I'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...
2007 Mar 21
2
Online-UPS Xanto support status?
Hello there. I use Online Xanto ups'es so I did some googling for their support in nut. Turns out that... - networkupstools.org talks about an 'optiups' driver in the development version (http://www.networkupstools.org/compat/dev.html - by the way, the web page says 'stable' in the title and headings just like the actual stable one) - Andreas Thienemann seems to have a working driver, discussed in this May-2006 thread (http://l...
2007 Jan 09
1
Differences between newhidups (MGE tables) in 2.0.4 and svn trunk
...shutdown,start} and add temporary commands (to be discussed) outlet.X.load.{on,off}. This last would better be addressed through parameters of the load.{on,off} command. For the on/off commands, couldn't we just use the upsrw-style variables and the existing names? It seems that optiups and mge-shut.h still use the outlet.#.switch variables. Also, the older drivers seem to use 0/1 for the on/off values. We should probably stick with 0/1 for simplicity, or implement a "boolean parser" that maps "1", "on", "true", etc to 1, and others to 0....
2013 Aug 26
2
Opti-UPS Value Series 575C
...s out I was wrong. Website of the UPS: http://www.opti-ups.com/ -> USA -> Click on the big banner when it turns up (turns out I can't like to it directly, probably needs some cookie for the language selection -.-) It came with some "Sentinel" software for Windows. Calling the optiups driver with -h revealed something about a custom cable - before I go soldering, anyone knows what the odds are of this working with this UPS? Before I discovered the help output I also tried all other serial drivers, without any success. Also, what does the red color mean in the compability table...
2007 May 20
1
Sweex 1000VA UPS (was: powermust usb)
--- Arjen de Korte <nut+users at de-korte.org> wrote: > > > I also did: > > > > # ./megatec_usb -DDDDD -x vendor=06da -x mfr=OMRON > > /dev/usb/hiddev0 > > Please have a look at 'man 8 megatec_usb' again. > > You probably need to specify the '-x vendorid' and > '-x productid' options > and most likely, the
2007 May 20
1
Sweex 1000VA UPS (was: powermust usb)
--- Arjen de Korte <nut+users at de-korte.org> wrote: > > > I also did: > > > > # ./megatec_usb -DDDDD -x vendor=06da -x mfr=OMRON > > /dev/usb/hiddev0 > > Please have a look at 'man 8 megatec_usb' again. > > You probably need to specify the '-x vendorid' and > '-x productid' options > and most likely, the
2023 Sep 16
1
Nut-upsdev Digest, Vol 206, Issue 5
...s >> bcmxcp etapro nutdrv_atcl_usb tripplite >> bcmxcp_usb everups nutdrv_qx tripplitesu >> belkin gamatronic oldmge-shut tripplite_usb >> belkinunv genericups oneac upscode2 >> bestfcom isbmex optiups upsd >> bestfortress ivtscd powercom upsmon >> bestuferrups liebert powerpanel usbhid-ups >> bestups liebert-esp2 rhino victronups >> blazer_ser masterguard richcomm_usb >> " >> >> My lsusb i...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...bcmxcp??????? etapro??????? nutdrv_atcl_usb tripplite >> bcmxcp_usb??? everups?????? nutdrv_qx tripplitesu >> belkin??????? gamatronic??? oldmge-shut tripplite_usb >> belkinunv???? genericups??? oneac upscode2 >> bestfcom????? isbmex??????? optiups????????? upsd >> bestfortress? ivtscd??????? powercom???????? upsmon >> bestuferrups? liebert?????? powerpanel usbhid-ups >> bestups?????? liebert-esp2? rhino victronups >> blazer_ser??? masterguard?? richcomm_usb >> " >&...
2007 May 25
0
Patch -- SVN revision in the version string
...rivers/oneac.c (working copy) @@ -278,7 +278,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - Oneac EG/ON UPS driver %s (%s)\n\n", - DRV_VERSION, UPS_VERSION); + DRV_VERSION, upsversion()); experimental_driver = 1; /*causes a warning to be printed*/ } Index: drivers/optiups.c =================================================================== --- drivers/optiups.c (revision 916) +++ drivers/optiups.c (working copy) @@ -532,7 +532,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - Opti-UPS driver %s (%s)\n\n", - DRV_VERSION, UPS_VERSION); + DR...
2013 Sep 17
0
Writing driver for Opti-UPS Sentinel Software
...baudrate, and the powercom protocol and driver looked really familiar! I then got it to work by doing some minimal changes to it. After cleaning up and documenting somwhen in the next days hopefully I'll send you a patch. Does anyone else here have an Opti-UPS which doesn't work with the optiups driver? I'd really like to figure out more model numbers, because I'm sure there are more UPS' where this would work. Florian -- () ascii ribbon campaign - stop html mail www.asciiribbon.org /\ www.the-compiler.org | I love long mails http://email.is-not-s.ms/ "Then you adm...
2013 Aug 28
1
Opti-UPS Value Series 575C
...iled to detect that protocol variant. Okay, will read a bit. I contacted a friend of mine who has a logic analyzer, so I can figure out if it's actually a standard serial connection, and if so I'll try to find a Windows machine and sniff the serial connection. :) The custom cable with the optiups driver didn't work out by the way. I probably should've checked the original cable first... if it's a standard RS232 DB9 connection, I might have fried something now when connecting UPS DSR (Input) to PC Tx and UPS DTR and RTS (Output) to PC GND. (Okay, after researching the pins it so...
2013 Aug 27
0
Opti-UPS Value Series 575C
On Aug 26, 2013, at 3:10 PM, Florian Bruhin wrote: > queequeg Subtlety is key :-) > It came with some "Sentinel" software for Windows. Hmm, not sure if this is similar to software we have seen before. > Also, what does the red color mean in the compability table? Anything > that's not supported, or is it just "you have to solder your own cable > but then you
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
...p(&delay, NULL); /* MGE_CHAR_DELAY */ } } if ( !reply ) return bytes_rcvd; else - usleep(MGE_REPLY_DELAY); + nanosleep(&delay, NULL); /* MGE_CHAR_DELAY */ bytes_rcvd = ser_get_line(upsfd, reply, replylen, MGE_REPLY_ENDCHAR, MGE_REPLY_IGNCHAR, 3, 0); Index: b/drivers/optiups.c =================================================================== --- a/drivers/optiups.c 2011-05-31 13:36:49.000000000 +0300 +++ b/drivers/optiups.c 2011-08-17 00:40:17.000000000 +0300 @@ -133,7 +133,7 @@ static ezfill_t _initv[] = { static inline int optireadline(void) { int r; - usleep(1...
2007 Nov 20
2
Mustek Powermust 600VA
Hi, I'm having a hard time configuring a Mustek Powermust 600VA ups to work via USB with nut. I read somewhere that nut works OK via the rs232 cable, but unfortunately I don't have a COM port in my computer. The kernel detects the ups as an Xbox pad :) and loads the xpad module. I tried running /lib/nut/megatec with different /dev/ttySx but it displays megatec protocol UPS was not
2006 Jun 14
3
Trouble Configuring NUT with Gamatronic USB
...[FAILED] /etc/sysconfig/ups contains # If the UPS is locally attached set it to "yes" SERVER=yes # 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=newhidups # UPS device - needed if UPS is locally attached DEVICE=auto # Any options to pass to $MODEL # ex. for...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...p etapro nutdrv_atcl_usb tripplite >>> bcmxcp_usb everups nutdrv_qx tripplitesu >>> belkin gamatronic oldmge-shut tripplite_usb >>> belkinunv genericups oneac upscode2 >>> bestfcom isbmex optiups upsd >>> bestfortress ivtscd powercom upsmon >>> bestuferrups liebert powerpanel usbhid-ups >>> bestups liebert-esp2 rhino victronups >>> blazer_ser masterguard richcomm_usb >>> " >>...
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...utdrv_atcl_usb tripplite >>> bcmxcp_usb??? everups?????? nutdrv_qx tripplitesu >>> belkin??????? gamatronic??? oldmge-shut tripplite_usb >>> belkinunv???? genericups??? oneac upscode2 >>> bestfcom????? isbmex??????? optiups upsd >>> bestfortress? ivtscd??????? powercom upsmon >>> bestuferrups? liebert?????? powerpanel usbhid-ups >>> bestups?????? liebert-esp2? rhino victronups >>> blazer_ser??? masterguard?? richcomm_usb >>>...