Table of Contents

Project vision & architecture

Rebuild the “connected car” that the dead OEM cloud + TBox used to provide, self-hosted:

driver cluster; climate controllable in parallel with normal head-unit use.

The always-on constraint

Remote preconditioning means a “start climate now” command must reach the car any time it is parked and off. So something with a cellular link has to stay reachable 24/7 — a permanent power draw that is a requirement, not something to design away.

Powering always-on without killing the battery

car needs it to wake and close its HV contactors.

bounded by an HV state-of-charge floor. (This is how the OEM TBox survives long parking.)

preconditioning and for 12 V recharge — one result enables both.

Two-tier hardware architecture

bus, with a wake-capable transceiver). The TBox replacement: permanently reachable at

  single-digit mA, measures 12 V directly, monitors pack SoC over CAN, wakes the HV for
  preconditioning or a 12 V top-up, and wakes Tier 2 on demand.
* **Tier 2 — heavy peripherals, powered/woken only when needed:**
  * A **companion Android tablet** (own SIM + internet): computes navigation, acts as a Wi-Fi
    hotspot to give the head unit internet, and issues climate commands.
  * The **head unit** (these notes): executes climate/AC commands and renders turn-by-turn +
    speed-limit warnings on the cluster panel.

Safety floors