Displaying 20 results from an estimated 300 matches similar to: "[nut-commits] svn commit r1041 - in trunk: . drivers"
2007 Jul 29
1
belkin-hid: UPS.PowerSummary.BelowRemainingCapacityLimit
Peter,
Apparently, some Belkin UPSes still have problems with this. When we
receive this report through the interrupt pipeline it is ignored (the
special case in usbhid-ups.c) and even after that it looks like there
are still some problems with it:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2007-July/003014.html
Wouldn't it be an option to just to ignore this completely and
2005 Aug 29
1
Belkin and newhidups
Hi Peter,
I got all your patches and applied them, and I wanted to say kudos for a
great job done.
This is the output of upsc that I'm getting right now.
I had the same issue when using any cvs version (from two weeks ago)
that made my UPS go into a state where it wasn't functioning normally
(checking the kernel log shows that it cannot be connected and I had
around a page of DEVFS_USB
2005 Aug 13
1
A newhidups question
Gentlemen,
I think this question is mainly for Arnaud again:
When I run my UPS directly with newhidups -D -D -D, with no data changes,
and I then observe the interaction with my UPS (still Back-UPS ES 650
FW:818.w1.D USB FW:w1), I see the updateinfo cycle through 3 different forms:
(1) a (2 bytes) => 06 08 notification that provides one item:
UPS.PowerSummary.APCStatusFlag
Note that
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
Hi all,
I attached a driver for MiniBox openUPS device (
http://www.mini-box.com/OpenUPS) and a dump of the hid usages.
I had the possibility to make a few adjustments to the device firmware for
HID usages, and although I haven't managed to produce a good structure
many issues from previous firmware were at least fixed and new information
added.
ATM the driver only shows pertaining
2007 Aug 23
1
[nut-commits] svn commit r1073 - in trunk: . drivers
I think having this logic buried within libhid/libusb
(libusb:libusb_open(), line 179 to 206) is ultimately a mistake,
albeit one that I am probably responsible for. Would it make sense to
confine libhid to low-level operations, and leave the decision of
trying to reopen vs. retrying to open to the high-level driver, in
this case usbhid-ups?
I envision that the code in usbhid-ups:reconnect_ups()
2018 Feb 04
5
[PATCH 0/3] OpenUPS updates
Hi,
I've been checking out NUT with an OpenUPS board over the last couple
of weekends, and have noticed that it doesn't seem to report sensible
values. This lead me to investigate usbhid-ups and delve into various
issues.
As mentioned in a github issue, one of the problems is with the report
descriptor - dumping this from the usbhid-ups debug output and picking
through it reveals that
2023 Nov 13
1
What is the arduino sub-driver intended to be used for?
oh! Ok, I'll go look at all the HID objects reported by the sample
code @abratchik has on top-of-tree of his repo and see what makes sense to
add to NUT. PR coming this week.
On Sun, Nov 12, 2023 at 2:38?PM Jim Klimov <jimklimov+nut at gmail.com> wrote:
> Well, the intention generally is to use it as a driver, so the more
> abilities the merrier (PR would be welcome) :)
>
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
I posted earlier on this list about getting an Arduino Pro Micro using
https://github.com/abratchik/HIDPowerDevice in a simple sketch to monitor a
DIY UPS I have built. With the changes from that thread (I had a PR
merged), I was able to get usbhid-ups to recognize my device and could
setup NUT the rest of the way. My intended configuration is to run NUT on a
Raspberry Pi, have that device be
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
Well, the intention generally is to use it as a driver, so the more
abilities the merrier (PR would be welcome) :)
Per comments to initial PR that added it,
https://github.com/networkupstools/nut/pull/1044 :
> The idea of introducing this driver is to enable creation and prototyping
of smart UPS based on Arduino, which is inexpensive versatile platform very
much suitable for custom fully
2017 Oct 11
4
Junda-tech
Hi,
I have an UPS with only the marking D1000 on it and it came with
Junda-Tech's UpsMate.
Its USB id is 3344:0025, which is apparently a microprocessor.
I've could get some of the HID interactions as described on the website,
but there are some outstanding.
Junda-Tech does not respond to any queries.
Does anybody else have the same or a similar UPS with more information?
What is the
2005 Aug 04
1
a patch for apc-hid.h
Gentlemen,
I have determined that on my UPS (APC Back-UPS ES 650 FW:818.w1.D USB FW:w1),
the variable UPS.PowerSummary.RemainingCapacityLimit is writeable. I am
setting this variable to start shutdown a little earlier. Appended is an
unconditional patch for apc-hid.h.
If, as indicated by the original code, there are APC UPS devices that don't
allow setting of this variable, it becomes
2011 Jan 21
1
Building nut 2.6.0 on OpenBSD 4.8 - compile issue
Trying to build nut 2.6.0 on OpenBSD 4.8, I get a compiler error.
Here's my configure:
./configure --with-user=_ups --with-group=_ups \
--sysconfdir=/etc/ups --with-usb=no
... and the result:
-e Configuration summary:
======================
build serial drivers: yes
build USB drivers: no
build SNMP drivers: no
build neon based XML driver: no
build Powerman PDU client driver:
2014 Jan 10
1
Eaton 5PX broken interrupt on usbhid-ups, also pollfreq vs pollinterval?
Linux NUT 2.7.1
Eaton 5PX usbhid-ups
It would appear that interrupts are not actually working on my 5PX using
the usbhid-ups driver. I will be trying the serial mge-shut driver next.
It just seemed like it was working before because of the default
pollinterval of 2 seconds. The status update comes in during the
pollinterval no matter what I have pollfreq set to. And I can set
pollonly and
2016 Jun 27
2
query "Data stale" from the cmdline
Hello,
is there a way to query from the cmdline if the UPS data is stale?
"upsc" outputs a lot of information, but not if the data is stale.
Example output from a "stale" UPS on the server:
(nut version: nut-2.7.2-3.el7)
# upsc apcsmart
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 50
battery.mfr.date: 2014/09/01
battery.runtime: 1320
2024 Mar 14
1
Are all measurements are in seconds?
Hi,
I am studying (in a few months I might go on a TV quiz show :-)
Rodger's excelent guide and wanted to confirm that all measurements in
NUT are in seconds.
For example, the Cyber Power System CP1500 AVR UPS returns that the
**driver.parameter.pollfreq = 30**. This means that I can (maybe
should) adjust the settings within NUT.CONF to match this value.
Setting this value to 2 seconds gains
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
Making progress on this PR. I have question about storing and checking
state in a subdriver
HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to
the spec, the values are:
0: maH
1: mwH
2: percent (%)
3: Boolean support only (OK or failed)
Grep'ing the source, nothing makes use of this now (some subdrivers have it
mapped to
2018 Feb 04
0
[PATCH 3/3] OpenUPS: fix current calculations
Monitoring the input and output currents reported through upsc for an
OpenUPS device suggests that it is an energy creation device - the
power out is greater than the power into the system once the battery
is fully charged.
Analysis and measurement reveals several issues:
1. "UPS.PowerStatus.Output.Current" is scaled for NUTs "output.current"
value, which should be the
2008 Nov 18
0
[LLVMdev] 32 bit boolean results
On Nov 18, 2008, at 11:24 AM, Villmow, Micah wrote:
> Is there a way to tell LLVM to treat Boolean results as 32bit values
> instead of 1 bit values?
LLVM IR doesn't have a concept of C level booleans. What problem are
you trying to solve?
-Chris
>
> Thanks,
>
> Micah Villmow
> Systems Engineer
> Advanced Technology & Performance
> Advanced Micro Devices
2008 Nov 18
2
[LLVMdev] 32 bit boolean results
Sorry, accidently hit send hotkeys before finishing email.
I am still trying to figure out why my comparison instructions are being
modified and overall producing incorrect results.
The IR produces correct results, but my backend does not and the only
thing I can think of is that the IR is treating the Booleans as i1 and
therefore either and'ing or xor'ing the results of my
2008 Nov 18
3
[LLVMdev] 32 bit boolean results
Is there a way to tell LLVM to treat Boolean results as 32bit values
instead of 1 bit values?
Thanks,
Micah Villmow
Systems Engineer
Advanced Technology & Performance
Advanced Micro Devices Inc.
4555 Great America Pkwy,
Santa Clara, CA. 95054
P: 408-572-6219
F: 408-572-6596
-------------- next part --------------
An HTML attachment was scrubbed...
URL: