Does anyone send 433MHz RF via MQTT through Sonoff’s RF-Bridge (running Tasmota and Portish-FW) with Home-Assistant?
I want to control 433MHz RF Plugs (simple ones with DIP-Switches, not Intertechno) with Home-Assistant, but I struggle getting the config right.
I can send the signals and switch the plugs via Tasmota’s Webui-Buttons and via Tasmota Console commands !
Any hints or examples how to configure Home-Assistant ?
I tried several config block examples from the forum without success, f.e. the following blocks did not send rf signals:
I even don’t really know what to send via MQTT with f.e. mosquitto_pub CLI-command to switch my 433MHz-Plugs via Sonoff RF Bridge… I mean for testing if switching via MQTT actually works without Homeassistant.
I don’t know how to proceed
I modified what francisp provided above and it works somehow, but not reliable.
And the UI-switch goes back to off after a second or so… some fine tuning is required now.
Now that I think about it, since you have a rf switch with both an off and on signal, you should take the off_delay out… The switch should only go out when it receives the off signal, not after 0 or 2 seconds.
Actually off_delay was absent before, I tried to disable the off_delay with “off_delay: 0”, but I’m actually not quite sure if it works like that.
It does not matter if off_delay is there or not, the switch in the Web-UI turns off after 2 or 3 seconds automatically.
How can I disbale this behaviour so that the switch stays in its position ?
It is easy to debug. Just use mqtt fx, mqtt explorer, mqtt lens or even mosquitto_sub to monitor the received mqtt messages. When you receive ‘414551’, your light2 should switch to ‘ON’ (check under developer tools, states), and stay on as long as no ’ 414554’ is received.
Same for off : your light2 should switch to ‘OFF’ when ‘414554’ is received, and stay off as long as no ‘414551’ is received.
I just learned my relay the dafult rf bridge code of two of the sixteen buttons(one for “on” and one for “off”)
and then created a simple switch
Not sure if the availability code is correct. But the command works fine
quick question: if I have CO Gas sensor which only receives signal in rfraw166 or rfraw177 does it mean the sonoff bridge has to stay all the time in that mode?
I have few devices which work in rfraw 0 but only this new device would work only in rfraw 166. Do I need two sonoff bridges?
Hey everyone, I have a newer version of the Sonoff RF bridge board, R2 v2.2, which has a different configuration than past versions. While I was able to flash Tasmota using this guide: https://tasmota.github.io/docs/devices/Sonoff-RF-Bridge-433/
I was not able to figure out which pins to connect to flash Portisch.
Any help that could be provided would be greatly appreciated, and we could use any information gleaned here to update the guide for this device.
Portisch Firmware has been abandoned for a number of years. Honestly you’re probably better off trying to make it work on stock firmware or buying a different device like RM Pro4.