-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 nexus protocol to rc-switch library #21886
Conversation
A reference to the protocol description would be nice. |
The best documentation I found so far is this one: https://github.com/aquaticus/nexus433 Do you wish to have a protocol description or reverence in code or commit message? |
I think this one is related Portisch/RF-Bridge-EFM8BB1#119 |
Yes, change of |
The value |
Sure, got that, but why Anyhow, I took a look into the code once again... |
It is a long time ago. Don't remember the details. It is not just calculated. Many real life tests with different values where done. Overall the current choosen 4100 is working quiet well for most. |
That |
This PR has been automatically marked as stale because it hasn't any activity in last few weeks. It will be closed if no further activity occurs. Thank you for your contributions. |
Nexus protocol is used by temperature and humidity sensor that operate at 433 MHz. It is used by various brands.
7f90759
to
161a7ce
Compare
I reverted my changes on I tested with all protocols by sending messages from one tasmota device to another tasmota device. (Both are ESP32 in my case.) I also fine-tuned the new protocol a bit, so that sending is working too. |
like this approach. Imho worth to give it a try. @arendst What do you think about? |
* add support for nexus protocol to RCSwitch library Nexus protocol is used by temperature and humidity sensor that operate at 433 MHz. It is used by various brands. * calc separation limit for RCSwitch library automatically
Description:
New feature:
This adds support for nexus protocol to rc-switch library.
Nexus protocol is used by temperature and humidity sensor that operate at 433 MHz.
It is used by various brands.
Checklist: