Displaying 3 results from an estimated 3 matches for "006550".
Did you mean:
000550
2018 Aug 23
2
APC Back-UPS CS 650 offdelay and startdelay
W dniu 23.08.2018 o 02:16, Charles Lepple pisze:
>
> For some reason, this is being hardcoded to 1:
>
> drivers/apc-hid.c- /* used by APC BackUPS CS */
> drivers/apc-hid.c: { "shutdown.return", 0, 0, "UPS.Output.APCDelayBeforeReboot", NULL, "1", HU_TYPE_CMD, NULL },
>
> Can you rebuild the NUT drivers as described here?
2018 Aug 24
0
APC Back-UPS CS 650 offdelay and startdelay
...it to start with "//"):
// { "shutdown.return", 0, 0, "UPS.Output.APCDelayBeforeReboot", NULL, "1", HU_TYPE_CMD, NULL },
For reference, here's the thread related to adding that mapping: https://alioth-lists.debian.net/pipermail/nut-upsuser/2011-January/006550.html
2018 Aug 24
2
APC Back-UPS CS 650 offdelay and startdelay
..."//"):
>
> // { "shutdown.return", 0, 0, "UPS.Output.APCDelayBeforeReboot", NULL, "1", HU_TYPE_CMD, NULL },
>
> For reference, here's the thread related to adding that mapping: https://alioth-lists.debian.net/pipermail/nut-upsuser/2011-January/006550.html
>
Hi
I'm bit closer :)
Acctually change "UPS.Output.APCDelayBeforeReboot" to
{ "shutdown.return", 0, 0, "UPS.Output.APCShutdownAfterDelay", NULL,
"90", HU_TYPE_CMD, NULL },
Now, UPS turn off load after 90 sec, but not power ON when power is ba...