Zwei USV der Firma EATON per USB/NUT in HA einbinden

Moin, ich möchte in HA per NUT zwei Eaton USV Geräte einbinden. Eine Ellipse Eco 650 und eine Ellipse Eco 800. Leider liefern die Geräte als Seriennummer beide nur 0000000, die meisten Einträge sind identisch. Über die Ports habe ich es auch schon versucht, gelingt mir aber nicht. Weiß jemand wie ich die Modellbezeichnung zur Identifizierung nutzen kann?

Ich glaube, dass man die Seriennummer nicht als Identität geliefert bekommt - zumindest nicht bei meiner Eaton650DINUSB.
Aber Du musst doch die USV in der ups.conf benennen, also z.B.

[ups_server]
  driver = usbhid-ups
  port = auto
bzw. 
[ups_rack]
  driver = usbhid-ups
  port = auto

dann hast Du auch unterschiedliche Entitäten.

:crayon:by HarryP: Codezeilen formatiert (bitte immer in </> einbinden)

Danke für die Antwort. Das hatte ich schon versucht, sobald ich die zweite USV anlege wird keine mehr gefunden.

Konfiguration:

- name: eaton-eg
  driver: usbhid-ups
  port: auto
  vendorid: 465
  productid: ffff
  desc: EATON ECO
  SERIAL: EATON_Ellipse_ECO_000000000
  model: Ellipse ECO 650
  config: []
- name: eaton-og
  driver: usbhid-ups
  port: auto
  vendorid: 465
  productid: ffff
  desc: EATON ECO
  SERIAL: EATON_Ellipse_ECO_000000000
  model: Ellipse ECO 800
  config: []
Fehler:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting

-----------------------------------------------------------
 Add-on: Network UPS Tools
 Manage battery backup (UPS) devices
-----------------------------------------------------------
 Add-on version: 0.13.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.2  (amd64 / generic-x86-64)
 Home Assistant Core: 2024.4.3
 Home Assistant Supervisor: 2024.04.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-timezone: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
[16:18:09] INFO: Configuring timezone (Europe/Berlin)...
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service base-addon-timezone successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/nut.sh
[16:18:09] INFO: Setting mode to netserver...
[16:18:09] INFO: Connected USB devices:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 0463:ffff MGE UPS Systems UPS
Bus 001 Device 002: ID 0463:ffff MGE UPS Systems UPS
Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[16:18:09] INFO: Generating /etc/nut/upsd.users...
[16:18:09] INFO: Configuring user: USV-EATON
[16:18:09] INFO: Password is NOT in the Have I Been Pwned database! Nice!
[16:18:10] INFO: Configuring Device named eaton-eg...
[16:18:10] INFO: Configuring Device named eaton-og...
[16:18:10] INFO: Starting the UPS drivers...
Using subdriver: MGE HID 1.46
Network UPS Tools - Generic HID driver 0.47 (2.8.0)
USB communication driver (libusb 1.0) 0.43
Can't claim USB device [0463:ffff]@0/0: Entity not found
Network UPS Tools - Generic HID driver 0.47 (2.8.0)
USB communication driver (libusb 1.0) 0.43
Network UPS Tools - UPS driver controller 2.8.0
Driver failed to start (exit status=1)
cont-init: info: /etc/cont-init.d/nut.sh exited 1
cont-init: info: running /etc/cont-init.d/nutclient.sh
cont-init: info: /etc/cont-init.d/nutclient.sh exited 0
cont-init: warning: some scripts exited nonzero
s6-rc: warning: unable to start service legacy-cont-init: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-timezone: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-timezone successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

:crayon:by HarryP: Code- und Fehlerzeilen formatiert (bitte immer in </> einbinden)

Ich bin jetzt verwirrt.
An welchen “Servern” sind denn die USV angeschlossen ?
Meine Eaton hängt an einem Windows-Server (Power und natürlich USB) und meine zweite CyberPower (kommt morgen) wird die beiden Switch absichern - das USB geht dann an einen Raspi.