Multi device to one dashboard

Hi guys.

How can I integrate some datastream from some device located at different place to one dashboard like Blynk V1 can do
I’ve looked through the documentation but haven’t found the answer yet.

thanks.

The solution is to transfer the data from your ‘slave’ device(s) to a master device.
You might be able to use Automations for this, it depends on your use-case.
Otherwise, you should look at one of these solutions…

Pete.

Thanks Pete.

Can you show me the way to transfer data from Slave and master device using Automations. A just wanna transfer some Sensor value.

Have a read of the documentation, you’ll want to do a Device State condition and Forward Device Data action…

https://docs.blynk.io/en/concepts/automations

Pete.