I am really struggling to get ESPHome flashed onto a Sonoff RF BridgeR2. I think part of the challenge is due to the fact that I’m running HA from my Synology NAS’s Container Manager (Docker) so otherwise-simple things like using the ESPHome add-on to detect, configure, and flash new devices is off the table.
The docs all seem to expect provisioning from within HA vs. doing it manually, and I can’t even get my UART bridge to successfully send/receive with the RF BridgeR2 using the standalone esphome python package.
I’ve tried:
- forcing 115200 baud
- stepping down to 9600 baud
- making sure to hold down the reset button until the light flashes quickly (which I think is its flashing mode)
- triple-checking the wiring is right
- upgrading python to latest stable version and fully upgrading my esphome install (2024.10, from memory)
I cobbled together my yaml config file from others who have come before me and I think I have the basics enough to get it added into HA via wifi for OTA updates. If I can just get my USB-UART bridge connected and communicating…
Has anyone here gotten this device to work without using the esphome addon within HA?
My NAS doesn’t have a USB port anyway, so even if I did get the add-on installed, I don’t think it’d solve my flashing problem.
Frustrating… but I would welcome any pointers or ideas. Let me know what other information would help from here (and thanks).