Displaying 6 results from an estimated 6 matches for "abst600".
2023 Jan 13
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...desc = "CyberPower UPS SL"
        -x product = "SL Series"
        -x model = "SL Series"
        -x productid = 0501
        -x vendorid  = 0764
[ab]
        driver = usbhid-ups
        port = auto
        desc = "CyberPower UPS AB"
        -x product = ABST600
        -x model = ABST600
        -x productid = 0501
        -x vendorid  = 0764
[cp]
        driver = usbhid-ups
        port = auto
        desc = "CyberPower UPS CP"
        -x model = "CP685AVR-G"
        -x vendorid = "0764*"
        -x product  = "CP*&quo...
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...productid = 0501
        vendorid  = 0764
        #model     = "SL Series"
[ab]
        driver = usbhid-ups
        port = auto
        desc = "CyberPower UPS AB"
        product   = "AB.*"
        productid = 0501
        vendorid  = 0764
        #model     = "ABST600"
[cp]
        driver = usbhid-ups
        port = auto
        desc = "CyberPower UPS CP"
        product  = "CP.*"
        productid = 0501
        vendorid = 0764
        #model    = "CP685AVR-G"
[apc]
        driver = usbhid-ups
        port = auto
        des...
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...#model     = "SL Series"
>
> [ab]
>         driver = usbhid-ups
>         port = auto
>         desc = "CyberPower UPS AB"
>         product   = "AB.*"
>         productid = 0501
>         vendorid  = 0764
>         #model     = "ABST600"
>
> [cp]
>         driver = usbhid-ups
>         port = auto
>         desc = "CyberPower UPS CP"
>         product  = "CP.*"
>         productid = 0501
>         vendorid = 0764
>         #model    = "CP685AVR-G"
>
> [apc]
>...
2023 Jan 14
2
Problem with Multiple USB UPSs, including multiple apparent CyberPower
..."
>>
>> [ab]
>>         driver = usbhid-ups
>>         port = auto
>>         desc = "CyberPower UPS AB"
>>         product   = "AB.*"
>>         productid = 0501
>>         vendorid  = 0764
>>         #model     = "ABST600"
>>
>> [cp]
>>         driver = usbhid-ups
>>         port = auto
>>         desc = "CyberPower UPS CP"
>>         product  = "CP.*"
>>         productid = 0501
>>         vendorid = 0764
>>         #model    = "CP6...
2023 Jan 15
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...]
>>>         driver = usbhid-ups
>>>         port = auto
>>>         desc = "CyberPower UPS AB"
>>>         product   = "AB.*"
>>>         productid = 0501
>>>         vendorid  = 0764
>>>         #model     = "ABST600"
>>>
>>> [cp]
>>>         driver = usbhid-ups
>>>         port = auto
>>>         desc = "CyberPower UPS CP"
>>>         product  = "CP.*"
>>>         productid = 0501
>>>         vendorid = 0764
>&g...
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