Dinow Hsieh
2017-May-17 08:53 UTC
[Nut-upsuser] Fw: [Nut-upsdev] POWERCOM-UPS-USB : UPS Shutdown
Good Day Roger AA. notice that during the test, you have little or no load, since despite being in state OB DISCHRG the battery.charge is still 100. It's best to perform such tests with a dummy load such as a table lamp and an old fashioned incandescent 100 watt bulb. ==> Yes. I got it and try to ascend load as below results dinow-All-Series:~# upsc pcmups Init SSL without certificate database battery.charge: 32 battery.charge.low: 10 battery.charge.warning: 30 battery.date: 2010/12/20 battery.runtime: 256 battery.type: PbAc device.mfr: POWERCOM Co.,LTD device.model: HID UPS Battery device.serial: 004-0D9F-000 device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.7.1 driver.version.data: PowerCOM HID 0.4 driver.version.internal: 0.38 input.frequency: 0.0 input.voltage: 0.0 output.frequency: 60.0 output.voltage: 110.0 ups.beeper.status: disabled ups.date: 2010/12/20 ups.delay.shutdown: 20 ups.delay.start: 60 ups.load: 58 ups.mfr: POWERCOM Co.,LTD ups.model: HID UPS Battery ups.productid: 0004 ups.serial: 004-0D9F-000 ups.status: OB DISCHRG TRIM ups.test.result: Done and passed ups.timer.shutdown: 169 ups.timer.start: 755760 ups.vendorid: 0d9f ---------------------------------------------------------------------------------------- BB. I wonder where the ups.delay.start: 60 comes from. The NUT default value is 30 secs, and you do not change the value in ups.conf. ==> I tried below set-command but it react fail dinow-All-Series:~# upsrw -s "ups.delay.shutdown"="30" -u pcmups pcmups at localhost Password: Unexpected response from upsd: ERR ACCESS-DENIED ==> Are there any behaviors that I should confirm ? ---------------------------------------------------------------------------------------- CC. Does a Ubuntu user with no xterm window open see the message as part of the ==> The root and remote user(ssh-putty) get the broadcasting message all from terminal-window ---------------------------------------------------------------------------------------- DD. I have tried below commands and the ups actually works (Battery test and Beeper ON/OFF) dinow-All-Series:~# upscmd -l pcmups Instant commands supported on UPS [pcmups]: beeper.disable - Disable the UPS beeper beeper.enable - Enable the UPS beeper beeper.toggle - Toggle the UPS beeper load.on - Turn on the load immediately load.on.delay - Turn on the load with a delay (seconds) shutdown.return - Turn off the load and return when power is back shutdown.stayoff - Turn off the load and remain off test.battery.start.quick - Start a quick battery test dinow-All-Series:~# upscmd pcmups test.battery.start.quick Username (root): pcmups Password: OK ==> The ups run battery mode dinow-All-Series:~# upscmd pcmups beeper.disable Username (root): pcmups Password: OK ==> The ups turn off it beeper when its on battery mode ==> However, I command center 5 (load.on / delay / shutdown return / stay off) but no any reaction occur If you have any questions, please don't hesitate to inform us. Sincerely yours, May. 17th Dinow Hsieh ----- Original Message ----- From: "Roger Price" <roger at rogerprice.org> To: "nut-upsuser Mailing List" <nut-upsuser at lists.alioth.debian.org> Sent: Tuesday, May 16, 2017 5:24 PM Subject: Re: [Nut-upsuser] Fw: [Nut-upsdev] POWERCOM-UPS-USB : UPS Shutdown> On Tue, 16 May 2017, Dinow Hsieh wrote: > >> BB. Could you show us the output of command "upsc pcmups"? >> >> ==> Yes. Below 2 mode were the outputs of command "upsc pcmups" >> >> battery.charge: 100 >> battery.charge.low: 10 >> battery.charge.warning: 30 >> battery.date: 2010/12/20 > ... >> ups.date: 2010/12/20 >> ups.load: 4 > ... >> ups.status: OB DISCHRG > > Is this battery really 6.5 years old? Is this part of the problem? One > would not expect such a battery to support any load. I notice that during > the test, you have little or no load, since despite being in state OB > DISCHRG the battery.charge is still 100. It's best to perform such tests > with a dummy load such as a table lamp and an old fashioned incandescent > 100 watt bulb. > >> ups.delay.shutdown: 20 >> ups.delay.start: 60 > > I wonder where the ups.delay.start: 60 comes from. The NUT default value > is 30 secs, and you do not change the value in ups.conf. > >> DD. Does wall successfully notify the users on an Ubuntu system? If you >> type >> >> echo "Hello from wall" | wall >> >> do the users of Gnome, KDE, LXDE, LightDM etc see the message? >> >> ==> Yes. I used the putty and got below 3 messages >> (Battery Power / Power Resotre / and type commands directly) >> >> >> D3. Broadcast Message from dinow-Al >> (/dev/pts/0) at 11:02 ... >> >> Hello from wall > > I'm guessing that this output is in an xterm window or something similar. > It shows that wall is working but does not show that the wall->Gnome, > wall->KDE, wall->LXDE, wall->LightDM interfaces are working. Does a > Ubuntu user with no xterm window open see the message as part of the > system notifications? > > Roger--------------------------------------------------------------------------------> _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser
Charles Lepple
2017-May-17 11:25 UTC
[Nut-upsuser] [Nut-upsdev] POWERCOM-UPS-USB : UPS Shutdown
On May 17, 2017, at 4:53 AM, Dinow Hsieh <dinow at upspowercom.com.tw> wrote:> > ==> I tried below set-command but it react fail > > dinow-All-Series:~# upsrw -s "ups.delay.shutdown"="30" -u pcmups pcmups at localhost > Password: > Unexpected response from upsd: ERR ACCESS-DENIED >This error is not from the driver. Be sure to specify a NUT user and password that is allowed to send instcmds: http://networkupstools.org/docs/man/upsd.users.html If you need to modify upsd.users, tell upsd to reload it: http://networkupstools.org/docs/man/upsd.html#_reloading
Dinow Hsieh
2017-May-18 09:17 UTC
[Nut-upsuser] [Nut-upsdev] POWERCOM-UPS-USB : UPS Shutdown
Good Day Charles Lepple AA. Be sure to specify a NUT user and password that is allowed to send instcmds: ==> Yes. By your corrections now I can modify "ups.delay.shutdown" and "ups.delay.start" ==> BIG THANKs BB. And I still need to find out the ways to trigger ups shutdown ==> Any your advices will make progress If you have any questions, please don't hesitate to inform us. Sincerely yours, May. 18th Dinow Hsieh ----- Original Message ----- From: "Charles Lepple" <clepple at gmail.com> To: "nut-upsuser Mailing List" <nut-upsuser at lists.alioth.debian.org> Sent: Wednesday, May 17, 2017 7:25 PM Subject: Re: [Nut-upsuser] [Nut-upsdev] POWERCOM-UPS-USB : UPS Shutdown> On May 17, 2017, at 4:53 AM, Dinow Hsieh <dinow at upspowercom.com.tw> wrote: >> >> ==> I tried below set-command but it react fail >> >> dinow-All-Series:~# upsrw -s "ups.delay.shutdown"="30" -u pcmups >> pcmups at localhost >> Password: >> Unexpected response from upsd: ERR ACCESS-DENIED >> > > This error is not from the driver. Be sure to specify a NUT user and > password that is allowed to send instcmds: > > http://networkupstools.org/docs/man/upsd.users.html > > If you need to modify upsd.users, tell upsd to reload it: > > http://networkupstools.org/docs/man/upsd.html#_reloading > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser > >