Open blake-newman opened 4 years ago
This article seems to suggest that the pump is CoolIT.
On my initial testing i could get the device to be recognised
{
.vendor_id = 0x1b1c,
.product_id = 0x0c21,
.device_id = 0x00,
.name = "H115i RGB PRO XT",
.read_endpoint = 0x01 | LIBUSB_ENDPOINT_IN,
.write_endpoint = 0x00 | LIBUSB_ENDPOINT_OUT,
.driver = &corsairlink_driver_coolit,
.lowlevel = &corsairlink_lowlevel_coolit,
// .led_control_count = .,
// .fan_control_count = .,
// .temperature_control_count = .,
// .pump_index = .,
},
Corsair product detected. Checking if device is H115i RGB PRO XT...
---- Packet dump: -----------------------------
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-----------------------------------------------
Dev=0, CorsairLink Device Found: H115i RGB PRO XT!
Checking USB device 11 (1b1c:1c02)...
Checking USB device 12 (05e3:0610)...
Checking USB device 13 (0b05:18f3)...
Checking USB device 14 (1d6b:0002)...
DEBUG: scan done, start routines
DEBUG: selected device_number = 0
DEBUG: shortcuts set
DEBUG: init done
Vendor: Corsair
Product: H115i RGB PRO XT
Firmware: 1.6.17
Speed: 00 00
Max Speed: 00 00
Fan 0: Not connected or failed
Current/Max Speed 0/0 RPM
Speed: 00 00
Max Speed: 00 00
I'm unsure what to configure the properties to or how to discover the values they should be set to.
I see you have already begun some work on this @audiohacked
https://github.com/jonasmalacofilho/liquidctl/issues/80#issuecomment-597967627
Is there anything I can do to support?
I also have the H115i RGB Pro XT and would like to help
@audiohacked do you have suggestions or hints on how we could help? I have the impression that the commands for this new CoolIt protocol are different from the one already implemented.
So I had some time to figure out how to read the AIO status and it looks like its very similar to the H115i Platinum. Setup Wireshark under Windows, and Start there.
Good news, indeed the Platinum H115i profile seems to work for the XT { .vendor_id = 0x1b1c, .product_id = 0x0c21, .device_id = 0xFF, .name = "H115i RGB PRO XT", .read_endpoint = 0x01 | LIBUSB_ENDPOINT_IN, .write_endpoint = 0x01 | LIBUSB_ENDPOINT_OUT, .driver = &corsairlink_driver_platinum, .lowlevel = &corsairlink_lowlevel_platinum, .led_control_count = 3, .fan_control_count = 2, .pump_index = 0, },
Corsair product detected. Checking if device is H115i RGB PRO XT... Dev=0, CorsairLink Device Found: H115i RGB PRO XT!
DEBUG: scan done, start routines DEBUG: selected device_number = 0 DEBUG: shortcuts set DEBUG: init done Vendor: Corsair Product: H115i RGB PRO XT Firmware: 1.1.22 Temperature 0: 31.81 C Speed: 28 02 Fan 0: Unknown (STUB) Current/Max Speed 552/65535 RPM Speed: 28 02 Fan 1: Unknown (STUB) Current/Max Speed 552/65535 RPM Speed: 8B 07 Max Speed: 14 1F Pump: Mode 0x00 Current/Max Speed 1931/65535 RPM DEBUG: deinit done
The problem is that after the first run of the program the fans speed goes to 1807 RPM... and a reboot is necessary for bringing back the quiet mode. Any idea why?
Subsequent runs:
sudo ./OpenCorsairLink.elf --debug --dump --device 0 Corsair product detected. Checking if device is H115i RGB PRO XT... Dev=0, CorsairLink Device Found: H115i RGB PRO XT!
DEBUG: scan done, start routines DEBUG: selected device_number = 0 DEBUG: shortcuts set DEBUG: init done Vendor: Corsair Product: H115i RGB PRO XT Firmware: 1.1.22 Temperature 0: 28.05 C Speed: 0F 07 Fan 0: Unknown (STUB) Current/Max Speed 1807/65535 RPM Speed: 0F 07 Fan 1: Unknown (STUB) Current/Max Speed 1807/65535 RPM Speed: 8B 07 Max Speed: 00 1C Pump: Mode 0x00 Current/Max Speed 1931/65535 RPM DEBUG: deinit done
I also managed to get some captures of the USB interaction between the AIO and iCUE... What would be useful besides reading the temperature and speed is to be able to
How would you go about reverse engineering the protocol from the captures? Any online materials you recommend? I have a good knowledge of wireshark for network stuff but I never looked at USB or HID.
The iCUE H115i RGB Pro XT is not detected as a supported device. This AOI is relatively new 2020 release.
Device details: