-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help in interpreting the signal from OBH Oven Thermometer #29
Comments
You have to get several readings and vary the temperature. Then we can try to figure out how the temperature is encoded. |
Thanks for your answer. I have done several measurements:
A transmission always starts with "ff ff 49 6d 64 f3" followed by 18 nibbles, ABCDEFGHIJKLMNOPQR. All nibbles, except R, contains at least one "1". A transmission is always repeated. AB changes every time "reset" on the sender is pressed. It seems that CDEFGHIJKLMN contains data which is somehow scrambled with AB. By keeping the temperature constant or taking out the sensor I can see that several AB values map to the same data bytes. Example; AB=10010101, 01101001, 00101011 maps to the same value CD=00111100 when the sensor is not plugged in. OPQR seems to loop through some sequence. I'm sure the scrambling can be easily broken and the temperature can be decoded. Just need more time - or some help. |
I got a few readings from the same sensor here |
Long time no answer, can some one of you send the resulting files when running with rtl_433 -a -t ? |
Without any sample signals and matching temperatures nothing more can be done. Closing issue, |
I am trying to figure out how to read the temperature sent by my OBH oven thermometer (see http://www.obhnordica.se/Files/Filer/Userguides/4775.pdf).
Could you please help me in interpreting the output (http://pastie.org/9098436) that I get when running the command "./rtl_433 -f 433892400 -a -l 3000"? - the receiver says the temperature is constant; 24 degrees celcius.
Your feedback is greatly appreciated.
The text was updated successfully, but these errors were encountered: