Distribute multiples dashboard

Distribute multiples dashboard

@Brugnetti brugnetti

Hello,

Using Tago.IO, I created :

  • Device (based on our specific hardware sensor)
  • Bucket
  • Dashboard
  • Action (some value on the variables will call a specific action)
  • Analyze (programmed in node.js)

These systems works well.

Now, I would like to distribute 200x sensors (and 200x Dashboard. One Dashboard for each hardware). Which is the best strategy ? Duplicate all these elements and manually change every variable and device in every dashboard ? I will have :

  • 200x Device (based on our specific hardware sensor)
  • 200x Bucket
  • 200x Dashboard
  • 200x Action (some value on the variables will call a specific action)
  • 200x Analyze (programmed in node.js)

This is possible / desirable ?

Thanks