Amir Yalon
2012-Oct-22 21:56 UTC
[Nut-upsdev] [HCL] Advice PRV700 Pro supported by blazer_usb
Hi, Just purchased this UPS a few days ago. Device manufacturer: Advice Device name: PRV700 Pro Product page at online retailer (Hebrew): http://bug.co.il/prodtxt.asp?id=7992 upsc output: battery.voltage: 13.60 battery.voltage.nominal: 12.0 beeper.status: enabled device.type: ups driver.name: blazer_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.productid: 5161 driver.parameter.subdriver: cypress driver.parameter.vendorid: 0665 driver.version: 2.6.3 driver.version.internal: 0.04 input.current.nominal: 2.0 input.frequency: 49.8 input.frequency.nominal: 50 input.voltage: 235.9 input.voltage.fault: 235.9 input.voltage.nominal: 230 output.voltage: 237.7 ups.delay.shutdown: 30 ups.delay.start: 180 ups.load: 17 ups.productid: 5161 ups.status: OL ups.type: offline / line interactive ups.vendorid: 0665 upsrw yields empty output. upscmd -l output: Instant commands supported on UPS [advice]: beeper.toggle - Toggle the UPS beeper load.off - Turn off the load immediately load.on - Turn on the load immediately shutdown.return - Turn off the load and return when power is back shutdown.stayoff - Turn off the load and remain off shutdown.stop - Stop a shutdown in progress test.battery.start - Start a battery test test.battery.start.deep - Start a deep battery test test.battery.start.quick - Start a quick battery test test.battery.stop - Stop the battery test syslog contents from running upsmon -c fsd: Oct 22 23:17:02 hostname upsmon[9175]: Signal 10: User requested FSD Oct 22 23:17:02 hostname upsd[9171]: Client monitor at 127.0.0.1 set FSD on UPS [advice] Oct 22 23:17:02 hostname upsmon[9175]: Executing automatic power-fail shutdown Oct 22 23:17:02 hostname upsmon[9175]: Auto logout and shutdown proceeding Oct 22 23:28:57 hostname upsd[1784]: listening on 127.0.0.1 port 3493 Oct 22 23:28:57 hostname upsd[1784]: listening on ::1 port 3493 Oct 22 23:28:57 hostname upsd[1784]: Connected to UPS [advice]: blazer_usb-advice Oct 22 23:28:57 hostname upsd[1799]: Startup successful Oct 22 23:28:57 hostname upsmon[1802]: Startup successful Oct 22 23:28:57 hostname upsd[1799]: User monitor at 127.0.0.1 logged into UPS [advice] Shutting down, turning the load off, waiting and turning back on, everything works. Based also on information from this forum thread (Hebrew, http://www.whatsup.org.il/forum/44043), here is my patch for driver.list: diff --git a/data/driver.list.in b/data/driver.list.in index 935fec7..efbef0a 100644 --- a/data/driver.list.in +++ b/data/driver.list.in @@ -42,6 +42,9 @@ "ActivePower" "ups" "2" "1400VA" "" "blazer_ser" "ActivePower" "ups" "2" "2000VA" "" "blazer_ser" +"Advice" "ups" "2" "PRV650" "" "blazer_ser subdriver=cypress,vendorid=0665,productid=5161" +"Advice" "ups" "2" "PRV700 Pro" "" "blazer_ser subdriver=cypress,vendorid=0665,productid=5161" +"Advice" "ups" "2" "PRPC750" "" "blazer_ser subdriver=cypress,vendorid=0665,productid=5161" "Advice" "ups" "2" "TopGuard 2000" "" "blazer_ser" "AEC" "ups" "1" "MiniGuard UPS 700" "Megatec M2501 cable" "genericups upstype=21" Thanks, Amir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20121022/845f67ac/attachment.html>