Skip to content

Commit

Permalink
Document new flow sensor Octo registers
Browse files Browse the repository at this point in the history
Signed-off-by: David Flemström <david.flemstrom@gmail.com>
  • Loading branch information
dflemstr committed Mar 29, 2024
1 parent 6fa02de commit 3a78f41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion re-docs/PROTOCOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Here is what it's currently known to contain:
| Fan 6 substructure | 0xBE |
| Fan 7 substructure | 0xCB |
| Fan 8 substructure | 0xD8 |
| Flow sensor | 0x3D |
| Virtual temp sensor 1 | 0x45 |
| Virtual temp sensor 2 | 0x47 |
| Virtual temp sensor 3 | 0x49 |
Expand Down Expand Up @@ -221,7 +222,7 @@ Its ID is `0x03` and its length is `0x65F`.
Here is what it's currently known to contain:

| What | Where/starts at (offset) |
| -------------------------------------------- | ------------------------------------------------ |
| -------------------------------------------- |--------------------------------------------------|
| Fan 1 ctrl substructure | 0x5A |
| Fan 2 ctrl substructure | 0xAF |
| Fan 3 ctrl substructure | 0x104 |
Expand All @@ -231,6 +232,7 @@ Here is what it's currently known to contain:
| Fan 7 ctrl substructure | 0x258 |
| Fan 8 ctrl substructure | 0x2AD |
| Temp offset ctrl substructure | 0xA |
| Flow sensors pulses | 0x6 |
| Fan curve "hold min power" and "start boost" | {0x12, 0x1B, 0x24, 0x2D, 0x36, 0x3F, 0x48, 0x51} |
| Fan curve min power subgroup | {0x13, 0x1C, 0x25, 0x2E, 0x37, 0x40, 0x49, 0x52} |
| Fan curve max power subgroup | {0x15, 0x1E, 0x27, 0x30, 0x39, 0x42, 0x4B, 0x54} |
Expand Down

0 comments on commit 3a78f41

Please sign in to comment.