Displaying 20 results from an estimated 20 matches for "apcdelaybeforeshutdown".
2018 Aug 24
2
APC Back-UPS CS 650 offdelay and startdelay
W dniu 24.08.2018 o 13:10, Charles Lepple pisze:
> Sorry, I didn't mean to imply that the master branch was necessarily going to be different, just wanted to make sure you had everything set up to recompile. The real test is to see if things change after commenting out that line (such as by changing it to start with "//"):
>
> // { "shutdown.return", 0, 0,
2007 Jan 26
1
newhidups output for Geek Squad GS1285U
...object UPS.Battery.Temperature
Can't find object UPS.Battery.ManufacturerDate
Can't find object UPS.PowerSummary.APCBattReplaceDate
Can't find object UPS.Battery.APCBattReplaceDate
Can't find object UPS.PowerSummary.DelayBeforeShutdown
Can't find object UPS.APCGeneralCollection.APCDelayBeforeShutdown
Can't find object UPS.Battery.Test
Can't find object UPS.ManufacturerDate
Can't find object UPS.PowerSummary.ManufacturerDate
Can't find object UPS.PowerSummary.PresentStatus.ShutdownImminent
Can't find object UPS.PowerSummary.PresentStatus.Overload
Can't find object UPS.Pow...
2005 Jul 22
1
Another HID USB UPS
...UPS.ff860018.Input
Path: UPS.ff860018.ConfigVoltage
Path: UPS.ff860018.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.Present...
2005 Aug 02
0
newhidups for APC Back-UPS ES 650
...UPS.ff860018.Input
Path: UPS.ff860018.ConfigVoltage
Path: UPS.ff860018.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.Present...
2019 Jun 11
2
UPS shuts down on NUT boot with low battery [APS Back-UPS RS 550G]
...e: 1
>    0.076023   Path: UPS.Input.APCLineFailCause, Type: Feature, ReportID: 0x36, Offset: 0, Size: 8, Value: 0
>    0.076649   Path: UPS.APCGeneralCollection.APCDelayBeforeReboot, Type: Feature, ReportID: 0x40, Offset: 0, Size: 8, Value: 0
>    0.077279   Path: UPS.APCGeneralCollection.APCDelayBeforeShutdown, Type: Feature, ReportID: 0x41, Offset: 0, Size: 16, Value: -1
>    0.077902   Path: UPS.APCGeneralCollection.DelayBeforeShutdown, Type: Feature, ReportID: 0x42, Offset: 0, Size: 16, Value: -1
>    0.078529   Path: UPS.PowerConverter.PercentLoad, Type: Feature, ReportID: 0x50, Offset: 0, Size...
2006 Nov 11
1
Help with newhidups subdriver for Dynex UPS
...object UPS.Battery.Temperature
Can't find object UPS.Battery.ManufacturerDate
Can't find object UPS.PowerSummary.APCBattReplaceDate
Can't find object UPS.Battery.APCBattReplaceDate
Can't find object UPS.PowerSummary.DelayBeforeShutdown
Can't find object UPS.APCGeneralCollection.APCDelayBeforeShutdown
Can't find object UPS.Battery.Test
Can't find object UPS.ManufacturerDate
Can't find object UPS.PowerSummary.ManufacturerDate
Can't find object UPS.PowerSummary.PresentStatus.ShutdownImminent
Can't find object UPS.PowerSummary.PresentStatus.Overload
Can't find object UPS.Pow...
2018 Aug 22
0
APC Back-UPS CS 650 offdelay and startdelay
...ature, ReportID: 0x26, Offset: 0, Size: 16, Value: 0
   1.489559	Report[get]: (3 bytes) => 27 ff ff
   1.489622	Path: UPS.Output.DelayBeforeShutdown, Type: Feature, ReportID: 0x27, Offset: 0, Size: 16, Value: -1
[...]
   1.539002	Report[get]: (3 bytes) => 41 ff ff
   1.539068	Path: UPS.Output.APCDelayBeforeShutdown, Type: Feature, ReportID: 0x41, Offset: 0, Size: 16, Value: -1
