hyouko at gmail.com
2013-Dec-09 15:04 UTC
[Nut-upsuser] AtlantisLand don't want to wake up after the whiteout
2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>:> Hi all,Hi> I've problem with the management of my AtlantisLand UPS, the UPS don't want > to wake up after the whiteout and I don't have any idea why..Some (very old) units are known to have problems with small values for ondelay (hence the default 3 minutes value): https://github.com/networkupstools/nut/blob/master/drivers/blazer.c#L443 Have you tried increasing the standard ondelay?
Fabio Cecamore
2013-Dec-09 15:12 UTC
[Nut-upsuser] AtlantisLand don't want to wake up after the whiteout
Thanks for your reply Hyouko, these are the actual not working parameters: driver.parameter.offdelay: 60 driver.parameter.ondelay: 5 ups.delay.shutdown: 60 ups.delay.start: 300 and the UPS don't wake up after the whiteout.. My UPS is not so old :( Il 09/12/2013 16.04, hyouko at gmail.com ha scritto:> 2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>: >> Hi all, > Hi > >> I've problem with the management of my AtlantisLand UPS, the UPS don't want >> to wake up after the whiteout and I don't have any idea why.. > Some (very old) units are known to have problems with small values for > ondelay (hence the default 3 minutes value): > > https://github.com/networkupstools/nut/blob/master/drivers/blazer.c#L443 > > Have you tried increasing the standard ondelay?
hyouko at gmail.com
2013-Dec-09 15:52 UTC
[Nut-upsuser] AtlantisLand don't want to wake up after the whiteout
2013/12/9 Fabio Cecamore <ceca_89 at hotmail.com>:> and the UPS don't wake up after the whiteout..2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>:> desc = "AtlantisLand Host Power 851+"Is your UPS an 'Atlantis Land Host Power 851' or an 'Atlantis Land One Power 841+'? The first one should be using a slighty modified version of the 'QS' ('mustek' in NUT) protocol: Roberto Martelli has done a lot of testing with it for me as we are trying to improve the support for it in NUT and his UPS seems to wake up after the witheout, he has problems that seem to be related to a specific sequence of commands, but I don't think that's the case with you. The 841+: as it comes with ViewPower, I suppose it's manufactured by Voltronic Power; if that is the case *and* your unit is using their 'QGS' ('voltronic' in NUT) protocol, maybe the UPS has the 'Auto Reboot' (in Voltronic Power's ViewPower) option disabled or 'ups.delay.start' (in NUT, using the new nutdrv_qx driver with protocol=voltronic) option set to 'no'. Can you please launch the driver with a debug level = 3 and provide some logs? blazer_usb -DDD -a <name_of_the_ups> i.e., going by the ups.conf of your mail: blazer_usb -DDD -a ups This way we can at least see if it's using a Q1 or a QS protocol.