jmarucha / FanControl.Liquidctl

Get access to the pump and temperature sensors of your AIO in FanControl
GNU General Public License v3.0
39 stars 16 forks source link

Corsair Hydro H115i Platinum Support #7

Open legouju opened 2 years ago

legouju commented 2 years ago

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!

jmarucha commented 1 year ago

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

legouju commented 1 year ago

Sorry about the late reply, just saw this reply. Below is the liquidctl list --jsonand 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": "%"}]}]