Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

upscode2(8) [php man page]

UPSCODE2(8)							    NUT Manual							       UPSCODE2(8)

NAME
upscode2 - Driver for UPScode II compatible UPS equipment NOTE
This man page only documents the hardware-specific features of the upscode2 driver. For information about the core driver, see nutupsdrv(8). SUPPORTED HARDWARE
This driver supports UPS equipment which can be controlled via the UPScode II protocol. This is mainly Fiskars, Powerware equipment, but also some (probably OEM'ed) products from Compaq. EXTRA ARGUMENTS
This driver supports the following optional settings in the ups.conf(5): manufacturer=value Autodetection of this parameter is not possible yet (and it probably never will be). Therefore, this user-defined string accepts any name. The default is unknown. input_timeout=value The timeout waiting for a response from the UPS. Some UPS models have shown to be rather slow, resulting in frequent messages about empty responses from the UPS. If you see this, try increasing this value. output_pace=value Delay between characters sent to the UPS. This was added for completeness with the above parameter. It has not shown to be needed yet. baudrate=value The default baudrate is 1200, which is the standard for the UPScode II protocol. full_update_timer=value Number of seconds between collection of normative values. use_crlf Flag to set if commands towards to UPS need to be terminated with CR-LF, and not just CR. use_pre_lf Flag to set if commands towards to UPS need to be introduced with an LF. A Compaq T1500h is known to need this. COMMANDS
The driver supports the following commands for those UPSen that support them. The available commands are autodetected during initialization, so you should check availability with upscmd -l. o test.panel.start - Start UPS self test o test.battery.start - Start battery self test o beeper.enable - Enable UPS beeper o beeper.disable - Disable UPS beeper o shutdown.return - Shut down in 1 second and wait for power to return o shutdown.stayoff - Shut down in 1 seconds o shutdown.reboot - Shut down in 1 seconds and reboot after 1 minute o shutdown.reboot.graceful - Shut down in 20 seconds and reboot after 1 minute NOTES
The Powerware UPS models that this driver has been tested against until now have not returned a value for battery.charge. Therefore, the driver will guestimate a value based on the nominal battery min/max and the current battery voltage. AUTHOR
Havard Lygre <hklygre@online.no>, Niels Baggesen <niels@baggesen.net> SEE ALSO
The core driver: nutupsdrv(8) Internet resources: The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ Network UPS Tools 05/21/2012 UPSCODE2(8)

Check Out this Related Man Page

SAFENET(8)							    NUT Manual								SAFENET(8)

NAME
safenet - Driver for SafeNet compatible UPS equipment NOTE
This man page only documents the hardware-specific features of the safenet driver. For information about the core driver, see nutupsdrv(8). SUPPORTED HARDWARE
This driver supports UPS equipment which can be controlled via SafeNet v1.0 for Windows (serial interface only). EXTRA ARGUMENTS
This driver supports the following optional settings in the ups.conf(5) file: manufacturer=value Autodetection of this parameter is not possible yet (and it probably never will be). Therefore, this user-defined string accepts any name. The default is unknown. modelname=value Like manufacturer above. The default is unknown. serialnumber=value Like manufacturer above. The default is unknown. ondelay=value Time to wait before switching on the UPS (minutes). Defaults to 1 minute. offdelay=value Time to wait before shutting down the UPS (seconds). Defaults to 30 seconds. UPSCMD
This driver supports some instant commands (see upscmd(8)): test.battery.start Start UPS self test test.battery.stop Cancel UPS self test test.failure.start Start simulated power failure test.failure.stop Cancel simulated power failure beeper.enable Enable the UPS beeper beeper.mute Temporarily mute the UPS beeper beeper.toggle Toggle the UPS beeper shutdown.return Turn off the load and wait for the power to return. Uses the timer defined by offdelay. shutdown.reboot Turn off the load and return. Uses the timers defined by offdelay and ondelay. KNOWN PROBLEMS
If you run the shutdown.return command with mains present, the output may stay on or switch off and not back on again. The shutdown.reboot command will unconditionally switch on the load again (with or without mains present). If the driver is called with the -k option (or through upsdrvctl shutdown) it tries to detect which command should be used in an attempt to stay off until mains is present again or to cycle the output if the power returned in the mean time. This isn't bullet-proof, and you should be prepared that the power will either not be shutdown, or that it doesn't return when the power comes back. AUTHOR
Arjen de Korte <adkorte-guest at alioth.debian.org> SEE ALSO
The core driver: nutupsdrv(8) Internet resources: The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ Network UPS Tools 05/21/2012 SAFENET(8)
Man Page