mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-07-30 10:08:18 -04:00
2021 Jeep Grand Cherokee (WK2) sensors, reported as Continental by an OBD-II scanner, transmit the exact same wire format as Citroen TPMS (protocol 82) but with pressure at twice Citroen's raw * 1.364 scale. Confirmed against a session where all 4 tires were set to 33-36 PSI: the doubled formula lands in that range, the existing one reports exactly half. Registered as a new, disabled-by-default protocol (380) rather than changing Citroen's formula, since the two are not reliably distinguishable on the wire and changing Citroen would break existing users. Both decoders fire on the same data; select the one that matches your vehicle with -R. Closes #3364.