Connecting to the HARDWARIO Cloud
In this guide, you will learn how to connect your devices to HARDWARIO Cloud by creating a new connector, transforming your data, and sending it to ThingsBoard. By the end, your data will flow automatically into the platform.
Step 1: Prepare Your Device
Before setting up the connector, you need to prepare your device in the HARDWARIO Cloud so it knows where to send data and how to authenticate:
- Assign a Tag – open your device details and assign a tag (created in the right-hand menu)
- Add the Access Token Label – scroll down to the very bottom of the device page to find the
Labelssection. You need to create a new label here:Name– enter a name for your token, e.g.,thingsboardtoken
(Note: You can choose any name, but it must be exactly the same for all devices sharing this connector and must match the name in your transformation code)Value– paste your ThingsBoard Access Token here
Log in to your ThingsBoard dashboard, navigate to Entities > Devices, and click on your specific device. In the device details panel that pops up, click the Copy access token button.
Step 2: Create a New Connector
To establish communication with ThingsBoard, go to the Connectors section in the left-hand menu.
Click + New Connector and configure the following:
Name– give your connector a nameType– selectWebhookfor ThingsBoard integrationTrigger– chooseDataTag– assign the tag you created earlier

Step 3: Transform Data for ThingsBoard Format
ThingsBoard requires a specific data format. You need to adjust your device data using a transformation code.
In the connector page, scroll down to the Transformation section and click the magnifying glass icon 📄🔍 to open the code editor.

Step 4: Insert the Transformation Code
Add the transformation logic that converts incoming data to a ThingsBoard-compatible format.

Example of transformation code here:
Step 5: Assign Devices to Connector
Scroll down and select which devices (with the matching tag) should be connected.
On the left side, you'll see incoming data from the device.
On the right side, you'll see the transformed data being sent to ThingsBoard.

Once everything is properly configured, your device’s data should begin flowing into ThingsBoard automatically.
You can test the data by opening your device in ThingsBoard and checking whether the variables are being updated in real-time. You can find them by clicking on the device and then selecting the Latest Telemetry tab.

Video Tutorial
If you need further assistance or a visual demonstration of the process described in this guide, consult the Video Guide.