---
title: "Integrating D12S"
slug: "integrating-d12s"
updated: 2023-05-24T15:31:16Z
published: 2023-05-24T15:31:16Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrating D12S

## What you need to integrate D12S

- #### **A D12S project and registered sensors**

You need D12S project with registered sensors. Disruptive Technologies provides a handy guide that takes you through all the steps required to set up your account — [Getting started with your first sensor kit](https://support.disruptive-technologies.com/hc/en-us/articles/360010508959-Getting-started-with-your-first-Sensor-Kit).

          You can replace and add new sensors at any point after completing the integration.

          

Just make sure you register all the sensors you initially want to connect to Nexudus before starting the integration process. It'll save you time!

- #### **A strong and unique shared secret**

You need this shared secret to authenticate the data transfers between D12S and Nexudus. You can use any type of secret key generator to create your shared secret.

          Treat your shared secret as you would any password.

          

Do not share it with anyone and save it somewhere safe.

---

## Integrating D12S

The integration is a two-step process:

**1.** [Create a Data Connector in D12S](/v3/docs/integrating-d12s#step-1-create-a-data-connector-in-variabled12s) **2.** [Enable D12S in Nexudus](/v3/docs/integrating-d12s#step-2-enable-variabled12s-in-variablenexudus)

---

### Step 1. Create a Data Connector in D12S

The first step of the integration process is to create a data connector on the D12S admin dashboard. You'll need the details of the data connector in the next step to connect your Nexudus account to your D12S admin dashboard.

![D12S_CreateDataConnector](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/D12S_CreateDataConnector.gif)

1. Log in to [studio.disruptive-technologies.com](https://studio.disruptive-technologies.com/).
2. Select the project you want to connect to Nexudus.
3. Click **API Integrations > Data Connector** in the navigation menu on the left.
4. Click on **Create data connector**.
5. Name the data connector using the Display field.
6. Add the following URL to the **Endpoint URL** field.

```
https://spaces.nexudus.com/api/integrations/d12s/ingest
```

1. Add your shared secret to the **Signature secret** field.
2. Scroll down the page and click **Save new data connector**.

Once you've created your data connector for Nexudus, you can move to *Step 2*.

---

### Step 2. Enable D12S in Nexudus

The last step of the integration is enabling the D12S integration on the Admin Panel.

1. Log in to [dashboard.nexudus.com](https://dashboard.nexudus.com/) if you aren't already.
2. Click [**Settings > Integrations > D12S**](https://dashboard.nexudus.com/settings/integrations/d12s).
3. Enable the **D12S sensors integration** toggle.
4. Add your D12S project ID in the **Project ID** field.
5. Add your D12S data connector shared secret in the **Shared secret** field.
6. Click the **Save Changes** button.

![D12S_EnableIntegration](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/D12S_EnableIntegration.gif)

---

All done! Your D12S integration is now live. You can start using the sensors data within Nexudus using the [sensors](/v3/docs/sensors) feature to trigger specific actions. You can also use the sensors' data in [custom home dashboards](/v3/docs/home-dashboards) to help your team stay on top of things such as space temperature and occupancy.
