Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue preventing control of fans on kraken 2023 #1085

Merged

Conversation

brokenmass
Copy link
Contributor

new Krakens 2023 have a slightly different header
when setting fan speed:

  • when setting fan speed byte 3 and 4 must be 0x1 0x1 instead of 0x0 0x0
  • when setting pump speed byte 3 and 4 must be 0x1 0x0 instead of 0x0 0x0 (but even 0x0 0x0) works for some reason

new Krakens 2023 have a slightly different header
when setting fan speed:
- when setting fan speed byte 3 and 4 must be `0x1 0x1` instead of `0x0 0x0`
- when setting pump speed byte 3 and 4 must be `0x1 0x0` instead of `0x0
  0x0` (but even `0x0 0x0`) works for some reason
@brokenmass
Copy link
Contributor Author

@PhyxionNL : this weirdness in new kraken AIO was not identified in my initial testing (as i did not have an actual fan connected) and the pump speed control was working

@PhyxionNL PhyxionNL merged commit 715a96f into LibreHardwareMonitor:master May 29, 2023
1 check passed
@Rem0o
Copy link
Contributor

Rem0o commented Jun 4, 2023

@brokenmass some null ref:
Rem0o/FanControl.Releases#1811

@brokenmass
Copy link
Contributor Author

@Rem0o could be caused by some other app (NZXT CAM) being open. it should definetely fail better though

@PhyxionNL
Copy link
Collaborator

Should be fixed by f1a7bb7.

lavellse pushed a commit to lavellse/LibreHardwareMonitor that referenced this pull request Sep 10, 2023
…itor#1085)

new Krakens 2023 have a slightly different header
when setting fan speed:
- when setting fan speed byte 3 and 4 must be `0x1 0x1` instead of `0x0 0x0`
- when setting pump speed byte 3 and 4 must be `0x1 0x0` instead of `0x0
  0x0` (but even `0x0 0x0`) works for some reason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants