-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bresser 6-in-1 - wrong negative temperatures with Bresser 3-in-1 Professional Wind Gauge / Anemometer, PN 7002531 #2523
Comments
Thanks! We have a precedent for such overlap: The Agimex Rosenborg 66796 collides with Fine Offset Electronics WH5 and has a different temperature calculation (actually the WH5 is different then all the others) The solution is not great, one needs to manually setup the deocder for one or the other. Something more obvious would be preferred. |
@matthias-bs Are you able to figure out how to do this and open a PR? |
@gdt I didn't get any further with auto detection of the type of sensor. I could only provide the solution with looking up the sensor ID. Would this be helpful? |
Hi @matthias-bs : Into the current device bresser_6in1.c there are already conditional formatting based on the presence or absence of : rain, temp, wind, moisture and uv, this could be extend to define the model. Since it's a 3in1 model, you should have only wind speed, wind gust, temp and humidity (what I understood from Bresser pdf) , this means that uv, wind direction and rain never report data (always 0xFF for example) and could be used to define the model, and we'll add a new conditional formatting which will calculate properly the temp accordingly. Are you able to capture rf signal and share it here to analyze it and confirm my assumption ? (let it run few minutes and report here the result)
Thx. |
I don't think we want to merge support for configuring ids for what device is what type, but you are welcome to submit a PR for discussion. It would of course have to be general and configurable. I think someone will need to figure out how to tell these apart and adjust the decoder. Realistically that is almost certainly someone who has one and is having a problem -- as you can see from the issue list there is vastly more work to be done than the people who are regularly contributing. |
Hi all, unfortunately I have neither this "Bresser 3-in-1 Professional Wind Gauge" nor a SDR receiver. I just tried to pass my insights from matthias-bs/BresserWeatherSensorReceiver/issues/42#issuecomment-1471544273 back to this project. |
Thanks for the report and for clarifying. |
Here is an automatic solution:
|
In the condition I would use
but yes, that could work as we reasonably expect to never get a value below -50 C. |
Or even simpler:
BTW: As far as specified in the manuals, the lower limit of the temperature range is -40°C. |
The Bresser 3-in-1 Professional Wind Gauge / Anemometer, PN 7002531 uses a different temperature encoding for negative values than the other sensors using the 6-in-1 protocol.
Please see here for a (rather lengthy) discussion: matthias-bs/BresserWeatherSensorReceiver#42 (comment)
The outcome was the following workaround:
I did not find a way to distinguish the "Bresser 3-in-1 Professional Wind Gauge" from other sensors automatically.
The text was updated successfully, but these errors were encountered: