How to Configure the Sonoff RF Bridge (Tasmota) to work with Home Assistant

In this Video we will be configuring the Sonoff RF Bridge for use with Home Assistant.

I will show you what you need and all the steps to take your Sonoff RF Bridge working with a Door Sensor, PIR and Doorbell. I’ll show you how to setup in configuration.yaml and node red.

Configuration.yaml

binary_sensor:
#Your Door
  - platform: mqtt
    name: "Your Door"
    state_topic: "tele/rf-bridge/RESULT"
    value_template: '{{value_json.RfReceived.Data}}'
    payload_on: "CF100A"
    payload_off: "CF100E"
    device_class: door
    qos: 1  
#Your Door Tamper Switch
  - platform: mqtt
    name: "Your Door Tamper"
    state_topic: "tele/rf-bridge/RESULT"
    value_template: '{{value_json.RfReceived.Data}}'
    payload_on: "CF1007"
    payload_off: "CF1007_off"
    device_class: problem
    off_delay: 5
    qos: 1  
# PIR 
  - platform: mqtt
    name: "PIR1"
    state_topic: "tele/rf-bridge/RESULT"
    value_template: '{{value_json.RfReceived.Data}}'
    payload_on: "EEA74E"
    payload_off: "EEA74E_off"
    device_class: motion
    off_delay: 5
    qos: 1
#Front Door Bell    
  - platform: mqtt
    name: "Front Door Bell"
    state_topic: "tele/rf-bridge/RESULT"
    value_template: '{{value_json.RfReceived.Data}}'
    payload_on: "0C7F42"
    payload_off: "0C7F42_off"
    off_delay: 5
    device_class: motion
    qos: 1

Music: https://www.bensound.com

Video: Free Stock Video Footage by Videezy!