Hi,
I have:
- HA running on VM inside QNAP NAS ;
- Cyberpower UPS 850EG connected through USB (and recognised) by NAS
- NUT integration installed as add-on in HA
- added ip of HA to the acepted list for UPS in QNAP control panel
I tried to integrate ups in the system but every driver from NUT driver pages fails to load with error:
No matching HID UPS found
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
Driver failed to start (exit status=1)
Network UPS Tools - UPS driver controller 2.7.4
[cont-init.d] nut.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
My config includes following
devices:
- config: []
driver: usbhid-ups
name: myups
port: auto
mode: netserver
shutdown_host: 'false'
users:
- actions: []
instcmds:
- all
password: xxx
username: xxx'
Anybody knows what I am missing to add this UPS to my HA in order to send my alerts if electrcity is down ?
Thank you