From 2e7372714933ca52300c42e6c486e5e469341468 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Tue, 24 Mar 2026 00:10:10 -0700 Subject: [PATCH 1/2] feat: add ATF temp --- can_bus/gen2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/can_bus/gen2.md b/can_bus/gen2.md index 0c3cd7e..b430d85 100644 --- a/can_bus/gen2.md +++ b/can_bus/gen2.md @@ -309,6 +309,16 @@ Channel name | Equation | Notes Engine oil temperature | `D - 40` | Coolant temperature | `E - 40` | +### CAN ID 0x34A (837) + +This channel only available on AT model. + +Update frequency: 10 times per second. + +Channel name | Equation | Notes +------------ | -------- | ----- +AT fluid temperature | `E - 40` | Inaccurate at low temperatures + ### CAN ID 0x390 (912) Update frequency: 10 times per second. From c5e81171505b53e322a024d9d02c1494bda0295d Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 17 May 2026 14:16:41 -0700 Subject: [PATCH 2/2] fix: ATF temp offset --- can_bus/gen2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/can_bus/gen2.md b/can_bus/gen2.md index b430d85..1c18b2b 100644 --- a/can_bus/gen2.md +++ b/can_bus/gen2.md @@ -317,7 +317,7 @@ Update frequency: 10 times per second. Channel name | Equation | Notes ------------ | -------- | ----- -AT fluid temperature | `E - 40` | Inaccurate at low temperatures +AT fluid temperature | `E - 50` | ### CAN ID 0x390 (912)