Sonoff RF Bridge (Tasmota and Portisch)

Hello all, I was hoping that somebody could see if I’m doing something wrong.

I have a flashed Sonoff RF Bridge with Tasmota and Portisch so I can send rf signals to a rf diesel heater controller.

The bridge seems to see a signal when I send a mqtt script from HA but nothing actually happens on the receiving controller.

I took some screen shots of what I have done so far if you need anything else please let me know. I did have this working a few years ago and couldn’t find any old posts that worked.

Thanks in advance!

Corey

script.yaml

workshop_heat_off:
alias: Turn Off Heat
sequence:
- service: mqtt.publish
data:
topic: “cmnd/tasmota/backlog”
payload: “RfRaw AA B0 21 03 08 04CE 01A4 3124 28190908190908181818190818190908181909090908190909 55”

HI

service: mqtt.publish
data:
topic: cmnd/tasmota/rfraw
payload: AA B0 21 03 08 04CE 01A4 3124 28190908190908181818190818190908181909090908190909 55;rfraw 0

Guessing but try this. It’s much easier for others to help if you put your code in the preformatted manner useing </>. If you are going to continue using MQTT it will probably be easier for yourself if you use mqttexplorer. :grin:

Watch this and make a note about the process from 15:00 and on.

Hard to believe that was 4 years ago. I remember watching it the day it came out. I still run Tasmota on my RF bridge.