search for: remainingcapacitylimit

Displaying 20 results from an estimated 67 matches for "remainingcapacitylimit".

2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
You have the device side right. Devices have "UPS.PowerSummary.CapacityMode" (are the next three in %, mAh, or mWh? "UPS.PowerSummary.FullChargeCapacity" "UPS.PowerSummary.RemainingCapacity" "UPS.PowerSummary.RemainingCapacityLimit" "UPS.PowerSummary.WarningCapacityLimit" According to nut-names.txt, NUT has: battery.charge | Battery charge (percent) | 100.0 battery.charge.low | Remaining battery level when UPS switches to LB (percent) battery.charge.restart | Minimum battery l...
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 unfortunately necessary to complete the follow...
2005 Oct 02
3
more on 2.0.3-pre
...hid.c 2005-10-02 14:38:00.000000000 -0400 @@ -115,11 +115,14 @@ /* Battery page */ { "battery.charge", 0, 1, "UPS.PowerSummary.RemainingCapacity", NULL, "%.0f", HU_FLAG_OK, NULL }, - { "battery.charge.low", ST_FLAG_STRING, 5, "UPS.PowerSummary.RemainingCapacityLimit", NULL, - "%.0f", HU_FLAG_OK, NULL }, /* Read only */ + /* the following is writeable for the Back-UPS ES 650 */ + { "battery.charge.low", ST_FLAG_RW | ST_FLAG_STRING, 5, "UPS.PowerSummary.RemainingCapacityLimit", NULL, + "%.0f", HU_FLAG_OK | HU_...
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
...K or failed) > > Grep'ing the source, nothing makes use of this now (some subdrivers have it > mapped to unmapped.ups.powersummary.capacitymode or something similar) and > many of the HID UPS drivers assume CapacityMode 2 (they interpret > RemainingCapacity, WarningCapacityLimit, RemainingCapacityLimit as > percent). My application (and the original sample sketch for the Arduino > project also does this, so I'm fine with that. > > But, I was wondering if anyone could point out the right way in a NUT > subdriver to have a function that handles RemainingCapacity do different >...
2014 Feb 25
0
Setting UPS values can be confusing
...9;t do anything, I saw it get reset back to 10 after running upscmd. So I guess it would be best to use ignorelb and override.<variable>? --- 0.624002 hid_lookup_usage: UPS -> 00840004 0.624002 hid_lookup_usage: PowerSummary -> 00840024 0.624002 hid_lookup_usage: RemainingCapacityLimit -> 00850029 0.624002 string_to_path: depth = 3 0.624002 Report[buf]: (2 bytes) => 11 0a 0.624002 PhyMax = 0, PhyMin = 0, LogMax = 100, LogMin = 1 0.624002 Unit = 00000000, UnitExp = 0 0.624002 Exponent = 0 0.624002 Path: UPS.PowerSummary.RemainingCapa...
2005 Oct 02
0
2.0.3-pre
...hid.c 2005-10-01 22:56:37.000000000 -0400 @@ -115,11 +115,14 @@ /* Battery page */ { "battery.charge", 0, 1, "UPS.PowerSummary.RemainingCapacity", NULL, "%.0f", HU_FLAG_OK, NULL }, - { "battery.charge.low", ST_FLAG_STRING, 5, "UPS.PowerSummary.RemainingCapacityLimit", NULL, - "%.0f", HU_FLAG_OK, NULL }, /* Read only */ + /* the following is writeable for the Back-UPS ES 650 */ + { "battery.charge.low", ST_FLAG_RW | ST_FLAG_STRING, 5, "UPS.PowerSummary.RemainingCapacityLimit", NULL, + "%.0f", HU_FLAG_OK | HU_...
2010 Jul 12
2
LiebertPSP
Hi Guys Having trouble getting my LiebertPSP UPS to work. $ upsc upsname battery.charge.low: 38 battery.charge.warning: 38 battery.type: PbAc device.mfr: Emerson Network Power device.model: LiebertPSP device.serial: device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.vendorid: 10af driver.version:
2006 Jun 14
3
Trouble Configuring NUT with Gamatronic USB
Hi I am running FC5 with nut coming from the fc5 extras repositories. I am trying to configure a Gamatronic D-Compact ups. The cable that came with the ups has a serial connector on one end and a usb on the other. cat /proc/bus/usb/devices produces T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P:
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
...Boolean support only (OK or failed) Grep'ing the source, nothing makes use of this now (some subdrivers have it mapped to unmapped.ups.powersummary.capacitymode or something similar) and many of the HID UPS drivers assume CapacityMode 2 (they interpret RemainingCapacity, WarningCapacityLimit, RemainingCapacityLimit as percent). My application (and the original sample sketch for the Arduino project also does this, so I'm fine with that. But, I was wondering if anyone could point out the right way in a NUT subdriver to have a function that handles RemainingCapacity do different things based on CapacityMode...
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 Nov 11
1
Help with newhidups subdriver for Dynex UPS
...signCapacity, Type: Feature, Value: 100.000000 Path: UPS.PowerSummary.CapacityGranularity1, Type: Feature, Value: 5.000000 Path: UPS.PowerSummary.CapacityGranularity2, Type: Feature, Value: 10.000000 Path: UPS.PowerSummary.WarningCapacityLimit, Type: Feature, Value: 20.000000 Path: UPS.PowerSummary.RemainingCapacityLimit, Type: Feature, Value: 10.000000 Path: UPS.PowerSummary.FullChargeCapacity, Type: Feature, Value: 100.000000 Path: UPS.PowerSummary.RemainingCapacity, Type: Input, Value: 120.000000 Path: UPS.PowerSummary.RemainingCapacity, Type: Feature, Value: 120.000000 Path: UPS.PowerSummary.RunTimeToEmpty, Typ...
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
2017 Apr 17
1
New UPS information - Liebert GXT4 via US
...ReportID: 0x03, Offset: 24, Size: 2, Value: 2 0.008448 Path: UPS.PowerSummary.Rechargeable, Type: Feature, ReportID: 0x03, Offset: 26, Size: 1, Value: 1 0.008480 Path: UPS.PowerSummary.Undefined, Type: Feature, ReportID: 0x03, Offset: 27, Size: 5, Value: 1 0.008638 Path: UPS.PowerSummary.RemainingCapacityLimit, Type: Feature, ReportID: 0x13, Offset: 0, Size: 8, Value: 20 0.008892 Path: UPS.PowerSummary.RemainingCapacity, Type: Feature, ReportID: 0x06, Offset: 0, Size: 8, Value: 100 0.008921 Path: UPS.PowerSummary.RemainingCapacity, Type: Input, ReportID: 0x06, Offset: 0, Size: 8, Value: 100 0.00...
2018 May 25
1
[HCL] IBM 1500VA/1000W Tower HV UPS supported by usbhid-ups
...S.OutletSystem.Outlet.[2].PresentStatus.SwitchOn/Off, Type: Feature, ReportID: 0x82, Offset: 0, Size: 8, Value: 1 8.903955 Path: UPS.OutletSystem.Outlet.[2].PresentStatus.SwitchOn/Off, Type: Input, ReportID: 0x82, Offset: 0, Size: 8, Value: 1 8.931112 Path: UPS.OutletSystem.Outlet.[2].RemainingCapacityLimit, Type: Feature, ReportID: 0x84, Offset: 0, Size: 8, Value: 0 8.964691 Path: UPS.OutletSystem.Outlet.[2].ffff005d, Type: Feature, ReportID: 0x87, Offset: 0, Size: 32, Value: 2.14748e+09 8.995681 Path: UPS.OutletSystem.Outlet.[2].ffff005e, Type: Feature, ReportID: 0x8a, Offset: 0, Size:...
2005 Oct 04
0
Problems connecting to APC/Smart-UPS 3000 RM
...mmary.DesignCapacity Path: UPS.PowerSummary.FullChargeCapacity Path: UPS.PowerSummary.RemainingCapacity Path: UPS.PowerSummary.RemainingCapacity Path: UPS.PowerSummary.CapacityGranularity1 Path: UPS.PowerSummary.CapacityGranularity2 Path: UPS.PowerSummary.WarningCapacityLimit Path: UPS.PowerSummary.RemainingCapacityLimit Path: UPS.PowerSummary.ManufacturerDate Path: UPS.PowerSummary.RunTimeToEmpty Path: UPS.PowerSummary.RunTimeToEmpty Path: UPS.PowerSummary.DelayBeforeShutdown Path: UPS.PowerSummary.DelayBeforeReboot Path: UPS.PowerSummary.RemainingTimeLimit Path: UPS.PowerSummary.RemainingTimeLimit Path: UPS.Power...
2018 Sep 01
0
Adding drivers to NUT?
...ransfer.high / UPS.Input.HighVoltageTransfer - input.transfer.low / UPS.PowerConverter.Output.LowVoltageTransfer - input.transfer.high / UPS.PowerConverter.Output.HighVoltageTransfer - battery.charge.warning / UPS.PowerSummary.WarningCapacityLimit - battery.charge.low / UPS.PowerSummary.RemainingCapacityLimit 2. Do the following ones return punctual data, or only the nominal value? If the latter, do they change, or they are static? - ups.realpower / UPS.Output.ConfigActivePower - ups.realpower / UPS.Flow.ConfigApparentPower 3. Are the following ones static? - input.voltage.nominal / UPS.Input.C...
2007 Jan 26
1
newhidups output for Geek Squad GS1285U
...signCapacity, Type: Feature, Value: 100.000000 Path: UPS.PowerSummary.CapacityGranularity1, Type: Feature, Value: 5.000000 Path: UPS.PowerSummary.CapacityGranularity2, Type: Feature, Value: 10.000000 Path: UPS.PowerSummary.WarningCapacityLimit, Type: Feature, Value: 20.000000 Path: UPS.PowerSummary.RemainingCapacityLimit, Type: Feature, Value: 10.000000 Path: UPS.PowerSummary.FullChargeCapacity, Type: Feature, Value: 100.000000 Path: UPS.PowerSummary.RemainingCapacity, Type: Input, Value: 100.000000 Path: UPS.PowerSummary.RemainingCapacity, Type: Feature, Value: 100.000000 Path: UPS.PowerSummary.RunTimeToEmpty, Ty...
2020 Oct 23
2
Nut-upsuser Digest, Vol 184, Issue 8
...fset: 8, Size: 8, Value: 5 0.032450 Path: UPS.PowerSummary.CapacityGranularity2, Type: Feature, ReportID: 0x07, Offset: 16, Size: 8, Value: 10 0.032552 Path: UPS.PowerSummary.WarningCapacityLimit, Type: Feature, ReportID: 0x07, Offset: 24, Size: 8, Value: 20 0.032652 Path: UPS.PowerSummary.RemainingCapacityLimit, Type: Feature, ReportID: 0x07, Offset: 32, Size: 8, Value: 10 0.032752 Path: UPS.PowerSummary.FullChargeCapacity, Type: Feature, ReportID: 0x07, Offset: 40, Size: 8, Value: 100 0.034988 Path: UPS.PowerSummary.RemainingCapacity, Type: Input, ReportID: 0x08, Offset: 0, Size: 8, Value: 100 0...
2020 Oct 21
1
Can't get CyberPower UPS to work with Raspberry Pi 4
...fset: 8, Size: 8, Value: 5 0.022992 Path: UPS.PowerSummary.CapacityGranularity2, Type: Feature, ReportID: 0x07, Offset: 16, Size: 8, Value: 10 0.023031 Path: UPS.PowerSummary.WarningCapacityLimit, Type: Feature, ReportID: 0x07, Offset: 24, Size: 8, Value: 20 0.023071 Path: UPS.PowerSummary.RemainingCapacityLimit, Type: Feature, ReportID: 0x07, Offset: 32, Size: 8, Value: 10 0.023107 Path: UPS.PowerSummary.FullChargeCapacity, Type: Feature, ReportID: 0x07, Offset: 40, Size: 8, Value: 100 0.025413 Path: UPS.PowerSummary.RemainingCapacity, Type: Input, ReportID: 0x08, Offset: 0, Size: 8, Value: 100 0...
2018 Sep 03
0
Adding drivers to NUT?
...sfer > > - input.transfer.low / UPS.PowerConverter.Output.LowVoltageTransfer > > - input.transfer.high / UPS.PowerConverter.Output.HighVoltageTransfer > > - battery.charge.warning / UPS.PowerSummary.WarningCapacityLimit > > - battery.charge.low / UPS.PowerSummary.RemainingCapacityLimit > > 2. Do the following ones return punctual data, or only the nominal > > value? If the latter, do they change, or they are static? > > - ups.realpower / UPS.Output.ConfigActivePower > > - ups.realpower / UPS.Flow.ConfigApparentPower > > 3. Are the following one...