Send RF from MQTT - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40) +--- Thread: Send RF from MQTT (/showthread.php?tid=6843) |
Send RF from MQTT - charlesrg - 10-07-2024 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 ? Found my answer at: https://youtu.be/k4iKJMzGIl0?t=901 Thank you for posting the video and instructions. RE: Send RF from MQTT - admin - 10-07-2024 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"uccess}} here is mqtt document: https://www.kincony.com/forum/attachment.php?aid=2872 |