-
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
New Device - WEN 3410 Air Filter #3151
Comments
Ah, I see. That first set of sync pulses is not the same packet. This works
Should I find a way to ignore those sync pulses in this decoder, or ignore them? |
If there is no sync word or checksum then checking a preamble/warmup might be the only way to improve robustness. |
Hmm ok, that works, but I'm not sure how to complete it now.
But I tried to look for an example with multiple rows of data in https://github.com/merbanan/rtl_433/blob/master/conf/rtl_433.example.conf but didn't have any luck. Also I wonder if |
Captures - https://github.com/gcormier/rtl_433_tests/tree/wen_dust/tests/wen_dust
3 button remote at 433MHz. Flex decoder for this one.
I'm close. I just don't know why I can't ignore the preamble.
bitbench
Trying to add preamble
The text was updated successfully, but these errors were encountered: