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
|
It's a good idea to add protocol 38 not only for nexus but also for many other devices with long code. |
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: