Good morning.
With the RF Bridge (TASMOTA), transmitting in RF 433, the ON/OFF code that I capture with the console, I intend to operate the Air Conditioner.
The following does not work for me.
Too little information to actually help you, but those quotes are of the wrong type.
Verify your configuration if you have the correct (straight) ones in your code.
To operate your Air Conditioner using the RF Bridge (Tasmota) with RF 433 transmission, you need to ensure that the MQTT topic and payload are correctly formatted. First, make sure the topic cmnd/RFBridgeMesaMult.Salon/RfCode matches the configuration in Tasmota. Next, the payload should be a properly formatted JSON object. For example, the payload should look like {“RfCode”: “FEEBA4”}, ensuring that standard double quotes are used. Verify that your MQTT broker is running and that the RF Bridge is connected to it. Additionally, check the RF Bridge configuration to ensure it can receive and send RF codes. By following these steps, you should be able to successfully transmit the ON/OFF code to operate your Air Conditioner.
Here’s how I do it.
When the bridge itself sends the code, it sends all the things. I watched the device webui to see the 4 codes needed and send them all.
If you run into problems, try this…