merbanan / rtl_433

Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
GNU General Public License v2.0
6.08k stars 1.31k forks source link

Oregon-BHTR968 Forecast #1696

Closed tiego-007 closed 1 month ago

tiego-007 commented 3 years ago

Hello,

its possible to recive with the rtl_433 the Forcast of the Oregon-BHTR968? i thing this is sendet by the sensor, but not trasmittet over mqtt?

thanks Markus

zuckschwerdt commented 3 years ago

Something is perhaps available in the data, but I guess it was never properly analyzed and would just be a fixed map of Temp/Hum/Pressure anyway. https://github.com/merbanan/rtl_433/blob/master/src/devices/oregon_scientific.c#L301

tiego-007 commented 3 years ago

Hello, thanks, but i have make some tests, but i am not abel tu print out the recived values. i have remove the // on line 301 - 314. but if i start rtl_433 i dont recive this Output can you help me please

zuckschwerdt commented 3 years ago

Yes, remove the // then add in the list below something like this:

"comfort", "Comfort", DATA_STRING, comfort_str,
"forecast", "Forecast", DATA_STRING, forecast_str,
gdt commented 1 year ago

@tiego-007 Have you made progress? What's the status of this issue and next steps?

gdt commented 3 months ago

@tiego-007 Can you submit a draft PR?

tiego-007 commented 1 month ago

Hello, i was not able to read the Forcast witch data you need?

zuckschwerdt commented 1 month ago

The conclusion here is not to print a fixed map of Temp/Hum/Pressure to comfort / forecast fields, even if some devices offer that. It should be done with a general mapping for all weather devices in the downstream processing. E.g. something like the hass script could offer this. Closing as not-planned.