Smart Home Automation Forum

Full Version: Send RF from MQTT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I trigger an RF code to be sent from MQTT ?


I have automations on NodeRed that I would like to use to send MQTT message to A32M to transmitt and RF433mhz signal.

(10-07-2024, 01:56 AM)charlesrg Wrote: [ -> ]How can I trigger an RF code to be sent from MQTT ?


I have automations on NodeRed that I would like to use to send MQTT message to A32M to transmitt and RF433mhz signal.

Found my answer at: https://youtu.be/k4iKJMzGIl0?t=901
Thank you for posting the video and instructions.
You can send "learned" RF or IR signal by mqtt. such as command:

8. Send one RF signal have learned
send: {"run_rf":{"value":1}} means: send RF signal that id=1

feedback: {"run_rf1":{"value"Confuseduccess}}

here is mqtt document: https://www.kincony.com/forum/attachment.php?aid=2872