Displaying 1 result from an estimated 1 matches for "ups11".
Did you mean:
ups1
2023 Oct 29
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
...Arduino I used `nut-scanner -U`. For the Arduino I get:
Scanning USB bus.
[nutdev1]
driver = "usbhid-ups"
port = "auto"
vendorid = "2341"
productid = "8036"
product = "Arduino Leonardo"
serial = "UPS11"
vendor = "Arduino LLC"
bus = "001"
I then put this in my ups.conf
[diyups]
driver = "usbhid-ups"
desc = "DIY UPS via Arduino"
port = "auto"
vendorid = "2341"
productid = "8036"
The Ubuntu nut pac...