You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the solution and want to document it for others.
I have 2 different Cyberpower UPS's. The model is identical. The serial number is not found on the physical units, but I needed something to individually identify them. I could not figure out how to identify by which usb it was plugged into. If I had only one plugged in and left config blank, it would find one. In the HA intergration, it shows the serial number. I noted this. Unplugged that UPS from the usb and switched to the other. Restart add-on and note serial. Then plug both in and change the config to this:
name: cyperpower_ups_1
driver: usbhid-ups
port: auto
config:
serial = abc123....
name: cyperpower_ups_2
driver: usbhid-ups
port: auto
config:
It worked with 1!
Here is the config:
'''
users:
password: kyleups1234
instcmds:
actions: []
devices:
driver: usbhid-ups
port: auto
config:
driver: usbhid-ups
port: auto
config:
mode: netserver
shutdown_host: false
'''
The text was updated successfully, but these errors were encountered: