-
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
Add support for DeltaDore X3D #1911
Conversation
Looks really good at a quick glance, thanks! (and I did laugh at the length thing and "data from previous larger messages") |
8e31ece
to
e42ad33
Compare
At the moment I've no more additional info, I'm working on decoding the messages. I'll continue on this if I have more valid infos. |
I now added most of the known protocol, for my point of view it's done and can be merged |
deduplication
Waiting for merge |
It seems some output keys are missing from output_fields, e.g. |
Thanks! I just noticed the |
I don't know where that NOLINT came from, maybe c&p. |
I've refactored the CCITT data whitening to bit_util.c with 11d2c7a. Can you check it still works, and do we have any test samples? |
Is working, added a valid sample: #3116 |
Great, thanks! |
ah, yes, I removed CRC from that data because I also modified the device id, so this data was only for ccitt tests. |
Ah, I've seen the tests repo, I will make an pull request |
If you are concerned about real device ids leaking then hold off, it's a valid concern. |
Here merbanan/rtl_433_tests#472 . |
Thanks! Is that a manual recording (e.g. |
I used |
The Payload is not fully clear due the fact I have only thermostat's and switch actors.