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

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