Skip to content

riello_usb NPW1000 errors #2291

Open
Open
@d1nuc0m

Description

@d1nuc0m

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    RielloRiello UPS devices (serial, usb), usually with a variant of Qx protocolUSBbugimpacts-release-2.8.0Issues reported against NUT release 2.8.0 (maybe vanilla or with minor packaging tweaks)nut-scanner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions