chenseanxy / FanControl.LiquidCtl

2 stars 0 forks source link

Crashes FanControl on Sensor Refresh #2

Closed havlli closed 1 year ago

havlli commented 2 years ago

I've been trying last week to get liquidctl integration for FanControl working but seems like I have the wrong approach, I managed to get sensors from my AIO pump and fans to get picked up by FanControl but I can't seem to find them in control panels to adjust speed accordingly. Is there even an option for RPM control with this plugin? I've tried "Refresh sensor detection" but so far it always crashed FanControl so I can't really provide any kind of log from the application, nothing is logged during the crash.

FanControl V118 FanControl.LiquidCtl v0.1.1 liquidctl v1.9.1 (Windows-10-10.0.19041-SP0)

liquidctl list --json [{"description": "NZXT Kraken X (X42, X52, X62 or X72)", "vendor_id": 7793, "product_id": 5902, "release_number": 512, "serial_number": "5D81267D333", "bus": "hid", "address": "\\\\?\\HID#VID_1E71&PID_170E#6&2e599c9b&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}", "port": null, "driver": "Kraken2", "experimental": false}]

liquidctl status --json [{"bus": "hid", "address": "\\\\?\\HID#VID_1E71&PID_170E#6&2e599c9b&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}", "description": "NZXT Kraken X (X42, X52, X62 or X72)", "status": [{"key": "Liquid temperature", "value": 34.9, "unit": "°C"}, {"key": "Fan speed", "value": 931, "unit": "rpm"}, {"key": "Pump speed", "value": 2108, "unit": "rpm"}]}]

chenseanxy commented 1 year ago

I don't really see anything interesting here, and have released a version with more verbose logging to help debug this issue: https://github.com/chenseanxy/FanControl.LiquidCtl/releases/tag/v0.1.2b1

chenseanxy commented 1 year ago

Closing, tracked in #3