Using:
nut-scanner -U
gave the output:
Scanning USB bus.
[nutdev1]
driver = "riello_usb"
port = "auto"
vendorid = "04B4"
productid = "5500"
product = "USB to Serial"
vendor = "Cypress Semiconductor"
bus = "003"
However, using that in /etc/nut/ups.conf causes the upsdrv service to fail with the error:
'vendorid' is not a valid variable name for this driver
The fix is to comment out or delete the offending lines to instead use:
[nutdev1]
driver = "riello_usb"
port = "auto"
bus = "003"
And that works fine. (Aside: 'nutdev1' can be renamed as wished.)
Should the riello_usb driver be updated to accept those keyword values rather than error out? Or should nut-scanner be made aware to not output those superfluous lines?
Hopefully that is of help to other Riello UPS users.
Thanks,
Martin
Using:
nut-scanner -Ugave the output:
However, using that in /etc/nut/ups.conf causes the upsdrv service to fail with the error:
'vendorid' is not a valid variable name for this driverThe fix is to comment out or delete the offending lines to instead use:
And that works fine. (Aside: 'nutdev1' can be renamed as wished.)
Should the riello_usb driver be updated to accept those keyword values rather than error out? Or should nut-scanner be made aware to not output those superfluous lines?
Hopefully that is of help to other Riello UPS users.
Thanks,
Martin