-
Notifications
You must be signed in to change notification settings - Fork 639
Increase number of switches in RF bridge #1407
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
Comments
You already can do that, simply send the codes to
|
How to send codes via the HTTP API instead of MQTT? I could not find a documented method. |
There are no API entry points for the RF Bridge. That's a shame. I'm adding it to this milestone since most of the code is there, it's only a matter or wiring it. |
Thank you very much. I already looked into it but sadly this is above my programming knowledge. I will be looking forward to 1.13.4. |
Added it to the latest To send a custom RF code:
To start learning a code (for switch #1, action ON):
To start learning a code (for switch #1, action OFF):
Of course, these commands will work as GET if "Restful API" check is disabled in web UI, otherwise, they should be issued as POSTs. |
It is not a issue. It is a request. I like espurna and use it in many of my things. However I have seen that tasmota allows to support unlimited number of RF codes by direct resending of the RF codes to mqtt. So it is not needed to configure every RF code in RF bridge. It could be done for example in home assistant. Is it possible to have in also in espurna?
The text was updated successfully, but these errors were encountered: