search for: openups_drv_start_onbatt

Displaying 6 results from an estimated 6 matches for "openups_drv_start_onbatt".

2015 Mar 18
4
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
...p spending time on trying to get NUT to shut down the OpenUPS, or the and then use the following sequence : > > 1) UPSMON keeps track of data from the OpenUPS - I can see voltages and currents etc. using ups. And it does notifications properly. Out of curiosity, which notifications? In the openups_drv_start_onbatt log, the PresentStatus values look the same as the online log. Or do you mean you got that from the ignorelb configuration? > 2) It notifies me when the input power goes off and battery level drops to a critical % - set in NUT, not the OpenUPS. At (say) 11.3V it flags this as critical but doesn...
2015 Mar 18
0
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
...PDC spec, is read/write. I wonder if the firmware responds to this? So are you suggesting if I modify openups-hid.c to include this specific command as an instant command, it may respond? I could give it a try if you confirm that?s what you mean. > Out of curiosity, which notifications? In the openups_drv_start_onbatt log, the PresentStatus values look the same as the online log. Or do you mean you got that from the ignorelb configuration? The notifications are : ONLINE ONBATT FSD COMMOK COMMBAD SHUTDOWN (following FSD from command line). I believe it notified LOWBATT too when I used ignoreLB and over-rode batt...
2015 Mar 14
2
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
...... Name: openups_drv_start_lineon.gz Type: application/x-gzip Size: 8755 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20150314/f46ffa1e/attachment-0002.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: openups_drv_start_onbatt.gz Type: application/x-gzip Size: 8920 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20150314/f46ffa1e/attachment-0003.bin> -------------- next part -------------- > On 13 Mar 2015, at 23:17, Charles Lepple <clepple at gmail.com> w...
2015 Mar 17
0
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
...s isn?t a ?production system? currently; it?s my home automation server and it?s getting rebuilt shortly as I?ve changed tack on a few things and it needs a clean out anyway! So I will try anything! > > Many thanks for your help. > > Philip. > <openups_drv_start_lineon.gz><openups_drv_start_onbatt.gz> > >> On 13 Mar 2015, at 23:17, Charles Lepple <clepple at gmail.com> wrote: >> >> On Mar 13, 2015, at 10:14 AM, Rob Groner <rgroner at RTD.com> wrote: >> >>>> >>>> The documentation isn't explicit about this, but 'ups...
2015 Mar 13
0
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
On Mar 13, 2015, at 10:14 AM, Rob Groner <rgroner at RTD.com> wrote: >> >> The documentation isn't explicit about this, but 'upsdrvctl shutdown' is >> meant to be run after all of the other processes on the system have been >> killed, real filesystems have been unmounted, and the kernel shutdown >> syscall is about to be called. Usually the init
2015 Mar 13
2
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
> > The documentation isn't explicit about this, but 'upsdrvctl shutdown' is > meant to be run after all of the other processes on the system have been > killed, real filesystems have been unmounted, and the kernel shutdown > syscall is about to be called. Usually the init scripts will take care of this, > although I don't know how CentOS handles that