Open
Description
Hello, I'm trying to use a Riello Net Power NPW1000 with NUT, (it is listed as supported) .
It is found by nut-scanner
$ sudo nut-scanner -U
[nutdev1]
driver = "riello_usb"
port = "auto"
vendorid = "04B4"
productid = "5500"
product = "USB to Serial"
vendor = "Cypress Semiconductor"
bus = "003"
But when I edit /etc/ups/ups.conf
, with this
[riellonpw1000]
driver = riello_usb
port = auto
vendorid = "04B4"
productid = "5500"
product = "USB to Serial"
vendor = "Cypress Semiconductor"
sudo riello_usb -a riellonpw1000 -DD
leads to Fatal error: 'vendorid' is not a valid variable name for this driver.
. If removed, same error for productid, product and vendor.
while with this
[riellonpw1000]
driver = riello_usb
port = auto
leads to Failed to open device (...), skipping: Access denied (insufficient permissions)
for all the possible devices
System
Almalinux 9.3, nut-client-2.8.0-3m, nut-2.8.0-3, Riello USB driver 0.07 (2.8.0)