I have a sounder working with 433MHZ and i managed to integrate it with rf bridge flashed with tasmota using button 4. Through the console of the rf bridge if i paste the command cmnd/RF_Bridge/RfKey4 the sounder would be activated.
I’ve configured mosquito to be integrated with Rf Bridge and senors which are using 433mhz are being correctly sent to home assistant.
So far so good.
The issue that i’m having when i try to trigger RfKey 4. This command isn’t being sent to my RF Bridge, and I can confirm it from the console of the RF Bridge. I’m using the following code in the automation section.
Do you have MQTTExplorer installed somewhere in the nextwork? It’s really useful in debugging mqtt things. I’d install that (or some similar tool) and just see if the message is making it to the broker.
Thanks for your reply. Thats my issue that the message isn’t arriving on the broker. Do i need to create an MQTT device under the configuration.yaml ? I only configured the device under the mosquito MQTT
Still nothing is there a way to enable debug logs on the mosquito broker basically i’m using a third party client to test mqtt and stiill the same so the issue isnt related with home assistant. Its more to do with Mosquitto