Bucket structure

Bucket structure

Buckets Feature Update
The Buckets feature has been discontinued and will soon be removed from the Admin Panel. Although the Buckets page may appear accessible, it is non-functional and will be deactivated soon. 

Please consult the Device section in our Knowledge Base for updated information and guidance.

One bucket may contain several devices. However, each device can be connected to only one bucket. 

It means that the device will be filling (sending data to) only one bucket, and that the device is able to read variables from only one bucket. To make the same variable available to different devices, it is recommended to connect more devices in the same bucket, or use scripts in the Analysis to copy certain variables from one bucket to another.

Note that when selecting variables in a dashboard or in the analysis, you will be requested to select the bucket and the device of origin that sent the variable. In case a bucket received data from different devices with the same variable name, it is easy to separate them by defining its origin. 

For example, Device01 and Device02 are sending both the variable ‘temperature’ to the bucket MySensors. To display the temperature from one specific device, just add the name of the device in the origin field.


    • Related Articles

    • Managing Buckets

      Buckets Feature Update The Buckets feature has been discontinued and will soon be removed from the Admin Panel. Although the Buckets page may appear accessible, it is non-functional and will be deactivated soon. Please consult the Device section in ...
    • Keypad Data Manipulation

      The keypad will send the data by pressing a custom button or just by inputting a combination and waiting 3 seconds. Whenever a pin code is submitted, the structure sent to the variable will be: DIGITS,ACTION So, for instance, if your user has clicked ...
    • Creating Keypad Widgets

      This article will demonstrate how to create a Keypad Widget using the TagoIO Node.js SDK. In order for you to create keypad widgets, this is the structure that you will need to send to the account.dashboards.widgets.create method. {   "analysis_run": ...
    • Buckets

      Buckets Feature Update The Buckets feature has been discontinued and will soon be removed from the Admin Panel. Although the Buckets page may appear accessible, it is non-functional and will be deactivated soon. Please consult the Device section in ...
    • Using the Device Emulator

      If you want a quick way to send data to your applications, but you don't have your hardware device available at the moment, or you simply need to send data to debug your applications, you can do that very easily using the Device Emulator. To access ...