On Sun, 11 Sep 2016 21:35:46 -0400, Lawrence Wieser wrote: > I have a CyberPower UPS that my OpenBSD 5.8 system sees just fine at uhidev0 > on upd0. But the `usbhid-ups` driver for NUT is unable to talk to it.
I'm successfully using a CyberPower CP1000PFCLCD with NUT and have no problems with the `usbhid-ups` driver. Did you set the group to _ups on /dev/usb0 (or whichever USB bus the upd attached to)? If not, that would explain the problem. E.g. % ls -l /dev/usb0 crw-rw---- 1 root _ups 61, 0 Jun 30 09:33 /dev/usb0 - todd