Adding devices with connectors

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 through the connectors:

  1. It can be done directly using MQTT or HTTPS methods with our APIs, where one Device-token per device is necessary to grant access. 
  2. When using external services from providers (e.g LoRaWAN, Sigfox, or cellular) it is necessary to generate an Authorization per group/application.

That is why you need to select the right connector when creating your device at TagoIO: to take advantage of the integration already done with these services.

Connectors may have the following functions:

  • Interface with the middleware that connects with the provider when necessary;
  • Present logo, name, description, and tags;
  • Add payload parsers in the device (optional);

    • Related Articles

    • Devices

      Device is the link between your external things and the data in your account. To allow anything to send or receive data from TagoIO, you need to create a device. The communication between external devices and TagoIO is done via HTTP or MQTT methods ...
    • Sharing Connectors & Networks

      TagoIO offers a vast selection of pre-integrated devices and networks, allowing you to easily connect your device. However, with the constant development of new devices and networks, creating a custom Connector or network integration may be ...
    • 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", ...