List Disruptive Technologies
The Disruptive Technologies integration allows you to receive sensor data from DT Studio (Data Connector) and write values to selected data points in Evolo.
Written By Evolo Support
Last updated 2 days ago
Before You Begin
Before you set up the application, make sure you have the following in place:
You have access to the correct building in Evolo.
Evolo The gateway is registered in the build.
You have access to the project in DT Studio.
Step 1: Create an access key in Evolo
Go to User → Integrations.
Select the API tab.
Click Create New Key.
Fill in:
Name and description
Access:
Skriv datapunkter (write:tags)Build: Select the correct build
Click Create.
Copy the token. It is displayed only once.
Step 2: Find the gateway key
Go to Configuration → Gateways.
Open the desired gateway.
Copy the value in the Key field.
Step 3: Set up the Data Connector in DT Studio
Create a Data Connector in DT Studio.
Set the webhook URL to:
https://app.evolo.no/api/webhook/dt/{gateway_key}Replace
{gateway_key}with the gateway key from Evolo.Add the header:
Authorization: Bearer <API-token-fra-Evolo>Save and activate the connector.
Step 4: Create the application at Evolo
Go to Configuration → Applications.
Click Add New Application.
Select the type "Disruptive Technologies."
Fill in:
Name and description
Gateway
Data Point Mappings
Use the "Show data received from gateway" option in the Disruptive form to verify which data is actually coming in.
Virtual data points or data stores are often best suited for this type of integration.

Data Point Mapping
For each mapping, enter:
Data Point
Which Evolo data point to update.
Device ID
: The device-id from DT.
Type
: Which DT value to write.
Supported types
Supported types include, among others:
last_updatetemperaturerelativeHumidityppmpressurewaterPresenttouchCountwindowContactproximitymotionpresenceCountdeskOccupancysignalStrengthrssi
Step 5: Verify the setup
Send a test event from DT Studio.
Verify that the values are updated in the selected data points in Evolo.