H80i Corsair Link Problem. Set all fan speeds to 100% not working!

Priva

Honorable
Nov 21, 2013
150
0
10,690
I was using default mode for the Corsair H80i which was still a little too loud for me so I switched it to quiet mode which is much better while gaming. The problem is, If I was running stress testing my temps would go much higher than it would with default mode set. So I clicked on i7-2600k Avg C Temp went to notifications on that, I left minimum at 0 unchecked but max I checked and made the box say 60. So when the Average temp of the i7-2600k reaches 60 there is an option to trigger all RGB lights, set fan speeds to 100% (which is what I'm trying to do), send an email, shutdown PC. This feature does not work at all. It's getting the correct temperature readings and everything but I checked the box (maximum) and made that 60 and I also checked set all fan speeds to 100 then I clicked on h80i fan 1 and h80i fan 2 and set the group to i7-2600k Averg temp and when it reaches 60C it does NOT go to 100% fan speed like it should. Am I doing something wrong? I mean I have the newest corsair link software version 2.4.5110.41697.
Why create a feature that does not work? I have to be doing something wrong...

Also, sometimes when my PC goes into standby and I wake it up, all the fans RPM say 0 for everything. It's a shame that such a good feature doesn't work 🙁
 
Using FindWindowEx and hooking to Corsair Link software using an app I programmed in C++. Made it hook to i7-2600k Average Temp (C) and read the value of that as an integer. When It reaches 60C it Hooks to h80i fan 1 and h80i fan 2 clicks it automatically and changes mode to maximum speed. I find it really stupid that I had to make my own app to fix corsair's bug but w/e. I just keep the app open and it does everything for me now. Hopefully will be fixed in the future so I don't have to use this because if you close corsair link it won't work as the app will have nothing to hook to.