Connect multiple devices to one blynk PC dashboard

Hello guys,

I have several devices in Blynk.Console. And I am able to check all of them, but at separate dashboards, linked to appropriate device.
Is any way to put two or more devices to the device PC Dashboard? I am able to create controls just related to Dashboard’s device.

Thanks,
Max

Automation can be used to transfer data between devices. as a result, you may monitor several devices with a single template
https://docs.blynk.io/en/concepts/automations/forward-device-data

Thank you.

I will check. But, is any other option, where “cloud” will handle that part (using device name or token)?

In basic case, a device should not know about another ones… and about their data.

Regards,
Max

Yes. Both Node-RED and the HttpClient library are
great alternatives.

But both these options also involve device…with getting data from another device…

I am asking about “cloud” capabilities… where dashboard is able to get received data from device, published at cloud already… because “cloud” has data from all devices…
Is my understanding correct?

Regards,
Max

Both methods, using Node-RED with the Blynk API (not the Blynk plugin) or automation, will function even if your devices are not online (no device needed).

Currently, there is no such way. However, this feature in our roadmap.

Hello guys,

Thank you.

Will try options suggested.

Regards,
Max

1 Like

can roughly give me a time, so i do not want to change my configuration…