05-28-2022, 06:54 PM
(This post was last modified: 11-08-2022, 09:42 PM by iliaslamprou.)
Dear,
Is there any example of how to configure the MQTT variables for data viewing?
The topic I'm reading returns the following JSON:
{
"results" : [ {
"name" : "Temperatura",
"value" : 24,
"timestamp" : 1653760447,
"description" : "",
"unit" : "°C"
} ]
}
How do I configure the variable to read the temperature value?
Is there any example of how to configure the MQTT variables for data viewing?
The topic I'm reading returns the following JSON:
{
"results" : [ {
"name" : "Temperatura",
"value" : 24,
"timestamp" : 1653760447,
"description" : "",
"unit" : "°C"
} ]
}
How do I configure the variable to read the temperature value?