-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
rf_switch nSeparationLimit #10840
Comments
Hi, if you have found already the solution, please help us and provide a pull request. Thanks |
With this change what will be the impact for other protocols? |
Change will have side effects for other protocols. From driver code
|
A messup in RFsend, tx part: The tasmota rcswitch receive differs a lot from the original at https://github.com/sui77/rc-switch/blob/master/RCSwitch.cpp. |
You have noticed the command |
No i was not aware of RfProtocol. I will close this and reopen the pulselen thing in discussion. The nSeparationLimit thing needs a deeper examination, will reopen in discussion if i get a better workaround. |
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
rf_switch receive of protocol 4 data not working
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
try to receive protocol 4 433mhz signal
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
i expect the protocol 4 rf message to show up like the protocol 1 does
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
need to change file tasmota/lib/lib_rf/src/RCSwitch.cpp
item nSeparationLimit to 2000 to fix it
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: