Displaying 20 results from an estimated 1000 matches similar to: "newhidups, who clears ups_status?"
2005 Oct 09
2
Re: apc-hid tests, ups_status updates
Arnaud,
> first, even if your battery is full, and your ups is online, there is a
> small amount of power drawn. So having always is CHRG status is normal.
> In fact, these complementary status are more interesting for higher end
> UPSs.
>
> second, these status need not to be handled like LB, as each one clears the
> other. While LB had no pending event (!LB) before...
>
2006 May 02
5
Newhidups gets unbound after a while
Hi everybody,
If we let the feature running, it appears that the driver gets unbound 
after a while ( variable from quarter of hour to 6 hours ) and cannot 
reconnect.
This behavior appear with both MGE Ellipse ASR and non-ASR models with 
connection to an UHCI and OHCI controllers.
The USB core is from 2.4.28 kernel.
We use nut-2.0.3.
Start, powerfail and recovery detections, UPS shutdown work
2006 Feb 25
0
Re: Bug#354305: nut-usb: newhidups: *** glibc detected *** double free or corruption (fasttop): 0x08068268 ***
Hi Kiko,
2006/2/25, Kiko Piris <menorqui@pirispons.net>:
> Package: nut-usb
> Version: 2.0.3-1
> Severity: important
>
>
> When newhidups loses comunication with ups (G), it dies when trying to
> reconnect with the error:
>
> *** glibc detected *** double free or corruption (fasttop): 0x08068268 ***
>
> Following is a copy&paste of the last lines of
2005 Aug 02
0
newhidups for APC Back-UPS ES 650
Gentlemen,
Please note that what follows pre-dates the latest changes from Arnaud
(just thought someone might want to look at these before I can test the 
latest!).
When running newhidups with -D -D -D I saw messages that looked like
errors, and it took me a while to understand that they were not really
errors. I therefore added two new entries in apc-hid.h, and I modified
a couple of diagnistic
2005 Oct 09
1
apc-hid tests with the new ups_status updates
Peter,
Here are the transitions that I have tested with your latest changes
(on the APC/Back-UPS ES 650):
1) OL ==> OB DISCHRG followed by OB DISCHRG ==> OL (no CHRG inbetween)
2) OL CHRG ==> OL
3) OL CHRG ==> OL CHRG LB (by manipulating battery.charge.low)
4) OL CHRG LB ==> OL CHRG (i.e. transition from below)
5) OB DISCHRG ==> FSD OB DISCHRG LB followed by proper shutdown
In
2006 Aug 02
1
nut-usb fink version
Charles Lepple wrote:
> On 8/2/06, Didrik Pinte <dpinte@itae.be> wrote:
> > Le mercredi 02 ao=FBt 2006 =E0 08:08 -0400, Charles Lepple a =E9crit :
> > > On 8/2/06, Didrik Pinte <dpinte@itae.be> wrote:
> 
> > > Can you start the driver like this: "/sw/bin/newhidups -u root -DDD"
> > > and paste some of the output?
> >
> > Here
2005 Jul 22
1
Another HID USB UPS
Gentlemen,
I have a new HID USB device, that seems to be quite similar to the 
currently supported APC HID UPS. I append the dump-tree output, and would 
much appreciate advice on how to proceed.
Certain entries for the current device are not available, but maybe there
are some replacements that could be used. This may of course require a new
table in apc-hid.h, and I would prefer not to do this
2006 Nov 15
1
Tripp Lite OMNI900LCD
I am having an issue running NUT and using an TrippLite OMNI900LCD.
When I run ./upsdrvctl start  I get :
[player@V0002-S002 bin]$./upsdrvctl start
Network UPS Tools - UPS driver controller 2.1.0
Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.1.0)
Detected a UPS: Tripp Lite /TRIPP LITE UPS
Using subdriver: TrippLite HID 0.1 (experimental)
dstate_setflags: base variable
2006 Dec 27
3
Help with nut 2.0.4, MGE Ellipse 1000 and FreeBSD
Hello.
So as my english is not so good, i'll try to write my story in bash commands
:o)
miwa@zork3$ uname -mrs
FreeBSD 5.5-STABLE i386
miwa@zork3$ su
root@zork3# cd /usr/ports/sysutils/nat
root@zork3# make && make install
root@zork3# cd ../nut-usb
root@zork3# make && make install
root@zork3# cd /usr/local/etc/nut
root@zork3# cat ups.conf
user=root
[MGE-Ellipse]
2006 Feb 07
1
the future libusb interface for newhidups
Peter,
You may want to have a look at the comments to Bug 164524 at 
bugzilla@redhat.com:
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164524
I filed this a long while ago, because of the mess we get into when 
shutting down Linux via /etc/rc.d/init.d/halt, and the UPS device no 
longer being reachable when we want shut it down.
There seem to be some changes to libusb on the way, that
2015 Jan 12
0
persistent "low battery" condition
On Jan 11, 2015, at 11:48 PM, Graham Menhennitt <graham at menhennitt.com.au> wrote:
>> The file drivers/usbhid-ups.c is looking for any of the following conditions to declare LB:
>> 
>> ? STATUS(LOWBATT)
>> ? STATUS(TIMELIMITEXP)
>> ? STATUS(SHUTDOWNIMM)
>> 
>> The mapping to HID Path names will depend on the model, but STATUS(LOWBATT) can come
2006 Sep 08
3
newhidups with APC Smart-UPS 1500
Hello,
I'm using the stable amd64 port of Debian Linux. I installed (the 
latest) nut-2.0.1-4 and nut-usb packages for utilizing an APC Smart-UPS 
1500 USB. I tried "apcupsd" first but "nut" makes an even more 
sophisticated impression on me and has more security options.
I had problems with the newhidups driver. It didn't find a device with 
matching VendorID. And
2005 Aug 18
3
RE: newhidups and APC Back-UPS CS 350 (Thomas Jarosch)
Thomas,
The none (-22) message in your log is an errno from the 
libusb_get_interrupt() call in HIDGetEvents() in libhid.c. 
It indicates an invalid ioctl type.
In HIDGetEvents() there is a comment with that call:
	/* needs libusb-0.1.8 to work => use ifdef and autoconf */
