Tasmota/MQTT/Home Assistant

Hi all,

I’ve recently setup an RF bridge and flashed it with Tasmota. I have a button that I can press and Tasmota recognizes this:

17:35:33 MQT: tele/sonoff/RESULT = {“RfReceived”:{“Sync”:10760,“Low”:360,“High”:1080,“Data”:“392904”,“RfKey”:“None”}}

My goal is for Home assistant to toggle a light status when it receives this signal.

I’ve installed Mosquitto and linked it to Home assistant via discovery. However I am struggling with how to setup Home Assistant to listen for this, so that I can have it turn my light on.

Any help would be brilliant. Thanks in advance!

Take a look at the following thread for some ways to accomplish what you want to do:

Thanks for the reply. I managed to get it working; I was just misunderstanding how MQTT works!