Files
rtl_433/include
Steven Bontius c9dcd8090f Add support for Watts WFHT-RF / WFHC-MASTERH&C-RF thermostats
Adapts the decoder from PR #3561 by Steven Bontius, who reverse
engineered the protocol (documented at
https://github.com/StevenBontius/watts-wfht-ha/blob/main/docs/WATTS_WFHT_RF_PROTOCOL.md)
for a newer, LCD-display generation of Watts underfloor heating
thermostat -- unrelated to the existing watts_thermostat.c decoder,
which targets an older ADEV-based generation with a completely
different protocol (PWM vs. this one's Manchester, different frame
layout, no CRC-16).

Verified against:
- The 2 worked examples in the protocol doc (independently recomputed
  both CRC-8 and CRC-16/CMS in Python against the documented
  parameters; both check out).
- All 3 real captures from the companion rtl_433_tests#502 PR (pairing,
  on, off) -- decode correctly, including the ~2 Hz pairing cadence,
  the A-B-A setpoint jitter around a real transition, and the 0.0 C
  setpoint on the "off" capture.

Full local regression suite: no new false positives.
2026-07-12 16:17:36 +02:00
..
2024-03-06 20:16:42 +01:00
2018-12-16 12:53:29 +01:00
2026-02-17 10:48:46 +01:00
2019-02-15 17:04:27 +01:00
2021-02-01 10:40:28 +01:00
2024-03-06 20:16:42 +01:00
2026-06-28 20:19:13 +02:00
2020-11-10 15:22:58 +01:00
2020-11-10 15:22:58 +01:00
2019-04-06 17:10:52 +02:00
2022-12-04 10:41:51 +01:00
2023-01-13 18:39:06 +01:00
2020-10-25 11:50:46 +01:00
2026-02-17 10:48:46 +01:00
2020-10-04 14:24:18 +02:00
2026-04-21 13:00:36 +02:00