Replies: 4 comments 10 replies
-
We have never seen a 4 probe thermometer. But the ThermoPro codes are not complicated. If you get a TP-27 then just send some samples and we'll figure it out. https://triq.org/rtl_433/ANALYZE.html |
Beta Was this translation helpful? Give feedback.
-
I was able to record a sample |
Beta Was this translation helpful? Give feedback.
-
I have been playing around with it for a while now, this is what I have found without knowing anything haha. I was using the following settings for RTL_433 rtl_433 -f 915M -X "n=name,m=FSK_PCM,s=100,l=100,match={40}0xb48db11276,r=8172" I looked at another issue asking about the TP28b and copied their "homework", I have been working in https://triq.net/bitbench to figure out the messages and this is what I found so far while monitoring temperatures on probe 1. PREAMBLE:hhhhhhhhhhhhhh SYNC:hhhhhhhhhh TEMP_A:hhhhh ?:hhh TEMP_B:hhhhh ?:hhh TEMP_C:hhhhh ?:hhh TEMP_D:hhhhh ?:hhh ?:bb IS_MEAT:bbbb ?bb ?hhhhhhhhhhhhhhhhhhhhhhhhhhh
The temp is a hex encoded value that will give you the degrees C when divided by 4. Example for the first entry I captured which reported 24.4 C... This just seems odd to me as it appears that everything is off by 2 bits which would explain the divide by 4 |
Beta Was this translation helpful? Give feedback.
-
I have been trying to figure out how the checksum of this message works and I have hit a wall. This is the latest I have in bitbench |
Beta Was this translation helpful? Give feedback.
-
Hi !
just a short question: is the thermopro TP-27 compatible with RTL_433. I would like to find a 4 probe thermometer and use it with RTL_433.
Thank you !
Mat
Beta Was this translation helpful? Give feedback.
All reactions