<div dir="ltr">Curious, the only hit by that ID is for Huawei UPS2000 (added in NUT v2.8.0, somewhat fixed and extended later in the master branch):<br><br><div> docs/man/huawei-ups2000.txt: 04e2:1410 Exar Corp. XR21V1410 USB-UART IC</div><div><br></div><div>Current NUT docs mention that this chip was used in earlier models of the device, and proper OS driver support requires Linux 5.12 or newer. Earlier systems mis-detect it with the `cdc_acm` driver which does not actually handle the chip.</div><div><br></div><div>APC docs from the product page unfortunately do not clarify which protocol the device talks (there are MicroLink, SmartLink, ModBus, USB-HID, etc. on the platter) so currently your best chance would be to fiddle with custom-built code - e.g. add the identifiers to `apc_usb_device_table[]` in `drivers/apc-hid.c` and check if existing USB HID protocol support would help here.</div><div><br></div><div>If the device only talks modbus instead (APC tended to neglect the USB HID standard since 2010 or so), I think currently nobody implemented nor ported that into NUT (issue #139), you might have a chance with latest releases of `apcupsd` project (2016 or so) and if desirable - spin up a NUT `apcupsd-ups` driver which would be a client to `apcupsd` data server to relay info into the NUT ecosystem.<br></div><div><br></div><div>Jim</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 10, 2023 at 3:17 PM FatGear via Nut-upsdev <<a href="mailto:nut-upsdev@alioth-lists.debian.net">nut-upsdev@alioth-lists.debian.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi everyone,<br>
<br>
I tried to install nut ups for my ups "SRVS1KI" ("APC" "Schneider <br>
Electric") on my machine and i tried plenties of drivers and no one works.<br>
<br>
"lsusb" : "Bus 001 Device 008: ID 04e2:1410 Exar Corp. XR21V1410 <br>
USB-UART IC"<br>
<br>
"sudo nut-scanner -U" : "Neon library not found. XML search disabled. <br>
IPMI library not found. IPMI search disabled. Scanning USB bus."<br>
<br>
I looked in the compatibility list and it is not listed, so i wander if <br>
i can use it.<br>
<br>
"<a href="https://www.se.com/fr/fr/product/SRVS1KI/easy-ups-srvs-onduleur-tour-online-1-ph-230v-1kva-prises-standard-cei/" rel="noreferrer" target="_blank">https://www.se.com/fr/fr/product/SRVS1KI/easy-ups-srvs-onduleur-tour-online-1-ph-230v-1kva-prises-standard-cei/</a>"<br>
<br>
Best regards,<br>
<br>
FatGear<br>
<br>
<br>
<br>
_______________________________________________<br>
Nut-upsdev mailing list<br>
<a href="mailto:Nut-upsdev@alioth-lists.debian.net" target="_blank">Nut-upsdev@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev" rel="noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev</a><br>
</blockquote></div>