Can you please send another log, this time from sending the shutdown command: `/lib/nut/usbhid-ups -a apc -DDD -k`? As before, the regular driver will need to be stopped.
2018 Aug 26
0
APC Back-UPS CS 650 offdelay and startdelay
...>
Dear nut users,
Two APC Back-UPS CS 650
1) Firmware 817.v4.I
2) Firmware 817.v3.I
File apc-hid.c line 431
 { "shutdown.return", 0, 0, "UPS.Output.APCDelayBeforeReboot", NULL,
"1", HU_TYPE_CMD, NUL
Change to
 { "shutdown.return", 0, 0, "UPS.Output.APCDelayBeforeShutdown", NULL,
"120", HU_TYPE_CMD, NULL },
Now, UPS shutdown after 120sec from FSD command, and start from
hibernation automaticaly when power is back. Excelent!
(I tested 120,180,300 all work)
I'm try to set DEFAULT_OFFDELAY and define in ups.conf time to poweroff
(offdelay and ondel...
2019 Jun 11
0
UPS shuts down on NUT boot with low battery [APS Back-UPS RS 550G]
...>   0.076023   Path: UPS.Input.APCLineFailCause, Type: Feature, ReportID: 0x36, Offset: 0, Size: 8, Value: 0
>>   0.076649   Path: UPS.APCGeneralCollection.APCDelayBeforeReboot, Type: Feature, ReportID: 0x40, Offset: 0, Size: 8, Value: 0
>>   0.077279   Path: UPS.APCGeneralCollection.APCDelayBeforeShutdown, Type: Feature, ReportID: 0x41, Offset: 0, Size: 16, Value: -1
>>   0.077902   Path: UPS.APCGeneralCollection.DelayBeforeShutdown, Type: Feature, ReportID: 0x42, Offset: 0, Size: 16, Value: -1
>>   0.078529   Path: UPS.PowerConverter.PercentLoad, Type: Feature, ReportID: 0x50, Offset: 0...
2005 Aug 26
0
NUT patches
...UPS.ff860018.Input
Path: UPS.ff860018.ConfigVoltage
Path: UPS.ff860018.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.Present...
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
2018 Aug 21
2
APC Back-UPS CS 650 offdelay and startdelay
Welcome,
Acctualy, I'm try to poweroff my ESXi (6.7). Virtual machine with Ubuntu
and redirected USB port with APC Back UPS CS 650, have nut-server and
send info to ESXi. When battery is low, ESXi poweroff gracefully all VM
and same ESX go down. This work fine and don't have any problem.
But important to me, is set to more offdelay on UPS than the default 60
sec. (cut off power socket
2005 Jul 26
1
Some newhidups questions
...(2 bytes) => 35 02              == 2
  UPS.APC860018.APC860061               (2 bytes) => 36 00              == 0
  UPS.APC860052.APCGeneralCollection    (2 bytes) => 40 00              == 0
  UPS.APC860052.APCForceShutdown        (3 bytes) => 41 FF FF           == ??
  /* { "APCDelayBeforeShutdown", 0xff86007d }, Doesn't seem to make sense */
  UPS.APC86007d.PowerConverter          (2 bytes) => 50 04              == 4
  UPS.APC86007d.PercentLoad             (2 bytes) => 51 76              == 118
  /* How come 0xff860024 is used both as terminal and as path ?? */
  UPS.APC86002...
2020 Sep 03
2
UPS reboots with APC UPS
...0, Size: 8, Value: 1
    0.713331	Path: UPS.Input.APCLineFailCause, Type: Feature, ReportID: 
0x36, Offset: 0, Size: 8, Value: 0
    0.717383	Path: UPS.APCGeneralCollection.APCDelayBeforeReboot, Type: 
Feature, ReportID: 0x40, Offset: 0, Size: 8, Value: 0
    0.720381	Path: UPS.APCGeneralCollection.APCDelayBeforeShutdown, Type: 
Feature, ReportID: 0x41, Offset: 0, Size: 16, Value: -1
    0.726432	Path: UPS.APCGeneralCollection.DelayBeforeShutdown, Type: 
Feature, ReportID: 0x42, Offset: 0, Size: 16, Value: -1
    0.730420	Path: UPS.PowerConverter.PercentLoad, Type: Feature, 
ReportID: 0x50, Offset: 0, Size: 8, Valu...
2006 Oct 18
2
newhidups with APC Smart-UPS 1500
...nd object 
> > UPS.BatterySystem.Battery.Test Can't find object 
> > UPS.BatterySystem.Battery.Test Can't find object 
> > UPS.PowerSummary.APCPanelTest Can't find object 
> > UPS.PowerSummary.APCPanelTest Can't find object 
> > UPS.APCGeneralCollection.APCDelayBeforeShutdown
> > Can't find object UPS.PowerSummary.DelayBeforeStartup
> > Can't find object UPS.APCGeneralCollection.APCForceShutdown
> > Can't find object UPS.APCGeneralCollection.APCDelayBeforeShutdown
> > upsdrv_updateinfo...
> > dstate_init: sock /var/run/nut/newhi...
2006 Aug 02
1
nut-usb fink version
...ring_to_path()
> > Looking up UPS
> > Looking up PowerSummary
> > Looking up DelayBeforeShutdown
> > Report : (8 bytes) =3D> 00 00 9C F3 00 03 10 D2
> > entering string_to_path()
> > Looking up UPS
> > Looking up APCGeneralCollection
> > Looking up APCDelayBeforeShutdown
> > Report : (8 bytes) =3D> 00 00 9C F3 00 03 10 D2
> > entering string_to_path()
> > Looking up UPS
> > Looking up Output
> > Looking up DelayBeforeShutdown
> > Report : (8 bytes) =3D> 00 00 9C F3 00 03 10 D2
> > entering string_to_path()
> > L...
2009 Mar 13
7
Weird Load and Battery Temp Readings
I've acquired and installed NUT 2.4.1 on a D-Link DNS323 NAS. With 
exception of Load and Battery Temp readings all works well. A upsc 
ups at localhost command returns;
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 50
battery.date: 2001/09/25
battery.mfr.date: 2008/06/05
battery.runtime: 2122
battery.runtime.low: 120
battery.temperature: 3022999999999998800
battery.type:
2006 Feb 08
2
2.0.3-pre2: Spurious UPS UPS@localhost battery is
Peter Selinger wrote:
> Hm. I need more information, as NUT seems to garble the values even
> before I can see them. I am not so worried about the date and
> temperatures (although, strangely, the battery replacement date
> appears to be Sept 25, 2001, which makes no sense). But the voltage is
> definitely important.
>
> [...] 
>   
Thanks Peter - I'll send the new
2009 Sep 02
6
Selftest intervall, APC Smart-UPS 750 RM
Hello
I recently switched from apcupsd to NUT2.2.2  without 
any troubles.
I tried to figure out how I can configure the self-test
intervall. The command upsrw lists only the variables
battery.charge.low
battery.runtime.low
ups.delay.shutdown
ups.delay.start
The command usbhid-ups -D and the listing under
http://obsvermes.org/cgi-bin/nut/upsstats.cgi?host=apcsmart at localhost&treemode
2012 Apr 09
2
libusb_get_report: Unknown error
..., Type: Feature, ReportID: 0x29, Offset: 0, Size: 24, Value: 0
   1.088457	Report[get]: (2 bytes) => 40 00
   1.088466	Path: UPS.Output.APCDelayBeforeReboot, Type: Feature, ReportID: 0x40, Offset: 0, Size: 8, Value: 0
   1.094471	Report[get]: (3 bytes) => 41 ff ff
   1.094489	Path: UPS.Output.APCDelayBeforeShutdown, Type: Feature, ReportID: 0x41, Offset: 0, Size: 16, Value: -1
   1.100480	Report[get]: (2 bytes) => 2e 05
   1.100501	Path: UPS.iProduct, Type: Feature, ReportID: 0x2e, Offset: 0, Size: 8, Value: 5
   1.106497	Report[get]: (2 bytes) => 2f 02
   1.106518	Path: UPS.iSerialNumber, Type: Feature...