I was just looking around to see what was supported if anything. I have an EMR211 thermometer (Oregon Scientific). The thermometer transmits over 433 MHz to an indoor unit, which then retransmits on Bluetooth. There are Android and iPhone apps for processing the retransmitted data The Android one is awful, keeps unpairing.

Is an example of what the app does. Notice the listed minimum temp doesn't match the plotted one. It really got down to -18 that night, I stayed up watching. But this was over bluetooth to a phone. I'd like to send this data to my Pi.
Your posted sensor number looked familiar, this base unit comes with a THN132N which only does temperature, but there's mention of using a different sensor to read humidity. Searching my PDF for the EMR211 doesn't find your sensor number though.
I just got my Pi 3 yesterday, I've got about 2 days more by torrent before I have the full Raspbian image (I have the Lite). But I can scan on my Pi and see a bluetooth device IDTW211R which is probably the thermometer. No clue how to decode it. The app does a daily temperature plot, I'd like to record over longer periods and be able to do something other than screenshots for records. The Pi 3 coming with bluetooth opens up possibilities.
Take a look at
https://github.com/kevinmehall/rtlsdr-433m-sensor for a way to use an RTL2832 DVB/SDR dongle to directly receive the 433 MHz signal. Or here
http://www.gearbest.com/transmitters-re ... aQodvJAFPg for a dirt-cheap (under $1) receiver module.
I little tutorial on bluetooth programming I just found:
http://people.csail.mit.edu/rudolph/Tea ... BTBook.pdf But it was written in 2005, doesn't cover low energy bluetooth (BLE). One of the example programs finds my phone, not my thermometer.