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

One concept Beaufort weather station (wh1080 clone) #3061

Open
roberto1984 opened this issue Sep 30, 2024 · 1 comment
Open

One concept Beaufort weather station (wh1080 clone) #3061

roberto1984 opened this issue Sep 30, 2024 · 1 comment

Comments

@roberto1984
Copy link

roberto1984 commented Sep 30, 2024

Hi all,

I have a one concept Beaufort weather station,another clone of the fineoffset wh1080 5 in 1 weather station.

Unfortunately,even if I try to decode it using protocol number 155
rtl_433 -f 868.3M -R 155
data is not received.

I can see clearly data arrives if I run rtl_433 with -A
,every 48 second,that is the interval of the data transmission by the station.

But except this,the protocol 155 is not decoding this data.
I don't know how to integrate it so if some of you can help me on doing this I can provide all you need.
Thank you very much in advance!

@ProfBoc75
Copy link
Collaborator

Hi @roberto1984

You have also device protocol 32 with different modulation OOK.
Try these commands to get the figures and share your result here to help understand the issue:

rtl_433 -f 868M -R 155:v -R 32:v -M level
rtl_433 -f 868M -R 155 -R 32 -A -M level

You can play with the verbose options to have more information, -v -vv -vvv -vvvv, same at protocol level -R 155:vv -R 32:vv
Depends on the frequency result, you may adjust the frequency, at 868M the sample rate is 1Mhz so the range is from 867.5M to 868.5M.

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

2 participants