I am trying to configure HA to trigger on an incoming message and send a byte of info to the end node. This seems to bring up a few questions:
Are there any examples out there using docker-compose.yml and configuration on how to do this?
I envision that HA publishes a topic to the MQTT broker most likely in the form of /application/< app ID >./device/< dev eui >/event/down. Then via the above configuration the network server subscribes and magically (??? ) presents this to the gateway which in turn sends it to the node where I can parse and use.
I am assuming I do not have to include an C MQTT library in my code. I don’t quite know how to create the payload in the automation.yaml for HA. Can this be key-value pairs and do I need somewhere in this to give an FPort #?
Thanks