It is connected via USB so it is using "usbhid-ups" as the driver, port is not set. However, nut is unable to find it without the productid=2007. I didn't see anything in the template that would set productid. I had initially tried vendorid=09ae, but that did not work. Only the combination of productid=2007 and using -u root is allowing the UPS to be found and connected to.
config show nut
nut=service
MasterPass=4FiDslUBYnpbQJZ/1i6FVySiQHmNEg+Okh6VYDdDgMh1oYQuRnIcCSrPIJs8uxjlCLEAU1H1habg
Model=usbhid-ups
SlavePass=g/D56fOZZ3kY1PLINqY2x0dNLx2ncrwN9/Gp+wlr+9dzfw+R+SQ9IIGoD7QQVM/eBkRoMuTbJGka
status=enabled
lsusb
Bus 008 Device 001: ID 0000:0000
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 002: ID 09ae:2007 Tripp Lite
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
/etc/e-smith/templates-custom/etc/ups/ups.conf/UPS-2
productid=2007
Steps I tried:
1. upsdrvctl start UPS - "No Matching HID".
2. upsdrvctl -u root start UPS - "No Matching HID"
3. Added productid=2007 to /etc/ups/ups.conf.
4. upsdrvctl start UPS - "No Matching HID".
5. upsdrvctl -u root start UPS - "Detected a UPS..."
6. upsd -d root - "Connected to"
7. upsc UPS - confirm connection
Jeff