-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "LiebertPSA" reports for NUT v2.7.4 and v2.8.0 (regressed) from m…
…ailing list discussion Signed-off-by: Jim Klimov <[email protected]>
- Loading branch information
Showing
2 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# DEVICE:URL:REPORT: https://alioth-lists.debian.net/pipermail/nut-upsuser/2024-March/013619.html | ||
|
||
# DEVICE:COMMENT | ||
# As discussed in the mailing list thread, this device showed zeroed readings for | ||
# battery, input and output voltages with NUT v2.8.0/libusb-1.0/aarch64 (packaged), | ||
# while it shows correct information with NUT v2.7.4/libusb-0.1/armv7l posted here. | ||
# It is anticipated that NUT v2.8.2 or later would include a fix. | ||
# DEVICE:EOC | ||
|
||
# DEVICE:COMMENT-BLOCK: Driver versions | ||
# Network UPS Tools - UPS driver controller 2.7.4 | ||
# Network UPS Tools - Generic HID driver 0.41 (2.7.4) | ||
# USB communication driver 0.33 | ||
# Using subdriver: Belkin/Liebert HID 0.17 | ||
# DEVICE:EOC | ||
|
||
battery.charge: 100 | ||
battery.charge.low: 38 | ||
battery.charge.warning: 38 | ||
battery.type: PbAc | ||
battery.voltage: 13.9 | ||
battery.voltage.nominal: 12.0 | ||
device.mfr: Emerson Network Power | ||
device.model: LiebertPSA | ||
device.serial: | ||
device.type: ups | ||
driver.name: usbhid-ups | ||
driver.parameter.bus: 001 | ||
driver.parameter.pollfreq: 30 | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: auto | ||
driver.parameter.productid: 0001 | ||
driver.parameter.synchronous: no | ||
driver.parameter.vendorid: 10AF | ||
driver.version: 2.7.4 | ||
driver.version.data: Belkin/Liebert HID 0.17 | ||
driver.version.internal: 0.41 | ||
input.frequency: 50.0 | ||
input.voltage: 221.8 | ||
output.voltage: 222.6 | ||
ups.load: 8 | ||
ups.mfr: Emerson Network Power | ||
ups.model: LiebertPSA | ||
ups.productid: 0001 | ||
ups.serial: | ||
ups.status: OL CHRG | ||
ups.vendorid: 10af |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# DEVICE:URL:REPORT: https://alioth-lists.debian.net/pipermail/nut-upsuser/2024-March/013619.html | ||
|
||
# DEVICE:COMMENT | ||
# As discussed in the mailing list thread, this device showed zeroed readings for | ||
# battery, input and output voltages with NUT v2.8.0/libusb-1.0/aarch64 posted here, | ||
# while it shows correct information with NUT v2.7.4/libusb-0.1/armv7l. | ||
# It is anticipated that NUT v2.8.2 or later would include a fix. | ||
# | ||
# > Except for those marked, all values in 2.8.0 are correct. | ||
# DEVICE:EOC | ||
|
||
# DEVICE:COMMENT-BLOCK: Driver versions | ||
# Network UPS Tools - UPS driver controller 2.8.0 | ||
# Network UPS Tools - Generic HID driver 0.47 (2.8.0) | ||
# USB communication driver (libusb 1.0) 0.43 | ||
# Using subdriver: Belkin/Liebert HID 0.18 | ||
# LineVoltage exponent looks wrong, but not correcting. | ||
# LineVoltage exponent looks wrong, but not correcting. | ||
# LineVoltage exponent looks wrong, but not correcting. | ||
# ConfigVoltage exponent looks wrong, but not correcting. | ||
# DEVICE:EOC | ||
|
||
battery.charge: 100 | ||
battery.charge.low: 38 | ||
battery.charge.warning: 38 | ||
battery.type: PbAc | ||
battery.voltage: 0.0 #BAD: Not zero with NUT v2.7.4 on same HW | ||
battery.voltage.nominal: 0.0 #BAD: Not zero with NUT v2.7.4 on same HW | ||
device.mfr: Emerson Network Power | ||
device.model: LiebertPSA | ||
device.serial: | ||
device.type: ups | ||
driver.name: usbhid-ups | ||
driver.parameter.bus: 001 | ||
driver.parameter.pollfreq: 30 | ||
driver.parameter.pollinterval: 15 | ||
driver.parameter.port: auto | ||
driver.parameter.productid: 0001 | ||
driver.parameter.synchronous: auto | ||
driver.parameter.vendorid: 10AF | ||
driver.version: 2.8.0 | ||
driver.version.data: Belkin/Liebert HID 0.18 | ||
driver.version.internal: 0.47 | ||
driver.version.usb: libusb-1.0.26 (API: 0x1000109) | ||
input.frequency: 49.9 | ||
input.voltage: 0.0 #BAD: Not zero with NUT v2.7.4 on same HW | ||
output.voltage: 0.0 #BAD: Not zero with NUT v2.7.4 on same HW | ||
ups.load: 9 | ||
ups.mfr: Emerson Network Power | ||
ups.model: LiebertPSA | ||
ups.productid: 0001 | ||
ups.serial: | ||
ups.status: OL CHRG | ||
ups.vendorid: 10af |