You may want to make sure your libusb is up-to-date.
Hope this helps, AG
-- 
2005 Oct 09
1
The latest newhidups changes
Peter,
Thanks a lot for your latest changes to newhidups, which I like a lot.
Unfortunately, when I tried to build the latest development tree stuff,
I got a compile time error when compiling al175.c. It looks to me like
my compiler, gcc-3.4.4-2.fc3, doesn't like the macro definition for
"RECV(reg) do"  because of a poorly inserted comment. I fixed the
problem locally by the
2005 Aug 15
0
newhidups and pollinterval
Gentlemen,
As reported earlier, my UPS burps a lot of unsolicited interrupt messages. 
I have made some experiments with the UPS using newhidups directly, and 
noticed that the poll frequency of the dstate_poll_fds() calls in main.c
can be heavily skewed by the timeout provided in the libusb_get_interrupt()
call in libhid.c (currently 5 sec!). For a UPS that provides few interrupt
messages, this
2005 Oct 04
0
newhidups, ups.status after short power interrupt
Gentlemen,
This is probably for Arnaud, since he has already addressed a somewhat
similar problem.
I am running newhidups from the development tree (actually everything
is from there). However, I have observed the same problem with a 2.0.2
system as well. Here is what I observe:
* upsc shows the ups.status: is "OL"
* there is a very short interruption of power
* upsc shows the
2005 Jul 25
0
Re: New device for newhidups
In an earlier message Arnaud wrote:
> before digging further, you'll have to make some test to
> see if the data changes upon status change.
> libhid is your friend, especially test_libhid. You'll have
> to modify it a bit to get the values of the below path
I just got the CVS tree, but I didn't find test_libhid, but it looks
like this would indeed be what I would like to
2005 Aug 13
0
upsdrv_updateinfo() in newhidups.c
Gentlemen,
I assume this is really for Arnaud:
I am looking at the code in upsdrv_updateinfo() where it is processing a
HID notification, i.e. it is not doing a full update:
Question one, is it implicitely assumed that ups.status related items
will always require a translation (i.e. item->hid2info != NULL) in order
to be effective? I haven't seen any place where that is enforced, but
2005 Oct 22
0
generic option for newhidups
Peter,
I just saw Scott Alfter's report. I just wanted to say that this is
such a nice addition, I like it very much, it makes finding what is
needed so much easier!
One suggestion if I may, a timestamp of some kind with each =>Got 
line might be helpful for determining the notification frequencies.
Thanks for the new option, AG
-- 
2005 Jul 26
1
Some newhidups questions
Gentlemen,
I have done some experiments with an APC Back-UPS ES 650, to identify the
currently specified items that are not available with this device, and to 
find out what non-standard items the device provides. Of the currently 
specified items, the following are not available:
	UPS.Battery.Temperature
	UPS.Output.PercentLoad
	UPS.PowerSummary.DelayBeforeShutdown
	UPS.Battery.Test