Click here to see reports of other supported models from Liebert.
When a user reports that a variable/command is not right then it will be highlighted by a red underline. Bad values/ranges/etc… will get a red dashed outline or red solid left border. The accompanying explaining comment - if provided - will be emphasized through a red dotted border on the left. |
2.8.1
Report #1 with driver usbhid-ups (detailed comments available)
This device is known to work with driver usbhid-ups.
You can grab a dummy-ups compliant .dev
file to simulate this device clicking here.
Some more detailed comments are available after the "Known supported…" sections.
Known supported variables
This device is known to support the following variables (values are just examples):
battery.charge
|
|
battery.charge.low
|
|
battery.charge.warning
|
|
battery.type
|
|
battery.voltage.nominal
|
|
device.mfr
|
|
device.model
|
|
device.serial
|
|
device.type
|
|
driver.debug
|
|
driver.flag.allow_killpower
|
|
driver.flag.ignorelb
|
|
driver.parameter.default.battery.voltage
|
|
driver.parameter.default.battery.voltage.nominal
|
|
driver.parameter.default.input.voltage
|
|
driver.parameter.default.input.voltage.nominal
|
|
driver.parameter.override.battery.charge.low
|
|
driver.parameter.override.battery.charge.warning
|
|
driver.parameter.pollfreq
|
|
driver.parameter.pollinterval
|
|
driver.parameter.port
|
|
driver.parameter.productid
|
|
driver.parameter.synchronous
|
|
driver.state
|
|
driver.version
|
|
driver.version.data
|
|
driver.version.internal
|
|
driver.version.usb
|
|
input.voltage
|
|
input.voltage.nominal
|
|
ups.mfr
|
|
ups.model
|
|
ups.productid
|
|
ups.serial
|
|
ups.status
|
|
ups.vendorid
|
|
About this device
UPS shutdown has been tested.
I suspect these same parameters will also work for other GXT4 models and the GXT3 family as well, since they seem to share the same controller.
Reported at:
Further system data or configuration examples:
[gxt4]
driver = "nutdrv_qx"
desc = "Emerson Network Power Liebert GXT4"
vendorid = 10af
productid = 0000
ignorelb
override.battery.charge.warning = 40
override.battery.charge.low = 30
default.input.voltage.nominal = 120
default.input.voltage = 120
default.battery.voltage.nominal = 48
default.battery.voltage = 54
upsrw gxt4@localhost
listing# TODO: Convert to RW:... and RO:... markup
:; upsrw gxt4@localhost
[driver.debug]
Current debug verbosity level of the driver program
Type: NUMBER
Value: 0
[driver.flag.allow_killpower]
Safety flip-switch to allow the driver daemon to send UPS shutdown command (accessible via driver.killpower)
Type: NUMBER
Value: 0
upscmd -l gxt4@localhost
listing# TODO: Convert to CMD:... markup
:; upscmd -l gxt4@localhost
Instant commands supported on UPS [gxt4]:
driver.killpower - Tell the driver daemon to initiate UPS shutdown; should be unlocked with driver.flag.allow_killpower option or variable setting
driver.reload - Reload running driver configuration from the file system (only works for changes in some options)
driver.reload-or-error - Reload running driver configuration from the file system (only works for changes in some options); return an error if something changed and could not be applied live (so the caller can restart it with new options)
driver.reload-or-exit - Reload running driver configuration from the file system (only works for changes in some options); exit the running driver if something changed and could not be applied live (so service management framework can restart it with new options)