Open MurtFolak opened 7 years ago
(edited to adjust the formatting)
Note that the ups.firmware
format is similar to the following models:
It is possible that your UPS has a MODBUS interface, which is not yet implemented in NUT (see issue #139)
Same problem with my SMT750I - do we have more info since end 2016 regarding modbus? Doesn't look like it according to issues/PR I was able to find.
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 50
battery.runtime: 3480
battery.runtime.low: 120
battery.type: PbAc
battery.voltage: 27.0
battery.voltage.nominal: 24.0
device.mfr: American Power Conversion
device.model: Smart-UPS 750
device.serial: AS1243******
device.type: ups
driver.name: usbhid-ups
driver.parameter.pollfreq: 30
driver.parameter.pollinterval: 10
driver.parameter.port: /dev/ttyS1
driver.parameter.synchronous: no
driver.version: 2.7.4
driver.version.data: APC HID 0.96
driver.version.internal: 0.41
ups.beeper.status: enabled
ups.delay.shutdown: 20
ups.firmware: UPS 08.3 / ID=18
ups.mfr: American Power Conversion
ups.mfr.date: 2012/10/24
ups.model: Smart-UPS 750
ups.productid: 0003
ups.serial: AS1243******
ups.status: OL
ups.timer.reboot: -1
ups.timer.shutdown: -1
ups.vendorid: 051d
Hello, Sorry for digging up this really really Old issue. But is there a fix for this? As the Problem still persists with my SMT750I. I know there is a smart card for the ups which is around 80€ (https://www.office-partner.de/apc-ap9620-1793700) which delivers legacy communication protocol.
Any Otter solutions?
UPDATE: Sorry, thought about another issue, with APC MIB (not HID).
For APC modbus, a ticket at #139 is still waiting for someone to code and test a driver - possibly absorb apcupsd in the process (their latest releases could talk modbus, then development apparently went dormant half a decade ago).
As an APC customer, you can try asking for the protocol.
I will once again push this up here. Any news to get voltage values via USB ? How can I help for USB connection ?
@Seqway : did you have a chance to re-check if the current codebase (with apc_modbus
and currently a custom-built libmodbus
and NUT against it) does the trick - assuming the device also talks that protocol? See https://github.com/networkupstools/nut/wiki/APC-UPS-with-Modbus-protocol for details.
Otherwise, did you check if the current NUT codebase (git master or a recent 2.8.1 release) with usbhid-ups
have gained the ability by way of changes here and there since 2.7.4 (7 years ago or so)?
If not, please see docs in source about generation of USB HID subdrivers - you would need to "explore" the device and have a driver source generated, then compare it to the existing one to transplant possible new data points that your device exposes.
It may also be that it just does not report that level of detail...
Hello,
i can't get the "input.voltage" in http://networkupstools.org/ddl/APC/Smart-UPS_750.html it is listed but here it looks like this:
how can I get the Value?
Thank you!