# ThingPark Enterprise

## **Connecting ThingPark to MClimate’s LoRaWAN broker**

### **1. Create a new application server**

![](/files/49EUE2q8X5a2sXCgUGG2)

### **2. Content-type should be JSON untyped**

![](/files/obOCxedYX5HX0il2AWEE)

### **3. Add destination**

**Destination of MClimate’s LoRaWAN broker for ThingPark is: <https://lorawan-broker.mclimate.eu/thingpark>**

![](/files/MVrHJNeuitTfJojxfe4k)

### **4. Securing the tunnel**

* **Go to** [**https://developers.mclimate.eu/lorawan-token**](https://developers.mclimate.eu/lorawan-token) **and Sign in with your MClimate account.**
* **Enter the Application server, AS\_ID, and click Create.**

![](/files/MroDoXpHOIRpQl6KwhJW)

* **Copy the token**

![](/files/aKnlYEUb3uTUMBnTN8Dx)

* **Active Uplink/Downlink security in your application server**
  * **Enter the AS ID - should be the same as that in the developers portal.**
  * **Paste the Token in the authentication key field.**
  * **Leave timestamp deviation empty.**

![](/files/X44KHzmHV5zpRYfYAFmK)

### **5.** Go to <https://enterprise.mclimate.eu/integrations> and create your m-token.

<figure><img src="/files/L7Ww0A8G4CA2Tdp2EOPr" alt=""><figcaption></figcaption></figure>

Copy the token.

<figure><img src="/files/bD98oQmPar1TuLIlGluf" alt=""><figcaption></figcaption></figure>

### 6. Create two custom HTTP headers.

#### Header 1:

name: m-token

value: "value of the m-token you created in step 5"

#### Header 2:

name: url

value: "[https://thingparkenterprise.eu.actility.com/](https://thingparkenterprise.eu.actility.com/thingpark/lrc/rest/v2/downlink)"

### **7. Create new AS routing profile**&#x20;

![](/files/yY42QuMkJxRbPpha1c6Q)

### **8. Add Destination**&#x20;

![](/files/4sf247nwvxccReh27BYn)

### **9. In Device settings -> Choose the routing profile**

![](/files/krXOMFHn4tttZ0pCezGE)

### **10. Done**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mclimate.eu/mclimate-lorawan-devices/integrations/thingpark.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
