-
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
Support for Bresser Professional Rain Gauge #1673
Comments
This seem to be the values I get: Note that following the comment, byte 14 is "11", and I have a "b9" in the in byte 15 where all examples have "00" or "80". |
It'll be the same as the bresser 5in1 I have. The rain amount will be the amount since the rain guage was reset (theres a button on the bottom). The receiver works out the difference/delta of this reported amount over time. Check to be sure the rtl433 rain value increments the same amount as the receiver over time. |
I was planning to check that, but the receiver didn't report any change yet. |
It keeps reporting the humidity at 71, all the samples I have so far say 71. I've put a different device outside and it returned 54. I suspect it's not actually measuring humidity since the device inside doesn't report it, and the value in the message is always 71. |
From the documentation: Humidity inside So the outdoor unit has only 2 sensors. And the protocol is reused from other products. Your observation regarding byte 15 looks valid. I'll accept a change which uses the low nibble to select the sensor type. The high nibble top bit is set in a few payload examples. So I think that if the low nibble is 9 then we can output the the rain and temp values. Anything else and it is assumed to 5in1 sensor. Can you supply a recording of this sensor? rtl_433 -S known |
I've now also saw one that has 74 for the humidity: |
It's been raining very slowly the last several hours, but it wasn't counting anything, so I went to the device to check it out. I probably flipped the cup used to hold the water twice. The indoor device now shows 2 mm rain fall today, total 370.2. My guess is that the resolution is only 1 mm. This report at least seems to suggest the same: andreafabrizi/BresserWeatherCenter#3 The communication I got now is: Which rtl_433 translates as 48.2 |
After a few more samples, it seems the resolution is 0.25. You need to multiply the value you have now by 2.5. |
Does #1676 do what you want ?
Output based on the 2 samples you provided. |
It looks good to me. |
Closed by be15f27 |
Hi,
I have this device: https://www.bresser.de/en/Weather-Time/BRESSER-Professional-Rain-Gauge.html, article number 7002530
And it seems to be detected, but I'm not sure everything is correct. It currently shows me:
The temperature matches what is on the display of the device. The device does not show outdoor humidity, but 71% is possible comparing it to official measurements.
The device does not measure anything related to wind, so I would prefer that it didn't claim 0 for them.
But I'm wondering if the rain value is correct or not. If I press the "since" button on the device, it shows me 368.2 mm.
The text was updated successfully, but these errors were encountered: