search for: be600m1

Displaying 6 results from an estimated 6 matches for "be600m1".

Did you mean: 600m1
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...driver = usbhid-ups port = auto desc = "CyberPower UPS CP" product = "CP.*" productid = 0501 vendorid = 0764 #model = "CP685AVR-G" [apc] driver = usbhid-ups port = auto desc = "APC BE600M1 UPS" #product = "*Back-UPS ES 600M1*" vendorid = 051d productid = 0002 #model = "Back-UPS ES 600M1" I did not test the USB settings since this works. (For search results: This means I did not test multiple identical devices either.)...
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...t; desc = "CyberPower UPS CP" > product = "CP.*" > productid = 0501 > vendorid = 0764 > #model = "CP685AVR-G" > > [apc] > driver = usbhid-ups > port = auto > desc = "APC BE600M1 UPS" > #product = "*Back-UPS ES 600M1*" > vendorid = 051d > productid = 0002 > #model = "Back-UPS ES 600M1" > > I did not test the USB settings since this works. (For search results: > This means I did not test mul...
2023 Jan 14
2
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...PS CP" >> product = "CP.*" >> productid = 0501 >> vendorid = 0764 >> #model = "CP685AVR-G" >> >> [apc] >> driver = usbhid-ups >> port = auto >> desc = "APC BE600M1 UPS" >> #product = "*Back-UPS ES 600M1*" >> vendorid = 051d >> productid = 0002 >> #model = "Back-UPS ES 600M1" >> >> I did not test the USB settings since this works. (For search results: >> T...
2023 Jan 15
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...duct = "CP.*" >>> productid = 0501 >>> vendorid = 0764 >>> #model = "CP685AVR-G" >>> >>> [apc] >>> driver = usbhid-ups >>> port = auto >>> desc = "APC BE600M1 UPS" >>> #product = "*Back-UPS ES 600M1*" >>> vendorid = 051d >>> productid = 0002 >>> #model = "Back-UPS ES 600M1" >>> >>> I did not test the USB settings since this works. (For se...
2023 Jan 13
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...[cp] driver = usbhid-ups port = auto desc = "CyberPower UPS CP" -x model = "CP685AVR-G" -x vendorid = "0764*" -x product = "CP*" [apc] driver = usbhid-ups port = auto desc = "APC BE600M1 UPS" -x product = "Back-UPS ES 600M1*" -x model = "Back-UPS ES 600M1" -x vendorid = 051d </quote> Major issue: For whatever reason, only one UPS gets recognized regardless of how precise or loose I am in the matching - I've commented out...
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
So, regarding wildcards (globs) vs. regular expressions, the latter being used for such matches, I believe (did not check now) the config sections should look like this: [cp] driver = usbhid-ups port = auto desc = "CyberPower UPS CP" model = "CP685AVR-G" vendorid = "0764" product = "CP.*" Note the