Skip to content

Commit

Permalink
Add support for Thermopro TP828B Meat Thermometers 2 probes (#3085)
Browse files Browse the repository at this point in the history
* Add support for Thermopro TP828B Meat Thermometers 2 probes, with probe temp, LO and HI target temp
  • Loading branch information
ProfBoc75 authored Nov 10, 2024
1 parent 4fa3756 commit 8900b18
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 141 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 TP829b Meat Thermometer 4 coated probes
[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 TP829b Meat Thermometer 4 coated probes
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
1 change: 1 addition & 0 deletions include/rtl_433_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
DECL(arexx_ml) \
DECL(rosstech_dcu706) \
DECL(risco_agility) \
DECL(thermopro_tp828b) \

/* Add new decoders here. */

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ add_library(r_433 STATIC
devices/thermopro_tp11.c
devices/thermopro_tp12.c
devices/thermopro_tp28b.c
devices/thermopro_tp829b.c
devices/thermopro_tp82xb.c
devices/thermopro_tx2.c
devices/thermopro_tx2c.c
devices/thermor.c
Expand Down
138 changes: 0 additions & 138 deletions src/devices/thermopro_tp829b.c

This file was deleted.

Loading

0 comments on commit 8900b18

Please sign in to comment.