Hello Linas,> Just wanted to inform You (for the compatibility list), that HP R/T2200works perfectly with the hidups driver. Thank You very much for NUT! :)> > # upsc hp at localhost > battery.charge: 100 > battery.chemistry: PbAC > battery.voltage: 22.7 > driver.name: hidups > driver.parameter.port: /dev/usb/hiddev0 > driver.version: 2.0.5 > ups.delay.shutdown: -1 > ups.delay.start: -1 > ups.load: 18 > ups.mfr: Hewlett Packard > ups.model: R/T2200 INTL > ups.status: OLThanks for this feedback. First, you should switch to newhidups since it will hidups will have disapeared in the upcoming 2.2.0 release. You should get some added features as a bonus, but it may also require some modification on our side... Note that newhidups is already present in 2.0.5, and that you only need to put "port = auto" in ups.conf. Your UPS will then be autodetected. I will wait for your feedback on newhidups before adding this unit to the compatibility list. Arnaud -- Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://people.debian.org/~aquette/ OpenSource Developer - http://arnaud.quette.free.fr/
Hi Linas, did you have time to test newhidups? we are in the process of releasing nut 2.2.0 and would like to update the more possible things. Note that hidups has finally been removed in the release, being replaced by newhidups (now called usbhid-ups)! 2007/5/31, Arnaud QUETTE <Arnaud.QUETTE at mgeups.com>:> Hello Linas, > > > Just wanted to inform You (for the compatibility list), that HP R/T2200 > works perfectly with the hidups driver. Thank You very much for NUT! :) > > > > # upsc hp at localhost > > battery.charge: 100 > > battery.chemistry: PbAC > > battery.voltage: 22.7 > > driver.name: hidups > > driver.parameter.port: /dev/usb/hiddev0 > > driver.version: 2.0.5 > > ups.delay.shutdown: -1 > > ups.delay.start: -1 > > ups.load: 18 > > ups.mfr: Hewlett Packard > > ups.model: R/T2200 INTL > > ups.status: OL > > Thanks for this feedback. > > First, you should switch to newhidups since it will hidups will have > disapeared in > the upcoming 2.2.0 release. You should get some added features as a bonus, > but it > may also require some modification on our side... > > Note that newhidups is already present in 2.0.5, and that you only need to > put > "port = auto" in ups.conf. Your UPS will then be autodetected. > > I will wait for your feedback on newhidups before adding this unit to the > compatibility list.thanks, Arnaud -- Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://people.debian.org/~aquette/ OpenSource Developer - http://arnaud.quette.free.fr/
Hi Linas, first, please keep the list cc'ed. 2007/6/4, Linas <linas at sapnas.net>:> Hello, > > > did you have time to test newhidups? > > sorry for the delay. Yes, I did.. and it doesn't work for me :( > > # upsdrvctl -D start > Network UPS Tools - UPS driver controller 2.0.5 > Starting UPS: hp > Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 > (2.0.5) > > No matching HID UPS found > Driver failed to start (exit status=1) > > ------ > [hp] > driver = newhidups > port = auto > desc = "HP R/T2200" > > any ideas?yep, I forgot the device claiming which implies to have the USB VendorID and ProductID. please, give us these back. You can obtain these using lsusb for example. Then, to test the support for your unit, simply use: newhidups -DDD -u root -x explore -x vendorid=XXXX auto completing the XXXX for vendorid with your specific entry. Note that you can also put the above in ups.conf. For more info, refer to the manpage This will allows us to add this to the supported list of devices in newhidups / usbhid-ups. Thanks again, Arnaud -- Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://people.debian.org/~aquette/ OpenSource Developer - http://arnaud.quette.free.fr/