Hi everyone.
Does anyone know how to put multiple devices on the same dashboard?
I want to control the values of 10 devices, but I need to see all the values on the same dashboard.
This is possible?
Thanks in advance
Hi everyone.
Does anyone know how to put multiple devices on the same dashboard?
I want to control the values of 10 devices, but I need to see all the values on the same dashboard.
This is possible?
Thanks in advance
It can’t be done in Blynk IoT (at least at the moment).
If you want to display data from multiple devices then that data needs to be sent to a ‘master’ device and that device is the one that you put on your dashboard.
Obvioulsy if control of these devices is also required then data also needs to be sent from the master device to the ‘salve’ devices.
Previously this would be done via Bridge, but bridge functionality isn’t available in IoT, so you’ll either need to use the HTTP(S) API or using Node-Red (my preferred approach).
Pete.