Devices

Devices

Device is the link between your external things and the data in your account. You need to create a device in order to allow anything to send or receive data from your buckets. The communication between the external devices and Tago is done through HTTP methods using the JSON format (HTTP in fact). 

Detailed information about how to interface with the devices can be found in the API documentation.

Adding Devices

See this documentation does add devices using one of our Connectors

To follow a tutorial on how to add a device go to the Getting Started article.

Managing Devices

By clicking on any device under your list of devices you can find several sections with detailed information about it.

Under the tab "More", you can see the Device ID and other information, and delete your device. 

Active

This option will define how TagoIO will respond to any request from the device. If the switch is ‘NO’, the system will deny access to any command coming from the device. 

Visible

With this option it is possible to hide a specific device from the Device list. It may be helpful when creating a Dashboard and using the Input Form Widget that has a field type called ‘Device’. When configured with a device, the form will show the list of all visible devices connected to that bucket.


    • Related Articles

    • Blueprint Devices

      Blueprint Devices are dynamic Devices available on Blueprint Dashboards. They can be changed by the user in realtime, and by doing so, the Dashboard will reload the data for the Widgets that use them. You can change the Blueprint Devices by selecting ...
    • RadioBridge Devices

      TagoIO is fully integrated with RadioBridge devices, that are connected over Sigfox or LoRaWAN, by providing the perfect integration with the Radio Bridge backend.  Read more about Radio Bridge. All data sent by your device will be readily available ...
    • Managing Devices

      Using the account-token, you can manage your devices through API requests. It’s possible to create, edit, delete, and get info of it. Create Create a device through POST method. POST - https://api.tago.io/device Request { "name": "My first device", ...
    • Configuration Parameters for Devices

      Configuration Parameters are key-value pairs that enable you to customize the behavior of your Devices in different scenarios. For example, you can use them to specify how to decode data or send downlink messages, filter your devices on Widgets, or ...
    • Adding devices with connectors

      Connectors enables you to create a device with built-in behaviors that allow it to communicate with a Network very easily. When creating devices at TagoIO, it is important to know that there are different ways to allow them to send & receive data ...