I had flashed Tasmota onto the Sonoff RF Bridge (R2 V1.0) before, then figured out that Tasmota only receives and can’t sent. Tasmota worked though and received stuff.
I then tried to flash OpenMQTTGateway which was a hassle in itself since the firmware releases aren’t really documented (Releases · 1technophile/OpenMQTTGateway · GitHub). I tried the sonoff-basic-firmware.bin, rfbridge-firmware.bin and got them working including Wifi connection and MQTT output. What never worked was any RF signals via MQTT. Then I went ahead and did the Direct Hack and flashed with the sonoff-rfbridge-direct-firmware.bin.
Same result: Everything works (i.e. lot’s of system messages via MQTT such as LWT Online, freemem etc… I then tried sending home/OpenMQTTGateway/MQTTtoPilight {"active":true}
which resulted in a new MQTTtoPilight topic containining {“active”:true}, so something happened. Still the same result: No RF signals.
Then I went ahead and compiled myself with VSCode & platformio and configuring the platformio.ini with default_envs = sonoff-rfbridge-direct
, the user_config.h
with ESPWifiManualSetup
and the config_RF.h
with the correct ports (emitter 5, receiver 4). Uploaded the firmware and same result.
I think I have made the cuts and soldering ok. Maybe the cuts have to be deeper? Am I missing a basic step to get RF going?
(I can only post one image, all three images here: https://imgur.com/a/zQIC8b1)
I have a RTL-SDR set up next to everything so I do see RF signals floating around everywhere (and I have a RF remote control I am mashing the buttons on) - it is all received on the RTL-SDR (with rtl_433) - just not on the Sonoff that did receive signals before using Tasmota.