> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/nb-iot-loggers/integrations/daizy.md).

# Daizy

This tutorial will show you how to configure and deploy Efento sensors within projects on the [Daizy platform](https://daizy.io/). Daizy enables enterprises to scale IoT deployments, managing all devices across their lifecycle and easily consume data via webhook, MQTT, REST API or a range of other integrations.

## Before you start

You will need:

* Efento NB-IoT logger
* Smartphone with Android and Efento mobile application
* Either a Daizy SIM card, or your own NB-IoT SIM card

For individual devices, configuration is through the Efento mobile app for Android.  For larger volumes please speak to us about pre-configuration of the device for the Daizy APN and CoAP endpoint.

{% stepper %}
{% step %}

## Configure Efento NB-IoT logger

To point your Efento sensor to the Daizy endpoint, you must use the Efento mobile application for [iOS](https://apps.apple.com/pl/app/efento/id6479740909) or [Android](https://play.google.com/store/apps/details?id=pl.efento.cloud\&hl=en).

{% hint style="warning" %}
If you use Android application, enable Power User Mode: Open the Efento mobile app menu and quickly tap the Efento logo 5 times.
{% endhint %}

Click the three dots in the upper right corner, and open the Power User menu.

The configuration settings for the Daizy platform are as follows:

For Daizy SIMs:&#x20;

* Select “Network settings” -> “APN” > “Manual Settings” – the APN is *‘iotaccesspoint.net’.* &#x20;
* Select “Server Configuration” -> “Data server” -> “Other”. The server IP address is 172.31.23.115, port 20007.  For token authentication mode, set *“imei as token”.* Data is securely routed to the Daizy Cloud.

For your own SIM:

* Select “Network settings” -> “APN” > “Automatic Settings”, or use the APN details provided by your network operator. &#x20;
* Select “Server Configuration” -> “Data server” -> “Other”. The server IP address for third party networks is 18.198.127.252, port 20007.  For token authentication mode, set *“imei as token”.*
  {% endstep %}

{% step %}

## Enroll the device in Daizy

Log in to the Daizy portal at [https://portal.daizy.io](https://portal.daizy.io/)

If you have multiple Organisations available to you, select the Organisation where you wish to enrol the Efento device.

From the ‘Compose’ menu, select ‘Device Catalogue’, then select ‘Add Device Type’.  Search for Efento in the list of supported devices:

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

Select the correct model, then click ‘Add’

Next, find the newly added Efento device type in the catalogue and select ‘Add Device’

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

Either enrol manually, or upload device details in bulk from a CSV file.  A downloadable CSV template provides the correct format.

Make sure you put the Efento ID (the hex ID shown under the barcode on the device) in the ‘Network ID’ field.  You can put the same ID in the device ID field, or any other unique value.

If you have purchased a SIM from Daizy, you may also add the ICCID for the SIM card.  This is the long number printed on the SIM.  Don’t worry if you don’t have that yet, you can also pair the SIM card when you install and activate the device.

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

Click ‘+’ to add the device, then Next.  Complete the wizard steps by optionally selecting a project to assign the device to.
{% endstep %}

{% step %}

## Install the device

The device is now enrolled in the platform and can be mounted in a position within a project.  Insert the SIM card before switching the device on.

Efento devices are ‘Daizy Aware’, meaning they are support by the Daizy Interoperability service, so all data from the device is decoded and human readable in the portal and through data integrations.  For more information please [contact Daizy](https://daizy.io/contact-us).
{% endstep %}
{% endstepper %}


---

# 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.efento.io/nb-iot-loggers/integrations/daizy.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.
