-
-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
CyberPower (CPS)Incorrect or missing readingsOn some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.)On some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.)PowerWalkerPowerWalker and BlueWalker branded devicesPowerWalker and BlueWalker branded devicesUSBUSB-HID encoding/LogMin/LogMaxIssues and solutions (PRs) specifically about incorrect values in bitstreamIssues and solutions (PRs) specifically about incorrect values in bitstreamneed testingCode looks reasonable, but the feature would better be tested against hardware or OSesCode looks reasonable, but the feature would better be tested against hardware or OSesraspberry
Milestone
Description
I am using a raspberry pi to monitor my UPS. NUT has detected the model number, and some other things, but battery charge is constantr at 50, no matter if battery is full or not, output.voltage is always 123.4 too, where it should be 230-231, input voltage is 102, but should be 230 too.
I tried to increase poolfreq and poolinterval, as it seems to have fixed problems for someone else, but it didnt change anything for me.
pi@raspberrypi:~ $ upsc ups
Init SSL without certificate database
battery.charge: 50
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: 1
battery.runtime: 300
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 72.0
battery.voltage.nominal: 12
device.mfr: 1
device.model: 750R
device.type: ups
driver.name: usbhid-ups
driver.parameter.pollfreq: 240
driver.parameter.pollinterval: 120
driver.parameter.port: auto
driver.parameter.synchronous: no
driver.version: 2.7.4
driver.version.data: CyberPower HID 0.4
driver.version.internal: 0.41
input.transfer.high: 14
input.transfer.low: 9
input.voltage: 25.2
input.voltage.nominal: 102
output.voltage: 123.4
ups.beeper.status: enabled
ups.delay.shutdown: 20
ups.delay.start: 30
ups.load: 5
ups.mfr: 1
ups.model: 750R
ups.productid: 0601
ups.realpower.nominal: 999
ups.status: OL BOOST
ups.timer.shutdown: -60
ups.timer.start: -60
ups.vendorid: 0764
maxretry = 3
[ups]
driver = usbhid-ups
port = auto
desc = "Bluewalker PowerWalker VI 750 R1U"
pollfreq=240
pollinterval=120
Could this be a config problem, or does NUT just not work with this UPS?
Metadata
Metadata
Assignees
Labels
CyberPower (CPS)Incorrect or missing readingsOn some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.)On some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.)PowerWalkerPowerWalker and BlueWalker branded devicesPowerWalker and BlueWalker branded devicesUSBUSB-HID encoding/LogMin/LogMaxIssues and solutions (PRs) specifically about incorrect values in bitstreamIssues and solutions (PRs) specifically about incorrect values in bitstreamneed testingCode looks reasonable, but the feature would better be tested against hardware or OSesCode looks reasonable, but the feature would better be tested against hardware or OSesraspberry
Type
Projects
Status
Todo