the data inside the "data" property contains escaped quotes (so: \" ) I think TTN could therefor not parse it to JSON.. it's now "just" a string and that's why retrieving those "count" and "temp" properties won't work ... so somehow your lora sensor/node, is sending the sensor data as an escaped string instead of a correctly stringified JSON object.
↧