Advanced MQTT messages
Hello, I used the tutorial from this site to install the MQTT Extension from the Marketplace to my installation. Everything works fine.
For my purpose I need to transmit additional Information in the MQTT messages such as timestamp, senderID etc. I use JSON Format for the messages. Doing so I cant simply use the MQTT Extension to subscribe to a topic and directly save the messages to the ValueStream or whatever else. I would need a service that is called everytime a new message is received from the subscribed topics and that manages decoding the JSON etc.
Is there a service that is called everytime a message is received? Or how can I create one?
Thanks a lot

