Get the Sonoff bridge to transmit 433MHz to basement unit, with HA

Hi

I have a problem, is there anybody that know the code so I can get my Sonoff Bridge to transmit RF signals to another unit?

I have flashed Sonoff bridge with Tasmota and it is possible to press on one of the sixteen buttons, when I access them through 192.168.1.xx, and get the bridge to send a RF signal, so I know it works, but I would like to control it through home assistant. Anyone that have had success with that.

Regards Patrick

Most things in Tasmota link with HA via MQTT, including the RF Bridge by the look of the docs on tasmota’s wiki.

Hi Patrick
I’m trying to do same thing - get hassio to trigger a code transmission on RF Bridge using Tasmoto. Did you ever crack it please?
Regards
Alan

There are many howtos on this, I suggest you use the search link on the forum, then google.

  action:
  - data:
      payload: '1213858'
      topic: cmnd/rfbridge/RfCode
    service: mqtt.publish

with a payload of the RF code. If your bridge is not called ‘rfbridge’, you need to change the name.

1 Like

Or just wait for @francisp to turn up :slight_smile:

1 Like

Thanks Francis.