Smart Home Automation Forum
MQTT does not publish received RF signal - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A16 (https://www.kincony.com/forum/forumdisplay.php?fid=25)
+--- Thread: MQTT does not publish received RF signal (/showthread.php?tid=3349)



MQTT does not publish received RF signal - truongdq54 - 09-29-2023

I follow the document here https://www.kincony.com/forum/attachment.php?aid=2872

I have a RF switch that has the signal learned by Kincony latest firmware. I connect Kincony to home assistant via MQTT, and I'm trying to create an automation that will be triggered by the RF signal. However the Kincony MQTT does not published the RF ID when I push the button.

How to make the Kincony MQTT pushed the RF ID?


RE: MQTT does not publish received RF signal - admin - 09-29-2023

you can use home assistant send command for control board send RF signal. but RF receive signal is work by board's local IFTTT. such as : if you pressed RF remoter's button can send out HTTP or TCP or RS485 modbus customsize command to other board, not need home assistant.


RE: MQTT does not publish received RF signal - truongdq54 - 10-02-2023

Thanks! I have setup Nodered and create HTTP server bridge for KCS IFTTT to send HTTP to.


RE: MQTT does not publish received RF signal - admin - 10-02-2023

it's ok.