Hi
I am Trying to automate on/off Christmas decorations on the cheap. I had some 433 plug switchers and I saw some good stuff on youtube about the Sonoff RF Bridge and Tasmota.
So I have successfully flashed my RF Bridge and Tasmota is running. I also have programmed some of the 16 pre-sets to turn on and off my plugs. For example Button 1 Turns on my Christmas Tree and Button two turns it off. I see in the Console that stat/RF_Bridge/RESULT = {“RfKey2”:“Learned sent”} (When the signal is sent) I have also figured out that I can trigger the key via my MQTT server that the RF Bridge is publishing and subscribed to using cmnd/RF_Bridge/rfkey2 at the topic (No Payload)
SO THE BIT I A CONFUSED ON! This is the HASS configuration I am looking to setup this a switch so I can say Hey Google Turn the Christmas Tree on… And Whala!
I have worked out (I think the State Topic and the Command Topic as per above
State = stat/RF_Bridge/RESULT
Command = cmnd/RF_Bridge/rfkey2
So any of you cleaver people can help me out with the Hass configuration as a switch for the above?