Sonoff rf bridge dos not send MQQT

My Sonoff Bridge Module is flashed with Sonoff-Tasmota 5.14.0 .
I received a sinal from a door sensor:
00:56:15 MQT: tele/sonoffRf/RESULT = {“RfReceived”:{“Sync”:13290,“Low”:470,“High”:1410,“Data”:“6EDC21”,“RfKey”:1}}

My configurations are not identifying it correctly:

binary_sensor:

  • platform: mqtt
    state_topic: “tele/sonoffRf/RESULT”
    name: “Porta de entrada”
    value_template: “{{ value_json.RfReceived.Data }}”
    payload_on: ““6EDC21”
    payload_off: “6EDC21off"
    device_class: door

automations.yaml:

  • id: ‘1529707635043’
    alias: porta de entrada
    trigger:
    • entity_id: binary_sensor.porta_de_entrada
      from: ‘on’
      platform: state
      to: 00:05
      condition: []
      action:
    • data:
      message: Door is open
      service: tts.google_say

Automation works when I trigger it manually.
but when I open de door sensor nothing happens.

There is one too many " here.

Hi gpbenton,

I correct this and still no working.

I tried to:

payload_on: "2"
payload_off: "key2_off"

from post Integrating RF devices with sonoff rf bridge on Tasmota Firmware . Did not work.

It is working now.

1 Like

Try Espurna for the Rf Bridge
It is a much better interface then tasmota with learn function