Writing add-on for apcupsd - need help

Hi all,

I’m writing an add-on for apcupsd and have hit a sticking point. If I run “lsusb” on SSH, I see the the ups is attached (it shows up as “Bus 001 Device 011: ID 051d:0002”) but the add-on can’t seem to find it. My add-on below runs apctest prior to starting the service and it’s unable to find the usb device. For my config file, I added: “devices”: ["/dev/bus/usb:/dev/bus/usb:rwm"] in an attempt to open up all USB ports to the add-on but still no luck.Giving it privileges like SYS_ADMIN also has to effect.

Here’s my repository: https://github.com/kipwittchen/hassio-addons

Thanks for the help!
Kip