Suppose you have this messagge as resutl from a subscription from “device/status”:
{
"id": 0,
"source": "WS_in",
"output": false,
"temperature": {
"tC": 49.0,
"tF": 120.1
}
}
Then from dashboard if I set the subscription topic to “#” and go to Query Inspector and see the data incoming:
My questions are:
- why if I set the subscription topic to device/status no data are shown at all?
- how could I get the temperature.tC vaule? I’ve tried this transformation without success