Displaying MQTT Subscribe Output
Using the live inspector, I could confirm that the platform's broker is running and receiving the JSON im sending through the topic of interest, but I was unable to display it in my dashboard.
I imagine it is similar to the publish application, with an analysis code that runs when a trigger is met (a message arrives in the topic), but I could not find the syntax for the MQTT.subscribe tago service anywhere. How should I proceed with this ?
TL;DR: Need to show data on dashboard that arrives through mqtt subscription. How do I get it as a variable and how can I display it on the dashboard widget?