-
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
Multiple frequencies for RFRecv, rc-switch #10134
Comments
Tasmota/tasmota/xdrv_17_rcswitch.ino Line 236 in 0bf82f5
Been reading https://tasmota.github.io/docs/API/#driver-sensor-energy-and-light-callback-ids but unsure how to know which pins have been assigned Thank you. |
How about adding another wemos with another type of receiver? This is just a hardware change (using 434MHz or ie. 858MHz). I use it too on different devices. Adding more interfaces to this software is more like a challenge and a can-do solution than adding anything usefull to it. It over complicates selecting user input and I feel it is of no use. As for me, don't waste your time screwing up the code. |
@arendst Yea, I'm starting to understand the code. I just figured out the part about finding all pins that are
|
Sorry. No. Only one led strip is supported.
Sorry, won't be added for now. #10134 (comment) |
Guys, it's done! I have The changes I made are scalable above 2 pins. However, I tested only 2 pins based on https://github.com/BCsabaEngine/RCSwitch, but his/her claim was it can go beyond 2 pins. Please do have a look at my repo/PR shortly. Thank you. |
Hi, This was what I did to allow multiple definitions of Is this something you guys will pull? If yes, I will merge my Thank you. |
Have you looked for this feature in other issues and in the docs?
Yes
Is your feature request related to a problem? Please describe.
RFRecv
supports only 1 receiver per microprocessor today, this makes it impossible to support multiple frequencies at the same time.Describe the solution you'd like
Make
RFRecv
support multiple receivers, e.g. 1 x 315Mhz and 1x 433Mhz togetherDescribe alternatives you've considered
Using 2 microprocessors, which is quite a waste.
Additional context
There is a tested working proof of concept here https://github.com/BCsabaEngine/RCSwitch and I'm prepared to write the PR code, but need some help understanding Tasmota code
1. I'm reviewing https://github.com/arendst/Tasmota/blob/development/tasmota/xdrv_17_rcswitch.ino and have some trouble understanding how to work out which pinRFRecv
is attached to.I may have more questions along the way. Thank you.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: