Displaying 7 results from an estimated 7 matches for "600m1".
Did you mean:
600mb
2011 Nov 29
2
aggregate syntax for grouped column means
...2", "205m1", "205m1", "205m1", "205m4", "205m4",
"205m4", "205m5", "205m5", "205m5", "205m6", "205m6", "205m6",
"205m7", "205m7", "205m7", "600m1", "600m1", "600m1", "600m3",
"600m3", "600m3", "600m4", "600m4", "600m4", "600m5", "600m5",
"600m5", "600m7", "600m7", "600m7")), .Names = c("var1&qu...
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
...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
...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
...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
...ct = "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 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