I recently put together an NodeMCU ESP8266 RF Sender/Receiver so that I can control outlets/plugs and listen to RF doorbell.
I used this.bin file to flash the board and the hardware is working well.
However, I cant get the Home Assistant side of things to work as OMG is intended. The MQTT Switch toggles my outlet/plug but the switch wont change state whenever i use the remote - which i think is what is supposed to happen.
I tried state_topic: OMG/OpenMQTTGateway/433toMQTT but i dont think it syncs because when a command is sent this topic changes to just the value (13451403) but if the remote is sent then the state topic is in JSON and i think that might be why the HA switch doesnt sync.
i changed the switch to include value_template and now the toggle is in sync with the remote but when ask HA to turn the switch ON in the UI is immediately reverts back to OFF