-
Notifications
You must be signed in to change notification settings - Fork 256
Description
Describe the bug
Have a script setup like this:
cd /D "D:\Utilities\LiquidCTL\venv\Scripts"
call activate.bat
liquidctl initialize --match st
liquidctl --match st set pump speed 100
Keep getting the error:
ERROR: Corsair Commander ST (experimental): unexpected error: AssertionError('response does not match command')
Was working for some time, then I messed around with the fan curves in icue then exited out of icue as I just want it to follow hardware control and now this isnt working, not sure what to do.
Commands executed
cd /D "D:\Utilities\LiquidCTL\venv\Scripts"
call activate.bat
liquidctl initialize --match st
liquidctl --match st set pump speed 100
Output of all relevant commands with --debug flag
ERROR: Corsair Commander ST (experimental): unexpected error: AssertionError('response does not match command')
Affected device
H150i Elite Capellix XT LCD, Commander CORE
Does your version of liquidctl support the device in question?
Yes, my version supports it
Operating system and version
Win 10
Installation method
pip install liquidctl
Version of liquidctl
liquidctl v1.13.0 (Windows-10-10.0.19045-SP0)