Skip to content
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 soil moisture sensor? #2988

Open
kami83 opened this issue Jul 4, 2024 · 10 comments
Open

Support for Bresser soil moisture sensor? #2988

kami83 opened this issue Jul 4, 2024 · 10 comments

Comments

@kami83
Copy link

kami83 commented Jul 4, 2024

Hi,

i would like to ask, if someone can tell me if he can decode this Bresser Sensor:

https://www.bresser.de/en/Weather-Time/BRESSER-Soil-Sensor-for-7510100-7510200-Smart-Garden-Smart-Home-Irrigation-System.html

Its nearly the same then the RainPoint Soil Sensor.

Can someone help me with this?

BR kami

@zuckschwerdt
Copy link
Collaborator

Do you already own the sensor? Otherwise if you are deciding to buy or not: Newer Bresser protocols all show roughly the same structure and it shouldn't be a problem to analyze and add more.

@kami83
Copy link
Author

kami83 commented Jul 4, 2024

Yes i bought it.do you think it is 868 or 433?

@zuckschwerdt
Copy link
Collaborator

Newer sensors are FSK, and FSK is likely to be on 868. I only have older 433 (OOK) sensors.

@ProfBoc75
Copy link
Collaborator

Hi, it's 433.92 Mhz, page 24 : User Guide

@kami83
Copy link
Author

kami83 commented Jul 5, 2024

Ohh thats good. I should be nearly the same sensor then this:

#1781

Can someone help me to write a decoder for this?

Thx a lot.

BR kami

@zuckschwerdt
Copy link
Collaborator

Get a good sample to find and verify timings. https://triq.org/rtl_433/ANALYZE.html
Then we'll need to get a number of codes and check those.
Writing (or modifying) a decoder is easy then ;)

@kami83
Copy link
Author

kami83 commented Jul 5, 2024

Hmm okay i will try. But it is not so easy to get a sample. There are just to much other different messages.

i will try.

BR kami

@zuckschwerdt
Copy link
Collaborator

It usually helps to remove the antenna and place the device and receiver at maybe 20cm to each other.

@ProfBoc75
Copy link
Collaborator

May I propose to run rtl_433 in verbose mode for only the existing Bresser decoders to speed up the analysis.

rtl_433 -R 52:vv -R 119:vv -R 172:vv -R 173:vv -R 247:vv -R 249:vv -M protocol -M level

If we are lucky, you may have some message that could help us to focus on a specific decoder.

Notice that, except model 52, all are based on FSK PCM with s = l = 124 µs , preamble=0xaa2dd4, so a flex decoder like this one could help also (my assumption that this soil sensor uses the same rf coding) :

rtl_433 -X "n=Bresser_soil,m=FSK_PCM,s=124,l=124,r=25000,preamble=aa2dd4"

@kami83
Copy link
Author

kami83 commented Jul 6, 2024

Hi, first of all, thanks a lot for the good and fast help. But i think my sensor is broken and i think i will get a new one next week. So until i recieved the new one i have to wait.

BR kami

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants