Files
rtl_433/conf
Benjamin Larsson 2110cdbe76 Add Elsner Solexa 230V decoder
FSK Manchester zerobit, on-air CRC-16 (poly 0x1021, init 0x68b3) as the
integrity gate. Removes a self-synchronizing transform (x^7 + x^5 + 1)
to recover a constant sync marker, and parses the raw on-air payload's
rolling state, transmission counter, and command (open/close/stop/
automode) from a relocated, state-normalized byte pair. See the
decoder's doc comment for the full derivation and known limits.

Enabled by default; CRC-16 gates false positives.
2026-07-16 21:58:35 +02:00
..