Skip to content

Comments

Add support for ThermoPro-TP211B temperature sensor#3462

Merged
ProfBoc75 merged 1 commit intomerbanan:masterfrom
a-rahimi:master
Feb 23, 2026
Merged

Add support for ThermoPro-TP211B temperature sensor#3462
ProfBoc75 merged 1 commit intomerbanan:masterfrom
a-rahimi:master

Conversation

@a-rahimi
Copy link
Contributor

@a-rahimi a-rahimi commented Feb 8, 2026

I wrote this based on the information from this issue.

Seems to work fine:

% ./build/src/rtl_433 -f 915M -R 292                                                               
rtl_433 version 25.12-8-g8d92cdd6 branch master at 202601061318 inputs file rtl_tcp RTL-SDR with TLS

New defaults active, use "-Y classic -s 250k" if you need the old defaults

Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[SDR] Using device 0: RTLSDRBlog, Blog V4, SN: 00000001, "Generic RTL2832U OEM"
Exact sample rate is: 1000000.026491 Hz
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
time      : 2026-02-07 16:08:50
model     : ThermoPro-TP211B                       Id        : 011ed6
Temperature: 26.6 C
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
time      : 2026-02-07 16:09:40
model     : ThermoPro-TP211B                       Id        : 011ed6
Temperature: 36.3 C
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
time      : 2026-02-07 16:11:20
model     : ThermoPro-TP211B                       Id        : 011ed6
Temperature: 37.9 C

The temperatures what the sensor shows on its screen.

@a-rahimi a-rahimi force-pushed the master branch 2 times, most recently from 8258fc2 to c9c5f90 Compare February 8, 2026 00:48
@n6ham
Copy link
Contributor

n6ham commented Feb 11, 2026

Passing by: I'm not a maintainer, but it looks like you're missing a few changes (the doc and conf). Have you ran maintainer_update.py a second time, after adding the parser implementation?

@a-rahimi
Copy link
Contributor Author

a-rahimi commented Feb 14, 2026

thanks @n6ham updated the pr after running maintainer_update.py

@splobsterman
Copy link

Has the push from @a-rahimi been added to the devices? I'd like to test it out.

@zuckschwerdt
Copy link
Collaborator

This looks good. The r_device needs a .disabled = 1, // default disabled because there is no checksum line.
Perhaps you can supply a big list of codes to better understand the checksum in #3435

@a-rahimi
Copy link
Contributor Author

a-rahimi commented Feb 16, 2026

thanks. disabled by default. and posted sample codes to the issue.

@a-rahimi
Copy link
Contributor Author

i removed the "disabled" comments injected by the maintainer script.

@ProfBoc75
Copy link
Collaborator

@a-rahimi : you will need to git pull your fork to get my last updates and test it.

@a-rahimi
Copy link
Contributor Author

a-rahimi commented Feb 22, 2026

nice, @ProfBoc75 . this seems to work.

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2026-02-22 15:45:08
model     : ThermoPro-TP211B                       Id        : 011ed6
Temperature: 37.6 C      Integrity : CHECKSUM
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2026-02-22 15:45:58
model     : ThermoPro-TP211B                       Id        : 011ed6
Temperature: 37.6 C      Integrity : CHECKSUM

@zuckschwerdt i've removed the "disabled" flag, since we now have a checksum. can we merge?

@a-rahimi a-rahimi force-pushed the master branch 2 times, most recently from 40ed4c6 to 3af3996 Compare February 22, 2026 23:52
squash checksum from Bruno with basic functionality from Ali in one commit.
remove the "disabled=1" flag since we now have a checksum.
@ProfBoc75 ProfBoc75 merged commit 3b79305 into merbanan:master Feb 23, 2026
8 checks passed
n6ham pushed a commit to n6ham/rtl_433 that referenced this pull request Feb 23, 2026
* Add support for ThermoPro-TP211B temperature sensor

Co-authored-by: Ali Rahimi <ali@leavemeout.com>
Co-authored-by: Christian W. Zuckschwerdt <zany@triq.net>
Co-authored-by: Bruno OCTAU <62882637+ProfBoc75@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants