Displaying 1 result from an estimated 1 matches for "pw9130l1500r".
2015 Jan 01
2
Problem with ups-dummy driver (repeater mode)
...amed "ups" that tracks the status of a real UPS
named something else (i.e., `eaton1`).
From the documentation, I think my "ups.conf" should look like:
[eaton1]
driver = usbhid-ups
serial = "..."
port = auto
desc = "Eaton PW9130L1500R-XL2U #1"
[eaton2]
driver = usbhid-ups
serial = "..."
port = auto
desc = "Eaton PW9130L1500R-XL2U #2"
#More UPSes...
[ups]
driver = dummy-ups
port = eaton1
desc = "Dummy UPS"
But thi...