FanControl.Liquidctl icon indicating copy to clipboard operation
FanControl.Liquidctl copied to clipboard

Corsair Hydro H115i Platinum Support

Open legouju opened this issue 3 years ago • 2 comments

From what it looks like the H115i is currently not supported.

But I'm willing to work with you to get it to support you if you are available.

Thanks!

legouju avatar Aug 22 '22 22:08 legouju

Heya!

I'm back from FOSS vacation and love to get back. I think getting liquidctl list --json and liquidctl status --json would be great to check my notes on liquidctl api from long ago

jmarucha avatar Oct 17 '22 23:10 jmarucha

Sorry about the late reply, just saw this reply. Below is the liquidctl list --json and liquidctl status --json, if you need anything else feel free to let me know.

Thanks again!

liquidctl list --json: {"description": "Corsair Hydro H115i Platinum", "vendor_id": 6940, "product_id": 3095, "release_number": 256, "serial_number": "", "bus": "hid", "address": "\\\\?\\HID#VID_1B1C&PID_0C17#7&2c80f34d&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}", "port": null, "driver": "HydroPlatinum", "experimental": false}]

liquidctl status --json: {"bus": "hid", "address": "\\\\?\\HID#VID_1B1C&PID_0C17#7&2c80f34d&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}", "description": "Corsair Hydro H115i Platinum", "status": [{"key": "Liquid temperature", "value": 41.23529411764706, "unit": "°C"}, {"key": "Fan 1 speed", "value": 0, "unit": "rpm"}, {"key": "Fan 1 duty", "value": 82, "unit": "%"}, {"key": "Fan 2 speed", "value": 0, "unit": "rpm"}, {"key": "Fan 2 duty", "value": 82, "unit": "%"}, {"key": "Pump speed", "value": 2810, "unit": "rpm"}, {"key": "Pump duty", "value": 100, "unit": "%"}]}]

legouju avatar Oct 31 '22 06:10 legouju