Skip to content

Commit

Permalink
Rework Thermopro TP82xB decoder, split in 2 decoders inside same file
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfBoc75 committed Nov 8, 2024
1 parent 7903d27 commit 917ab46
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 147 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,15 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[256] ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill
[257] BMW Gen3 TPMS
[258] Chamberlain CWPIRC PIR Sensor
[259] ThermoPro Meat Thermometers, TP828B 2 probes with Temp, LO and HI, TP829B 4 probes with temp only
[259] ThermoPro Meat Thermometers, TP829B 4 probes with temp only
[260]* Arad/Master Meter Dialog3G water utility meter
[261] Geevon TX16-3 outdoor sensor
[262] Fine Offset Electronics WH46 air quality sensor
[263] Vevor Wireless Weather Station 7-in-1
[264] Arexx Multilogger IP-HA90, IP-TH78EXT, TSN-70E
[265] Rosstech Digital Control Unit DCU-706/Sundance/Jacuzzi
[266] Risco 2 Way Agility protocol, Risco PIR/PET Sensor RWX95P
[267] ThermoPro Meat Thermometers, TP828B 2 probes with Temp, BBQ Target LO and HI
* Disabled by default, use -R n or a conf file to enable
Expand Down
3 changes: 2 additions & 1 deletion conf/rtl_433.example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -485,14 +485,15 @@ convert si
protocol 256 # ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill
protocol 257 # BMW Gen3 TPMS
protocol 258 # Chamberlain CWPIRC PIR Sensor
protocol 259 # ThermoPro Meat Thermometers, TP828B 2 probes with Temp, LO and HI, TP829B 4 probes with temp only
protocol 259 # ThermoPro Meat Thermometers, TP829B 4 probes with temp only
# protocol 260 # Arad/Master Meter Dialog3G water utility meter
protocol 261 # Geevon TX16-3 outdoor sensor
protocol 262 # Fine Offset Electronics WH46 air quality sensor
protocol 263 # Vevor Wireless Weather Station 7-in-1
protocol 264 # Arexx Multilogger IP-HA90, IP-TH78EXT, TSN-70E
protocol 265 # Rosstech Digital Control Unit DCU-706/Sundance/Jacuzzi
protocol 266 # Risco 2 Way Agility protocol, Risco PIR/PET Sensor RWX95P
protocol 267 # ThermoPro Meat Thermometers, TP828B 2 probes with Temp, BBQ Target LO and HI

## Flex devices (command line option "-X")

Expand Down
3 changes: 2 additions & 1 deletion include/rtl_433_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,15 @@
DECL(thermopro_tp28b) \
DECL(tpms_bmwg3) \
DECL(chamberlain_cwpirc) \
DECL(thermopro_tp82xb) \
DECL(thermopro_tp829b) \
DECL(arad_ms_meter) \
DECL(geevon) \
DECL(fineoffset_wh46) \
DECL(vevor_7in1) \
DECL(arexx_ml) \
DECL(rosstech_dcu706) \
DECL(risco_agility) \
DECL(thermopro_tp828b) \

/* Add new decoders here. */

Expand Down
Loading

0 comments on commit 917ab46

Please sign in to comment.