Displaying 20 results from an estimated 75 matches for "percentload".
2007 Oct 12
2
APC Back-UPS ES 550 reports zero(0) load
Hi Folks,
I just bought two APC UPSes, an EX 1300 and an ES 550 for two
different sites and installed NUT for the first time on two machines
(one Centos 4.1, the other Ubuntu 7.04). So far I'm well impressed --
excellent work by the dev team! The EX 1300 is working beautifully
with NUT on the Centos box, but I'm having a bit of a problem with the
ES 550: even while loaded, the ups.load
2006 Sep 22
1
Ablerex 625L USB version
...nput
Can't find object 00860004.PowerConverter.Output.Voltage
Path: 00860004.PowerConverter.Output.Voltage, Type: Input
Can't find object 00860004.PowerConverter.Output.Frequency
Path: 00860004.PowerConverter.Output.Frequency, Type: Input
Can't find object 00860004.PowerConverter.Output.PercentLoad
Path: 00860004.PowerConverter.Output.PercentLoad, Type: Input
Can't find object 00860004.PowerConverter.Output.PresentStatus.Overload
Path: 00860004.PowerConverter.Output.PresentStatus.Overload, Type: Input
Can't find object 00860004.PowerConverter.Output.PresentStatus.Boost
Path: 00860004....
2020 Jan 14
3
nut on armhf, r-pi4b IOW
...ol fails part of the way through parsing it, which is why I suspect that CPS is not following the HID spec. (That's more applicable for the high/low transfer voltages.)
It does seem to be reporting 0% load, though:
0.094786 Report[get]: (3 bytes) => 13 00 00
0.094875 Path: UPS.Output.PercentLoad, Type: Feature, ReportID: 0x13, Offset: 0, Size: 8, Value: 0
0.094908 Report[buf]: (3 bytes) => 13 00 00
0.095318 Path: UPS.Output.Overload, Type: Feature, ReportID: 0x13, Offset: 8, Size: 1, Value: 0
2015 Jan 22
0
CyberPower BR850ELCD ignores offdelay and turns itself back on while still on battery
...e additional 3 outlets that are not covered by the battery, do have power. The only fix is to turn off the USV and turn it back on.
> For this issue, I attached three driver debug logs:
USV == UPS, correct? Or is there another module involved?
I know this sounds off-topic, but in the logs, the PercentLoad is always 0. Is this actually the case, or is this a measurement error?
Two possibilities:
1) the UPS has some sort of "ECO" mode that thinks there is no load, and it was not expecting the particular shutdown command that NUT sent
2) the PercentLoad variable is being scaled incorrectly...
2006 Feb 10
1
newhidups capture - Atlantis-Land HID UPS
Hello Charles!
As promised, I just checked out the CVS and recompiled everything. In
the attached .txt is what is coming out from my UPS. I am wondering
about all those zeroes.
Also, this morning I plan to connect the UPS to a Win box running the
monitoring program supplied with the UPS (UPSilon2000) and a USB sniffer
program. If you have any suggestions on what to look for in the data,
2015 Jan 21
2
CyberPower BR850ELCD ignores offdelay and turns itself back on while still on battery
Hi there,
I just purchased a CyberPower BR850ELCD and while setting NUT up with
the install instructions from the homepage was pretty straightforward,
and the UPS was detected by the usbhid-ups driver, I'm having problems
getting the UPS to work properly.
First issue: whatever I set as the offdelay, seems to be ignored and the
UPS just cuts the power about 2sec after receiving the
2005 Jul 26
1
Some newhidups questions
...one 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
UPS.Input.Voltage
UPS.Output.Voltage
UPS.Output.ConfigVoltage
UPS.BatterySystem.Battery.Test
UPS.PowerSummary.DelayBeforeShutdown
UPS.PowerSummary.DelayBeforeStartup
It would be helpful to get some indication as to which of the above it...
2005 Dec 07
5
Atlantis-Land UPS with Cypress CY7C63723 chip (cypress_m8 driver) support
Hello everybody!
I am trying to get an Atlantis-Land OnePower Line Interactive S1501
UPS (actually it is made by Ablerex) to talt to my Linux box through its
USB port (no more RS-232...), either using the supplied program
(UPSilon2000, works under Win and Linux) or whatever else.
The UPSilon2000 program apparently works OK *if* it can talk to the
UPS via a serial port; since my UPS has
2005 Dec 07
5
Atlantis-Land UPS with Cypress CY7C63723 chip (cypress_m8 driver) support
Hello everybody!
I am trying to get an Atlantis-Land OnePower Line Interactive S1501
UPS (actually it is made by Ablerex) to talt to my Linux box through its
USB port (no more RS-232...), either using the supplied program
(UPSilon2000, works under Win and Linux) or whatever else.
The UPSilon2000 program apparently works OK *if* it can talk to the
UPS via a serial port; since my UPS has
2005 Jul 22
1
Another HID USB UPS
...Voltage
Path: UPS.ff860018.LowVoltageTransfer
Path: UPS.ff860018.HighVoltageTransfer
Path: UPS.ff860018.ff860024
Path: UPS.ff860018.ff860061
Path: UPS.APC860052.APCGeneralCollection
Path: UPS.APC860052.APCForceShutdown
Path: UPS.APCDelayBeforeShutdown.PowerConverter
Path: UPS.APCDelayBeforeShutdown.PercentLoad
Path: UPS.ff860024.ff860001
Path: UPS.ff860024.ff860023
Path: UPS.ff860024.ff860026
Path: UPS.ff860025
Path: UPS.iProduct
Path: UPS.APC_UPS_FirmwareRevision
Path: UPS.iSerialNumber
Path: UPS.iManufacturer
Path: UPS.ManufacturerDate.PresentStatus
Path: UPS.ManufacturerDate.Charging
Path: UPS.Manufac...
2020 Jan 11
2
nut on armhf, r-pi4b IOW
...lib/nut/usbhid-ups -a myups -DDD" as root), the raw values before and after scaling are printed. For instance, on issue #482 (attached file "sx650g.txt"), this is what gets mapped to "ups.load":
0.070141 Report[get]: (3 bytes) => 13 14 00
0.070177 Path: UPS.Output.PercentLoad, Type: Feature, ReportID: 0x13, Offset: 0, Size: 8, Value: 20
There are instructions in docs/hid-subdrivers.txt about capturing the debug output to a file. The gen-subdriver script only needs '-DD', but to see the raw values, I think we want '-DDD'. Since we aren't talking abou...
2006 Nov 11
1
Help with newhidups subdriver for Dynex UPS
...Feature, Value: 120.000000
Path: UPS.Input.Voltage, Type: Feature, Value: 120.000000
Path: UPS.Input.LowVoltageTransfer, Type: Feature, Value: 90.000000
Path: UPS.Input.HighVoltageTransfer, Type: Feature, Value: 140.000000
Path: UPS.Output.Voltage, Type: Feature, Value: 120.000000
Path: UPS.Output.PercentLoad, Type: Feature, Value: 92.000000
Path: UPS.Output.Test, Type: Feature, Value: 1.000000
Path: UPS.Output.DelayBeforeShutdown, Type: Feature, Value: -1.000000
Path: UPS.Output.DelayBeforeStartup, Type: Feature, Value: 0.000000
Path: UPS.Output.Boost, Type: Feature, Value: 0.000000
Path: UPS.Output.Ov...
2020 Jan 14
0
nut on armhf, r-pi4b IOW
...parsing it, which is why I suspect that
> CPS is not following the HID spec. (That's more applicable for the
> high/low transfer voltages.)
>
> It does seem to be reporting 0% load, though:
>
> 0.094786 Report[get]: (3 bytes) => 13 00 00
> 0.094875 Path: UPS.Output.PercentLoad, Type: Feature, ReportID:
> 0x13, Offset: 0, Size: 8, Value: 0 0.094908 Report[buf]: (3 bytes) =>
> 13 00 00
> 0.095318 Path: UPS.Output.Overload, Type: Feature, ReportID: 0x13,
> Offset: 8, Size: 1, Value: 0
At this stage, its so much bigger than the load as its just the pi and...
2005 Oct 26
0
A minor nit to pick
Ladies and Gentlemen,
Running newhidups with -DD shows the following line that starts with
"-> String:" occasionally, with no contect that it is related to:
......
Can't find object UPS.Battery.Temperature
-> String: PbAc (len = 4/4)
Can't find object UPS.Output.PercentLoad
......
However, running newhidups with -DDD, shows the proper context:
......
hu_find_infoval: searching for value = 4
-> String: PbAc (len = 4/4)
hu_find_infoval: found PbAc (value: 4)
......
since the upsdebugx() statements there are at level 3.
May I suggest that the following TRACE statem...
2011 Dec 28
0
1350PFCLCD Boost and Overload info
...one says if the UPS is using AVR (active voltage regulation) to
increase the voltage. The official driver calls it "Line Interaction".
Can you multiply:
Path: UPS.Output.ConfigActivePower, Type: Feature, ReportID: 0x18, Offset: 0, Size: 16, Value: 810.000000
With
Path: UPS.Output.PercentLoad, Type: Feature, ReportID: 0x13, Offset: 0, Size: 8, Value: 26.000000
To show load in watts?
And finally I have:
Path: UPS.Output.Voltage, Type: Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: 136.000000
And I don't don't why it's showing such a high voltage. One time it showe...
2006 Sep 11
3
new ups for database?
I have a Belkin F6H500ukUNV ups that I am attempting to get working
under nut, however it
does not appear to be detected by nut, I'm assuming that I need to
feed some information
back to you guys to get it included in the database somwhere.
I've included (what I can think might be) the relivant outputs. Please
let me know if you
require anything else.
dmesg output
/sbin/newhidsups
2020 Oct 23
2
Nut-upsuser Digest, Vol 184, Issue 8
...Feature, ReportID:
0x10, Offset: 16, Size: 16, Value: 139
0.047315 Path: UPS.Output.HighVoltageTransfer, Type: Input, ReportID:
0x10, Offset: 16, Size: 16, Value: 139
0.049763 Path: UPS.Output.Voltage, Type: Feature, ReportID: 0x12,
Offset: 0, Size: 16, Value: 137
0.052533 Path: UPS.Output.PercentLoad, Type: Feature, ReportID: 0x13,
Offset: 0, Size: 8, Value: 4
0.055234 Path: UPS.Output.Test, Type: Feature, ReportID: 0x14, Offset:
0, Size: 8, Value: 6
0.055670 Path: UPS.Output.Test, Type: Input, ReportID: 0x14, Offset: 0,
Size: 8, Value: 6
0.058045 Path: UPS.Output.DelayBeforeShutdown,...
2007 Jan 26
1
newhidups output for Geek Squad GS1285U
...Feature, Value: 120.000000
Path: UPS.Input.Voltage, Type: Feature, Value: 123.000000
Path: UPS.Input.LowVoltageTransfer, Type: Feature, Value: 90.000000
Path: UPS.Input.HighVoltageTransfer, Type: Feature, Value: 140.000000
Path: UPS.Output.Voltage, Type: Feature, Value: 123.000000
Path: UPS.Output.PercentLoad, Type: Feature, Value: 0.000000
Path: UPS.Output.Test, Type: Feature, Value: 1.000000
Path: UPS.Output.DelayBeforeShutdown, Type: Feature, Value: -60.000000
Path: UPS.Output.DelayBeforeStartup, Type: Feature, Value: 0.000000
Path: UPS.Output.Boost, Type: Feature, Value: 0.000000
Path: UPS.Output.Ov...
2020 Jan 11
0
nut on armhf, r-pi4b IOW
...DDD" as root), the raw
> values before and after scaling are printed. For instance, on issue
> #482 (attached file "sx650g.txt"), this is what gets mapped to
> "ups.load":
>
> 0.070141 Report[get]: (3 bytes) => 13 14 00
> 0.070177 Path: UPS.Output.PercentLoad, Type: Feature, ReportID:
> 0x13, Offset: 0, Size: 8, Value: 20
>
> There are instructions in docs/hid-subdrivers.txt about capturing the
> debug output to a file. The gen-subdriver script only needs '-DD', but
> to see the raw values, I think we want '-DDD'. Since we...
2015 Jan 22
2
CyberPower BR850ELCD ignores offdelay and turns itself back on while still on battery
...turn off the USV and turn it back on.
>> For this issue, I attached three driver debug logs:
>
> USV == UPS, correct? Or is there another module involved?
Yes, USV is the German acronym for UPS, which I accidentally slipped in.
> I know this sounds off-topic, but in the logs, the PercentLoad is
> always 0. Is this actually the case, or is this a measurement error?
That's a measurement error on the UPS. As a test I had a 40W lamp
plugged into it and in later testing, I looked at its display, it was
also showing a 0% load. It's rated for a max of 510W and I guess isn't...