Commander Core: Add fan curve support#454
Conversation
|
This PR is on hold due to the firmware update that needs to be addressed before this PR can proceed. |
|
@ParkerMc is anything blocking this work besides your time/availability? The relevant protocol parts are already fully known, correct? (not trying to poke you, just wondering if there are any obstacles to just picking it up where you left off and finishing the code) |
Correct. This PR contains most of the work include documentation for the protocol needed. Nothing is blocking this at the moment other than my availability. Here's what's left needed for this PR: Anyone is welcome to finish this work. Else I will finish it when my availability allows me to |
|
Great, I'll try to finish this up then :) |
|
Progress report: either I'm not seeing something obvious, or the fact that v2 firmware is limited to 96 bytes of response means that the I don't have Wireshark experience, but I'll try to get Windows onto that machine and see what the vendor driver is doing there (unless I'm missing something obvious, that is). |
Yes, I remember now. v2 is limited to that. I have the solution for the write command but I haven't looked into a solution for the read command yet. |
For writing the command is If we're lucky the "read more command" will follow the same format. Try sending a |
|
I can Test if you need assistance. Have a commander core and commander xt with an h170i. Needed to modify the match part of commander core a little bit because my core is is a core st id 😅 542 Would be great to use a curve with liquidctl |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Nothing new here? I am a but afraid that my pump runs at 100% all the time 😅 It sounds like. Need to do the workaround again to set fix values but don't know what are good values to go for? Thanks. |
|
root@cc182207b6e4:/# liquidctl --version For the Commander Core XT it seems to work but with the ST still getting an error |
Add hardware fan curve support to the commander core.
Related: #218, #447
Checklist:
liquidctl.8Linux/Unix/Mac OS man pagedocs/*guide.mddevice guidesNew CLI flag?
extra/completions/New device?
extra/linux/71-liquidctl.rules(instructions in the file header)en)New driver?
docs/developer/protocol/