networkupstools / nut

The Network UPS Tools repository. UPS management protocol Informational RFC 9271 published by IETF at https://www.rfc-editor.org/info/rfc9271 Please star NUT on GitHub, this helps with sponsorships!
https://networkupstools.org/
Other
1.99k stars 349 forks source link

PowerWalker VFI 1000 TG #1622

Open eliosbrocchi opened 2 years ago

eliosbrocchi commented 2 years ago

Hello, on the last february I've bought this UPS Online, I've connected this with usb on a raspberry 3 and use nut to have information, until today it's ok with usbhid-ups driver now it's not working.

Lsusb gives this: Bus 001 Device 004: ID 06da:ffff Phoenixtec Power Co., Ltd HID UPS

nut-scanner gives this: [nutdev1] driver = "usbhid-ups" port = "auto" vendorid = "06DA" productid = "FFFF" product = "HID UPS" serial = "210909-66650163" vendor = "PPC" bus = "001"

upsdrvctl gives this: 0.002011 Starting UPS: powerwalker 0.002815 3 remaining attempts 0.003244 exec: /lib/nut/usbhid-ups -a powerwalker Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 No matching HID UPS found 0.022763 Driver failed to start (exit status=1) 5.023338 2 remaining attempts 5.023726 exec: /lib/nut/usbhid-ups -a powerwalker Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 No matching HID UPS found 5.042008 Driver failed to start (exit status=1) 10.042621 1 remaining attempts 10.043055 exec: /lib/nut/usbhid-ups -a powerwalker Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 No matching HID UPS found 10.061523 Driver failed to start (exit status=1)

My ups.conf is this: [powerwalker] desc = "PowerWalker VFI 1000 TG LCD" driver = "usbhid-ups" port = "auto"

Have anyone an idea ?

Thanks

Elio

jimklimov commented 2 years ago

If it worked previously, sounds like your system may have an earlier copy of the driver running and occupying the port. Check with ps if any such old copy is running, and kill its PID if there is.

Current revisions should kill off older stuck siblings more intensively.

On Fri, Aug 26, 2022, 17:15 Elio Sbrocchi @.***> wrote:

Hello, on the last february I've bought this UPS Online, I've connected this with usb on a raspberry 3 and use nut to have information, until today it's ok with usbhid-ups driver now it's not working.

Lsusb gives this: Bus 001 Device 004: ID 06da:ffff Phoenixtec Power Co., Ltd HID UPS

nut-scanner gives this: [nutdev1] driver = "usbhid-ups" port = "auto" vendorid = "06DA" productid = "FFFF" product = "HID UPS" serial = "210909-66650163" vendor = "PPC" bus = "001"

upsdrvctl gives this: 0.002011 Starting UPS: powerwalker 0.002815 3 remaining attempts 0.003244 exec: /lib/nut/usbhid-ups -a powerwalker Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 No matching HID UPS found 0.022763 Driver failed to start (exit status=1) 5.023338 2 remaining attempts 5.023726 exec: /lib/nut/usbhid-ups -a powerwalker Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 No matching HID UPS found 5.042008 Driver failed to start (exit status=1) 10.042621 1 remaining attempts 10.043055 exec: /lib/nut/usbhid-ups -a powerwalker Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 No matching HID UPS found 10.061523 Driver failed to start (exit status=1)

My ups.conf is this: [powerwalker] desc = "PowerWalker VFI 1000 TG LCD" driver = "usbhid-ups" port = "auto"

Have anyone an idea ?

Thanks

Elio

— Reply to this email directly, view it on GitHub https://github.com/networkupstools/nut/issues/1622, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMPTFHMKXQ6AEBU3SEQCITV3DNPJANCNFSM57XC2B6A . You are receiving this because you are subscribed to this thread.Message ID: @.***>