Installed the Nut Server add-on in the Supervisor. It can’t find the UPS I have connected. It is listed in the log (using the list_usb_devices option), but for some reason the add-on can’t pick it up. Any ideas? Configured as follows:
users:
- username: tescher
password: <my-pw>
instcmds:
- all
actions: []
devices:
- name: myups
driver: usbhid-ups
port: auto
config:
- vendorid = 0764
mode: netserver
shutdown_host: 'false'
shutdown_hassio: 'false'
list_usb_devices: 'true'
I get this on start-up of the add-on:
...
[cont-init.d] nut.sh: executing...
[18:48:15] INFO: Setting mode to netserver...
[18:48:16] INFO: Connected USB devices:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 065: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[18:48:16] INFO: Generating /etc/nut/upsd.users...
[18:48:16] INFO: Configuring user: tescher
[18:48:17] INFO: Password is NOT in the Have I Been Pwned database! Nice!
[18:48:18] INFO: Configuring Device named myups...
[18:48:18] INFO: Starting the UPS drivers...
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
No matching HID UPS found
Driver failed to start (exit status=1)
[cont-init.d] nut.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.