# Orbiwise

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

### **1. Creating an Application**

Go to the Applications -> Manage Applications section and click Add Application.

<figure><img src="/files/4F0dwJLsVbGZLXfTqrdo" alt=""><figcaption><p>Application creation</p></figcaption></figure>

### **2. Fill the fields**

* **Account ID**&#x20;
* **Password and Passrod Confirmation - leave empty**
* **URL:** [**https://lorawan-broker.mclimate.eu**](https://lorawan-broker.mclimate.eu)
* **Path prefix: /up-orbiwise**
* **Authentication Methods: Basic**
* **Username and Password - the credentials you use for your Orbiwise account**
* **Data format - hex**
* **Store payload: On failure to push**
* **Subscriptions - only 'payloads\_ul' and 'payloads\_dl'**

<figure><img src="/files/WDArXzW9IaLDnnLQDWcq" alt=""><figcaption><p>Application configuration</p></figcaption></figure>

### **3. Start Push**

<figure><img src="/files/442HXMWRHB70aGlfWnf1" alt=""><figcaption><p>Start Push</p></figcaption></figure>

### **4. Assign the app to the devices**

Head to the Devices -> Manage Devices section.

<figure><img src="/files/xO3KFd2i7r65MxDmj013" alt=""><figcaption><p>Manage Device</p></figcaption></figure>

Select the desired devices use the App Assignment action via the Bulk Action menu.

<figure><img src="/files/8E1K42NGgrHSLN8gOLKL" alt=""><figcaption><p>Selecting devices</p></figcaption></figure>

Select your application and Add it.

<figure><img src="/files/0lX8U2ut5GhAnSlVcsnl" alt=""><figcaption><p>Adding the Application</p></figcaption></figure>

### 5. Done :tada:


---

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