Trying to decode the Thermo-Hygro-Sender 30.3247 #3505
PeterK1961
started this conversation in
General
Replies: 1 comment 1 reply
|
Grab a .cu8 sample and upload here as zip, so we can check timing parameters. You can add |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I try to decode the sensor https://www.tfa-dostmann.de/produkt/thermo-hygro-sender-30-3247/ (placed in my glasshouse) to use the transmitted data in my raspberry based smarthome system. It seems that there is currently no support for this device (Am I really the first one who wants to do it with this sensor?).
Has anybody experience with decoding TFA sensors in general? First analytics shows a data record with a "len : 73" and slightly changing HEX-values. Are there more relevant data records in TFA protocols. Both, temperature and humidity changed during my test, but th changing HEX-values differ to little.
I currently extract the HEX-values with
rtl_433 -f 433.92M -X 'n=TFAflex,m=OOK_PWM,s=284,l=592,r=3856,g=920,t=123,y=0' -M unknown -M msg -M time:unix:usec | grep -E 'len[[:space:]]+: 73'Any ideas, recommendations, experieces how to continue?
Best regards,
Peter
All reactions