Hello, I have a Sonnof RF Bridge flashed with Tasmota in Home Assistant. In Node Red, I see, that is connected. In MQTT settings when I Listen to a topic I see:
Topic to subscribe to
Tile/ref-bridge/RESULT
Message 4 received on tele/ref-bridge/RESULT at 6:23 PM:
{“Time”: “2022-12-19T18:20:20”,
“RfReceived”: {“Sync”: 12510,
“Low”: 440,
“High”: 1240,
“Data”: “FD2B1E”,
“RfKey”: “None”}}
This is not a direct answer to your question, but maybe another way to get the wanted result.
I have a Sonoff RF Bridge R1 (The black one) and I used MQTT earlier, but I have no switched to ESPHome on the all my Sonoff devices.
The ESPHome integrate directly into HA, so there is no middleware, like MQTT, and this setup is a lot more responsive. With MQTT you have a noticeable delay on actions, which will be gone with ESPHome.
Because you already have Tasmotized your bridge you can do an OTA flash to Tasmota-minimal and then an OTA flash to ESPHome by simple uploading the ESPHome as a Tasmota flash file in the Tasmota menu.
ESPHome is captured in the HA event bus, so you will need to change your way you capture events in your scripts, which of course can be many, but I think it is worth it.