November 15, 2025Nov 15 2 hours ago, Bngoold said:The zip I shared contains all the source code I modified. The actualbinary (ax1600i) is from Jon0's public repo:https://github.com/Jon0/ax1600iI compiled it from source - you can verify it matches by building fromthat repo yourself.My modifications are just the PHP files, page files, and shell scripts,which are all in the zip in plain text.If you'd prefer a Git repo, I can mirror it to GitHub. Just let me know!Ah, gotcha! I thought you also made some changes.I just merged your changes and pushed a new release for the plugin. Please verify everything works as expected. Thank you very much. I honestly just did not have to do that on my own and install my own ax1600i into the server or at least connect it to an unraid server as they are just too far away.Please upload the raw output from the executable, just for the sake of knowledge.
November 16, 2025Nov 16 13 hours ago, giganode said:Ah, gotcha! I thought you also made some changes.I just merged your changes and pushed a new release for the plugin.Please verify everything works as expected. Thank you very much.I honestly just did not have to do that on my own and install my own ax1600i into the server or at least connect it to an unraid server as they are just too far away.Please upload the raw output from the executable, just for the sake of knowledge.I'm not seeing any /dev/ttyUSB devices nor a loaded driver. I can see the device itself on a USB hub (using the usb plugin) but it doesn't seem to be communicating with the system in the correct manner to get a ttyUSB assignment so I can use it in the plugin.
November 16, 2025Nov 16 2 hours ago, Rhynri said:I'm not seeing any /dev/ttyUSB devices nor a loaded driver. I can see the device itself on a USB hub (using the usb plugin) but it doesn't seem to be communicating with the system in the correct manner to get a ttyUSB assignment so I can use it in the plugin.Sorry, which device are you talking about?
November 16, 2025Nov 16 4 hours ago, giganode said:Sorry, which device are you talking about?My apologies, AXi1600.
November 17, 2025Nov 17 I uninstalled Bngoold’s patch, updated the plugin, and I am not seeing stats for my AXi1600 either as a point of reference. The patch before did present stats prior to uninstalling and updating the plugin. Following the troubleshooting from the README with Bngoold’s patch after updating the plugin:- Check: lsusb | grep -i corsair (should show device)Bus 001 Device 010: ID 1b1c:1c11 Corsair USB API- Test binary: /usr/local/bin/ax1600i (should show PSU data)Found deviceDevice desc DeviceDescriptor { bLength: 18, bDescriptorType: 1, bcdUSB: 272, bDeviceClass: 0, bDeviceSubClass: 0, bDeviceProtocol: 0, bMaxPacketSize: 64, idVendor: 6940, idProduct: 7185, bcdDevice: 256, iManufacturer: 1, iProduct: 2, iSerialNumber: 3, bNumConfigurations: 1 }Device config ConfigDescriptor { bLength: 9, bDescriptorType: 2, wTotalLength: 32, bNumInterfaces: 1, bConfigurationValue: 1, iConfiguration: 0, bmAttributes: 128, bMaxPower : 15 }Device interface 0Device name: AX1600iVersion: [0, 9, 0]Device firmware: USB to SMB Bridge (Firmware by Ross Fosler)Input: voltage = 121 v, current = 2.53125 a, power = 300 wRail 0: voltage = 12.015625 v, current = 13.375 a, power = 160 wRail 1: voltage = 4.9375 v, current = 8.5625 a, power = 40 wRail 2: voltage = 3.296875 v, current = 2.625 a, power = 0 w12v page 4: voltage = 12.015625 v, current = 2.625 a, power = 35, ocp limit = 40.437512v page 5: voltage = 12.015625 v, current = 4.9375 a, power = 63, ocp limit = 40.4375Uptime 14.92 hoursTemp 1 35.5 CTemp 2 38.25 CFan speed 0 rpmSetting fan mode- Check: /boot/extra/ax1600i (binary should be present on flash)root@xxxx: ls /boot/extra/ax1600ils: cannot access '/boot/extra/ax1600i': No such file or directoryPerhaps the last step where the binary is not showing on flash is the culprit?
November 17, 2025Nov 17 6 hours ago, Rhynri said:My apologies, AXi1600.Ah, okay let's wait for @Bngoold here. He has a working ax1600i.16 hours ago, ThirDegree said:I uninstalled Bngoold’s patch, updated the plugin, and I am not seeing stats for my AXi1600 either as a point of reference. The patch before did present stats prior to uninstalling and updating the plugin.Following the troubleshooting from the README with Bngoold’s patch after updating the plugin:- Check: lsusb | grep -i corsair (should show device)Bus 001 Device 010: ID 1b1c:1c11 Corsair USB API- Test binary: /usr/local/bin/ax1600i (should show PSU data)Found deviceDevice desc DeviceDescriptor { bLength: 18, bDescriptorType: 1, bcdUSB: 272, bDeviceClass: 0, bDeviceSubClass: 0, bDeviceProtocol: 0, bMaxPacketSize: 64, idVendor: 6940, idProduct: 7185, bcdDevice: 256, iManufacturer: 1, iProduct: 2, iSerialNumber: 3, bNumConfigurations: 1 }Device config ConfigDescriptor { bLength: 9, bDescriptorType: 2, wTotalLength: 32, bNumInterfaces: 1, bConfigurationValue: 1, iConfiguration: 0, bmAttributes: 128, bMaxPower : 15 }Device interface 0Device name: AX1600iVersion: [0, 9, 0]Device firmware: USB to SMB Bridge (Firmware by Ross Fosler)Input: voltage = 121 v, current = 2.53125 a, power = 300 wRail 0: voltage = 12.015625 v, current = 13.375 a, power = 160 wRail 1: voltage = 4.9375 v, current = 8.5625 a, power = 40 wRail 2: voltage = 3.296875 v, current = 2.625 a, power = 0 w12v page 4: voltage = 12.015625 v, current = 2.625 a, power = 35, ocp limit = 40.437512v page 5: voltage = 12.015625 v, current = 4.9375 a, power = 63, ocp limit = 40.4375Uptime 14.92 hoursTemp 1 35.5 CTemp 2 38.25 CFan speed 0 rpmSetting fan mode- Check: /boot/extra/ax1600i (binary should be present on flash)root@xxxx: ls /boot/extra/ax1600ils: cannot access '/boot/extra/ax1600i': No such file or directoryPerhaps the last step where the binary is not showing on flash is the culprit?No, the binary is in the correct place. You get output when you manually exec the binary. So it's working in general.Temporary fix: 1. nano /boot/config/plugins/corsairpsu/corsairpsu.cfg 2. Change type to ax1600i and save the file. 3. Verify stats working again and report back to this forum thread. 4. Permanent fix will be pushed tomorrow. I will post further information once i pushed the release.
December 30, 2025Dec 30 is it possible to have a plugin like this for Seasonic PSU's? I have no idea how to see if they expose stats like this.
January 7Jan 7 Can you please help me with connecting old AX1500i with micro-USB connection?Bus 001 Device 008 Port 1-1.2.2ID 1b1c:1c02 Corsair AX1500i Power SupplyThere is no /dev/ttyUSB0 device Edited January 7Jan 7 by bondarev
January 7Jan 7 .On 12/30/2025 at 4:09 AM, MrCrispy said:is it possible to have a plugin like this for Seasonic PSU's? I have no idea how to see if they expose stats like this.Does it have data connection?
January 7Jan 7 9 hours ago, bondarev said:Can you please help me with connecting old AX1500i with micro-USB connection?Bus 001 Device 008 Port 1-1.2.2ID 1b1c:1c02 Corsair AX1500i Power SupplyThere is no /dev/ttyUSB0 deviceHey, at first please upload Diagnostics.That way, I can take a look at the situation and know where to start from.
January 7Jan 7 1 hour ago, giganode said:Hey, at first please upload Diagnostics. tower-diagnostics-20260107-1520.zip
January 19Jan 19 On 1/7/2026 at 1:59 PM, giganode said:I can take a look at the situationCan you please help me?
January 31Jan 31 Hey found this plugin recently and its been exactly what I've been looking for. My problem is I have a AXi1500 and its not showing statistics. I checked with lsusb -t and found the device and noticed a driver was not binded to it. I tried binding the cp210x driver to it as shown in earlier posts but either that driver is not on my machine or its not located where I think it would be. Any help on this would be greatly appreciated.
February 22Feb 22 Hey! Love the idea behind this plugin and installing it went fine, but unfortunately, I haven't been able to get it to display any stats. I have an HX1200i Shift from mid-2025, which uses USB-C for iCUE connection (in addition to the propriatary iCUE connectors). This USB-C connection should be the way to get the telemetry data out. I have connected it directly to the Mobo (an ASUS W880-SE) using the USB-C-to-10-pin header cable that came with the PSU.When I do lsusb i get (among other things):Bus 003 Device 010: ID 1b1c:0c3f Corsair iCUE LINK System HubThis is the only Corsair-related line item.What have I done wrong, and what can I do next? (Note: the 'Serial Device (Only needed for AXi PSUs)' field has been left blank as it isn't an AXi.) Edited February 23Feb 23 by Vasa
May 20May 20 Just another person with an AX1500i here chiming in to say that I can't get this plugin to show any data from my PSU. Any help would be appreciated.
May 21May 21 The plugin is showing the PSU type twice in the descriptionCould we also get a minimize button on the next update.
May 27May 27 So ever since upgrading to 7.3 (not beta or RC, worked fine there) my HX1200i no longer shows anything. I know its detecting just fine (my VM shows it as a USB passthrough device) not sure if anyone else has the same issue? On 7.3 official release. Been having nothing but issues on 7.3 honestly and will probably be rolling back to RC1. Some issues other users have been having as well so i know its not just me.
May 29May 29 On 5/27/2026 at 6:12 PM, drtweak said:So ever since upgrading to 7.3 (not beta or RC, worked fine there) my HX1200i no longer shows anything. I know its detecting just fine (my VM shows it as a USB passthrough device) not sure if anyone else has the same issue? On 7.3 official release. Been having nothing but issues on 7.3 honestly and will probably be rolling back to RC1. Some issues other users have been having as well so i know its not just me.Is it the HX1200i or HX1200i Shift? If the latter, how did you make it work initially?
May 29May 29 1 hour ago, Vasa said:Is it the HX1200i or HX1200i Shift? If the latter, how did you make it work initially?What does corsairmi show,name: 'CORSAIR HX1000i PSU'vendor: 'CORSAIR HX1000i PSU'product: 'CORSAIR HX1000i PSU'powered: 20174857 (233d. 12h)uptime: 878857 (10d. 4h)temp1: 46.2temp2: 50.2fan rpm: 0.0supply volts: 230.0total watts: 116.0output0 volts: 12.1output0 amps: 6.5output0 watts: 74.0output1 volts: 5.0output1 amps: 5.3output1 watts: 26.5output2 volts: 3.3output2 amps: 3.8output2 watts: 12.0root@QNAPR420:~#
June 6Jun 6 On 8/8/2025 at 12:14 PM, ChillZwix said:I have used your plugin for year without problem, but just upgraded my PSU to HX1000i with usb-C. It shows up but missing some info? Its says 115V but I got 230V. 12V does not work?Any idea?Almost one 1 year later, still missing info.corsairminame: 'CORSAIR HX1000i PSU'vendor: 'CORSAIR HX1000i PSU'product: 'CORSAIR HX1000i PSU'powered: 26192885 (303d. 3h)uptime: 24833285 (287d. 10h)temp1: 46.8temp2: 47.0fan rpm: 0.0supply volts: 115.0total watts: 128.0output0 volts: 11.9output0 amps: 8.5output0 watts: 100.0output1 volts: 5.0output1 amps: 5.6output1 watts: 28.0output2 volts: 3.3output2 amps: 0.4output2 watts: 1.0
June 6Jun 6 2 hours ago, ChillZwix said:Almost one 1 year later, still missing info.corsairminame: 'CORSAIR HX1000i PSU'vendor: 'CORSAIR HX1000i PSU'product: 'CORSAIR HX1000i PSU'powered: 26192885 (303d. 3h)uptime: 24833285 (287d. 10h)temp1: 46.8temp2: 47.0fan rpm: 0.0supply volts: 115.0total watts: 128.0output0 volts: 11.9output0 amps: 8.5output0 watts: 100.0output1 volts: 5.0output1 amps: 5.6output1 watts: 28.0output2 volts: 3.3output2 amps: 0.4output2 watts: 1.0root@QNAPR420:~# corsairmi name: 'CORSAIR HX1000i PSU'vendor: 'CORSAIR HX1000i PSU'product: 'CORSAIR HX1000i PSU'powered: 20852874 (241d. 8h)uptime: 1556874 (18d. 0h)temp1: 43.2temp2: 45.0fan rpm: 0.0supply volts: 230.0total watts: 104.0output0 volts: 12.1output0 amps: 5.8output0 watts: 68.0output1 volts: 5.0output1 amps: 5.1output1 watts: 25.5output2 volts: 3.3output2 amps: 3.2output2 watts: 10.5It is working for me fine with hx1000i
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.