From 3a78f41235dd7d66dd11710c58428bb3d84f4110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Flemstr=C3=B6m?= Date: Fri, 29 Mar 2024 21:23:28 +0100 Subject: [PATCH] Document new flow sensor Octo registers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Flemström --- re-docs/PROTOCOLS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/re-docs/PROTOCOLS.md b/re-docs/PROTOCOLS.md index 1c83064..333fcb3 100644 --- a/re-docs/PROTOCOLS.md +++ b/re-docs/PROTOCOLS.md @@ -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 | @@ -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 | @@ -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} |