Karol Olszewski
2018-Aug-23 14:46 UTC
[Nut-upsuser] 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? https://github.com/networkupstools/nut/wiki/Building-NUT-on-Debian,-Raspbian-and-UbuntuOk, this is version from today github sync and compile (Ubuntu 18.04): Network UPS Tools - Generic HID driver 0.42 (2.7.4-490-g5dc80953) /lib/nut/usbhid-ups -a apc -DDD -k > Log attachement. root at vbox1804:/home/karol# upsc apc at localhost | grep driver.param Init SSL without certificate database driver.parameter.offdelay: 90 driver.parameter.ondelay: 120 driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.synchronous: no UPS cut off power after 60sec after FSD command from driver, when power back start after ~2sec. -- Karol Olszewski ipflow.pl -------------- next part -------------- A non-text attachment was scrubbed... Name: APC_log_git.log.gz Type: application/gzip Size: 6317 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20180823/d2dc275f/attachment.gz>
Charles Lepple
2018-Aug-24 11:10 UTC
[Nut-upsuser] APC Back-UPS CS 650 offdelay and startdelay
On Aug 23, 2018, at 10:46 AM, Karol Olszewski <karol.olszewski at ipflow.pl> wrote:> > 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? https://github.com/networkupstools/nut/wiki/Building-NUT-on-Debian,-Raspbian-and-Ubuntu > Ok, this is version from today github sync and compile (Ubuntu 18.04): > > Network UPS Tools - Generic HID driver 0.42 (2.7.4-490-g5dc80953)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, "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
Karol Olszewski
2018-Aug-24 21:13 UTC
[Nut-upsuser] 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, "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 back -- Karol Olszewski ipflow.pl