Skip to content
English - United States
  • There are no suggestions because the search field is empty.

Sending Data to Device

How to send data to a device via MQTT, HTTP, Analysis, or custom middleware.

TagoIO supports two-way communication with devices. Below are the main options for sending data from your application to a device.

Methods to send data

- Send data over HTTP calls an external API - Work with Support to build middleware that speaks your device's native protocol (support@tago.io).

Reading data from TagoIO

Devices can also retrieve data from TagoIO using different endpoints depending on the type of data needed:

device settings (e.g., thresholds, behavior) locations, history)

Best Practice: Use configuration parameters for device settings; use the data endpoint for measurements.