> 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/machineq.md).

# MachineQ

## **Connecting MachineQ central to MClimate’s LoRaWAN broker**

### **1. Go to Integration ->** Application Management and click Add application

![](/files/BqdH9X2w04nJDiLmAtx7)

### **2. Copy Client ID and save it somewhere**

![](/files/W3HtzTouS7fYPDeIL8c4)

### **3. Copy Client secret**

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

### **4. Create the MClimate integration**

Head over to the link <https://enterprise.mclimate.eu/> and log into your account. Go to the Integrations section and create a new M-token (you only need to enter a name).&#x20;

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

Make sure to copy and save it as you will need it later.

<figure><img src="/files/0mbwu6NB7HxJKzXp7NiH" alt=""><figcaption></figcaption></figure>

Next, open up the MachineQ integration.

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

You need to fill in the requested field where:

**M-token** - the value of the M-token you just created

**Client ID** - the Client ID from the MachineQ integration (section 2 of this document)

**Client Secret** - the Client Secret from the MachineQ integration (section 3 of this document)

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

## Configuring the Netmore platform integration

### 5. Go back to Integrations -> Output profiles and add output profile

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

### 6. Add devices&#x20;

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

### 7. Add destination, select Webhook

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

### 8. Enter the URL in the destination

* **URL** - <https://lorawan-broker.mclimate.eu/up-machineq>&#x20;
* **Output format** - Extended
* **Token type** - m-token
* **Token value** - "the value of your M-token"

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

### 9. Done :tada:


---

# 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/machineq.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.
