> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-lorawan-devices/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mclimate.eu/mclimate-lorawan-devices/integrations/kerlink.md).

# Kerlink

## **Connecting Kerlink MyLNS/WMC to MClimate’s LoRaWAN broker**

### **1. O**nce you have created a Cluster, click on Push Configurations

![](/files/iTw631cUwu97P8Ltr19U)

### **2. Create New push configuration**

* **Type - HTTP**
* **Message detail level - Network**

![](/files/9IyJpjOFduKq3pSVf98r)

### **3. Fill the fields**&#x20;

* Url **- <https://lorawan-broker.mclimate.eu>**
* Data up route&#x20;
  * **/up-mylns** - for <http://mylns.wanesy.com/>
  * **/up-wmc** - for <https://wmc-poc.wanesy.com>

![](/files/VCn7qzgDKXaQZpbnOgrB)

### **4.** Go to [https://developers.mclimate.eu ](https://developers.mclimate.eu)and sign in with your MClimate Account.&#x20;

### 5. Go to[ ](https://developers.mclimate.eu/lorawan-token)<https://developers.mclimate.eu/kerlink-token> to generate new token

![](/files/67oBxPsjB8w5phucVdjQ)

### **6. Copy username**

![](/files/QDdstCKAtyuY5VmHqGqd)

### **7.** Add custom headers

* ### header key - 'username', and value - {generated username}
* ### header key - 'm-token', and value - **copied M Token from** [**MClimate Enterprise->Integrations**](https://enterprise.mclimate.eu/integrations)

![](/files/6EtCzKlCP5EtSeRJrMe4)

### **8. Go to 'Users' and create new user**&#x20;

This step is required in order to be able to send commands to the devices

* Username - shoud be the one from developers portal
* Email - Please use a valid email, you will be required to confirm it in order to validate the user
* Role - User
* Password - Should be the password copied from the developers portal
* Activation - Enable&#x20;

![](/files/x31f711wM2KvQTNHOXwS)

### **9.** Check your email and click on the link in order to confirm your email

### **10. Link the cluster with push configuration**

Payload Type - shoud be Hexadecimal

![](/files/CNto1G50WezhWa5T00bH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
