Combile sensor data in dashboard widget

Hello!

Is it possible to combile sensor data in dashboard widget or bucket? For example temp, hum, pressure to same graph. As seen in this page: https://thinger.io/iot-data-recording/

Based on the site it seems I would have to bring the data from device in single json etc.? Is this assumption correct?

Thanks!

Answering to my self “read the manual” :slight_smile:

thing[“location”] >> [](pson& out){
out[“lat”] = gps.getLatitude();
out[“lon”] = gps.getLongitude();
};

1 Like

Wondering still would it be possible to combine data somehow from many different devices to same widget?

Indeed, it would be really cool if you could also combine the data in the Dashboard as well, and didn’t have to do it on the device :slight_smile: