# Netmore

## Overview

Datacake now supports integration with Netmore LNS, allowing users to manage their IoT devices seamlessly.

{% hint style="success" %}
**You can get started with Datacake and Netmore LNS completely free and fully featured! No costs at all!**
{% endhint %}

Follow this guide to set up your devices and start leveraging the capabilities of Datacake and Netmore LNS together.

## Step 1: Add Device on Datacake

Before setting up the Netmore export, make sure the device is added in Datacake.

### Add a Device

* In your Datacake **Workspace**, click on **"Add Device"**.
* Choose a device template from our library of over 300 LoRaWAN devices.
* Select the manufacturer and model of your sensor.

<figure><img src="/files/tahIx5ZBNGuqyGefYoYd" alt=""><figcaption><p>Select LoRaWAN</p></figcaption></figure>

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

### Select Netmore as Network Server

* In the device setup flow, select **Netmore** as the LoRaWAN Network Server.
* Proceed through the wizard until you are asked for the **DevEUI**.
* Enter the DevEUI of your device and complete the setup.

<figure><img src="/files/Z9HRmFA6wur8pom8fjvc" alt=""><figcaption><p>Selecting Netmore LNS</p></figcaption></figure>

<figure><img src="/files/oXgNmUwYK9hllH6ie92i" alt=""><figcaption><p>Enter DevEUI of your Device</p></figcaption></figure>

### Copy the Integration URL

* Once the device is created, go to the **Device View**.
* Click on **"Configuration"**, scroll down to **LoRaWAN Settings**.
* Copy the **Integration URL** – you’ll need it in the Netmore portal.

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

***

## Step 2: Set Up HTTP Push in Netmore

Now configure your Netmore account to push device data to Datacake.

## 2.1 Select Service Provider

* In the top right corner of the Netmore portal, click your profile (e.g. **Mike**).
* Choose the appropriate **Service Provider** (e.g. `Datacake_2025-06`).

![Select Service Provider](/files/sVRvMVSLrNkMIFFV2VB9)

### 2.2 Go to Export Configs

* Click on the **"Export Configs"** tab (document icon 📄).
* Here you can:
  * Click **➕** to **Add a new export config**
  * Or click an existing config name to **Edit**

![Export Configs](/files/0G1i330GoUncpoRPZoSz)

### 2.3 Configure Export Settings

* **Name**: Give it a descriptive name (e.g. `Datacake_HTTPWebhook_2025_06`)
* **Export Format**: Leave as `Default (All)`
* **Export Type**: Select `HTTP Push`
* **URL**: Paste the Datacake Integration URL (from the LoRaWAN settings on your Datacake device)

> URL:\
> `https://api.datacake.co/integrations/lorawan/netmore/`

* Save your configuration.

![Edit Export Config](/files/WX6FZiTJEg0ugwO7OIFw)

***

### Done!

Your device is now connected. Data from Netmore will be pushed to Datacake automatically, and you can start visualizing it in real time using the built-in dashboards.

For further support, feel free to reach out to the Datacake team.


---

# 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.datacake.de/lorawan/lns/netmore.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.
