search for: wreassoc

Displaying 16 results from an estimated 16 matches for "wreassoc".

Did you mean: reassoc
2012 Feb 28
2
NUT driver update process...
Hi Billy, switching back this thread to -upsdev 2012/2/27 William R. Elliot <bill at wreassoc.com>: > I have been able to set the 'FSD' from the driver and it is picked up by > upsmon.? That gives me the functionality that I was asked to put in the > driver.? If that is against the rules then I'll make an adjustment when the > allowed method is defined.? :-) yup,...
2024 Oct 22
1
Why only the first of a series of calls to a function in my driver executing?
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241022/a5e3106d/attachment.htm>
2024 Oct 26
1
Getting the NUT pieces to work together...
Sounds great! By `connection error` it looks like the `upsc` client had nowhere to go. Is `upsd` started (and does it `LISTEN` on locahost or asterisk per `upsd.conf`)? Jim On Sat, Oct 26, 2024, 08:13 William R. Elliot <bill at wreassoc.com> wrote: > Hello again. > > I now have large chunks of the new driver working in the foreground and > wanted to see what upsc reports after starting the driver "normally". > > I started checking with upsdrvctl: > > bille at NUT-VM:/usr/local/ups/sbin$ ./upsd...
2024 Oct 24
1
Unrecognized command-line options
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241024/4b16b621/attachment.htm>
2024 Oct 26
1
Getting the NUT pieces to work together...
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241026/ce542852/attachment.htm>
2024 Nov 02
1
Driver with calls to USB functions not linking
...he resulting new program specify dependencies to use similar to other USB-capable drivers? e.g. ```` blazer_usb_SOURCES = blazer.c blazer_usb.c $(LIBUSB_IMPL) usb-common.c blazer_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LIBS) -lm ```` Jim On Sat, Nov 2, 2024 at 2:30?AM William R. Elliot <bill at wreassoc.com> wrote: > Hello again all. > > I am trying to use USB functions (non-HID) and I get a linker error > for functions that are in the included usb-common.h file. > > Specifically, at the start, these functions: > - warn_if_bad_usb_port_filename > - nutusb_open > - is...
2012 Feb 14
1
New variables?
An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20120214/96cc8043/attachment.html>
2012 Mar 02
0
Formalize use of the FSD flag (was: NUT driver update process...)
...t; Hi Charles > > 2012/2/28 Charles Lepple <clepple at gmail.com>: >> On Feb 28, 2012, at 3:44 AM, Arnaud Quette wrote: >> >>> Hi Billy, >>> >>> switching back this thread to -upsdev >>> >>> 2012/2/27 William R. Elliot <bill at wreassoc.com>: >>>> I have been able to set the 'FSD' from the driver and it is picked up by >>>> upsmon. ?That gives me the functionality that I was asked to put in the >>>> driver. ?If that is against the rules then I'll make an adjustment when the >&g...
2024 Oct 22
1
Why only the first of a series of calls to a function in my driver executing?
...lling the C/C++ plugin from the NB 8.2 archive after every NB upgrade is a PITA though); VSCode also worked (at least when I drilled into NUT for Windows builds with MSYS2) - hints on both are in NUT docs. Hope this helps, Jim Klimov On Tue, Oct 22, 2024 at 5:01?AM William R. Elliot <bill at wreassoc.com> wrote: > Hello all, > > In my new driver I have a function that searches for the position of > a known substring in a delimited string. I am trying to populate a > series of integer variables with the position value of various > substrings. The first call to the function...
2024 Oct 22
1
Why only the first of a series of calls to a function in my driver executing?
Hello all, In my new driver I have a function that searches for the position of a known substring in a delimited string. I am trying to populate a series of integer variables with the position value of various substrings. The first call to the function performs correctly but the remaining calls in the code series are not being executed (there are six more calls after the first successful
2012 Feb 27
1
Submitting updated driver
From private E-mail: > > My question to you is how I should go about getting > > the changes back into the system. My work has been exclusively on the ONEAC > > driver and man page. The driver .c file is almost completely redone. > >how can you warrant compat? >Ie, if it's a full rewrite, what have you done to ensure that >currently supported devices will still
2024 Nov 02
1
Driver with calls to USB functions not linking
Hello again all. I am trying to use USB functions (non-HID) and I get a linker error for functions that are in the included usb-common.h file. Specifically, at the start, these functions: - warn_if_bad_usb_port_filename - nutusb_open - is_usb_device_supported Clearly the headers are there or I don't think the driver would compile. Can someone point me in the right direction please? Thank
2024 Oct 28
1
ALARM words
The developer guide currently says that there is "no official list of alarm words". Is that still true? If not, can someone point me to the official list? Thanks, Bill -- This email has been checked for viruses by AVG antivirus software. www.avg.com
2024 Nov 08
1
Combination serial and usb driver?
The ups I am working on implemented their serial protocol over USB. Is it possible to implement a single driver that would talk over either serial or USB depending on what was found...or how ups.conf is setup? Or is it "far" better to have a single serial driver and a single USB driver that share the common ups protocol stuff in a third file? Thanks, Bill -- This email has been
2012 Feb 09
1
How to cause a local system shutdown...
Hi all. I'm working on an update to the ONEAC driver and have a request from a user that I am not sure how to handle. The UPS can be communicated with through a couple different methods (e.g. Serial, network). If a UPS shutdown command comes through the network interface, the user wants NUT (serial connection) to signal the supported systems to shutdown. What is the "right"
2012 Feb 14
1
Why Type: UNKNOWN?
An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20120214/3ac7d3df/attachment.html>