Integrations

my IoT open Tech receives telemetries through HTTP requests and MQTT publishing.

HTTP Request

Every device has an access token in its details tab.

imagen

The url format for sending telemetries is:

https://my.iotopentech.io/api/v1/access_token_copied_from_details_tab/telemetry

The request’s type mush be POST and should use the following header:

Content-Type: application/json

MQTT publishing

To send a telemetry using MQTT, a JSON message must be published in topic v1/devices/me/telemetry of the my.iotopentech.io server (port 1883) using the access token of the device as the user name (the password should be empty).


Table of contents