KCS firmware can learn your RF signal. send out by MQTT command, but will not feedback to home assistant when received RF433M signal. here is mqtt document:
https://www.kincony.com/forum/attachment.php?aid=2872 it showed:
8. Send one RF signal have learned
send: {"run_rf":{"value":1}} means: send RF signal that id=1
feedback: {"run_rf1":{"value": success}}
if you want RF sensor trigger other actions, just make AUTOMATION in home assistant. you can config ESPHome to receive RF signal then make AUTOMATION in HA.
https://www.kincony.com/forum/attachment.php?aid=2872 it showed:
8. Send one RF signal have learned
send: {"run_rf":{"value":1}} means: send RF signal that id=1
feedback: {"run_rf1":{"value": success}}
if you want RF sensor trigger other actions, just make AUTOMATION in home assistant. you can config ESPHome to receive RF signal then make AUTOMATION in HA.