> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/edge-aip-3.0/en/benutzeroberflaeche/konfiguration.md).

# Configuration

### Network

The configured IP address is saved by clicking “Save” in the line. The address only becomes effective once the device has been restarted, which can take a few minutes.

| Property   | Description                                                                        |
| ---------- | ---------------------------------------------------------------------------------- |
| IP         | A unique address on the Internet for identifying devices.                          |
| Subnetmask | A mask that defines which partial address of an IP address identifies the network. |

The IP address is to configure via web interface. Via the "open" button you are forwarded to the respective view, you may have to log in first.

### Emergency

The emergency configuration allows automatic notifications to be sent when the AIP server is unreachable. This ensures that responsible persons are informed immediately without any manual intervention being required.

| Property      | Description                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Active        | Indicates whether the emergency configuration is active.                                                                                                                                                                                                                                                                                                                                                          |
| Expert mode   | Indicates whether extended configuration options are displayed.                                                                                                                                                                                                                                                                                                                                                   |
| Trigger after | The wait time in minutes after an AIP server failure before the emergency notification is sent to the configured receiver                                                                                                                                                                                                                                                                                         |
| Message text  | The message text that is transmitted to all configured receivers in the event of an AIP server failure.                                                                                                                                                                                                                                                                                                           |
| Receivers     | <p>Under "Receivers", all contacts to be notified in an emergency are stored. Depending on the operating mode, multiple recipients of different types can be added.</p><ul><li>Type: Type of notification (SMS or e-mail)</li><li>Target: Phone number (for SMS) or e-mail address (for e-mail)</li><li>Name: Label for the receiver</li><li>Description: Free text for further details about the entry</li></ul> |

**Properties when expert mode is enabled**

| Property                              | Description                                                                                                                        |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Wait time for planned server shutdown | The wait time in minutes during a planned AIP server shutdown before the emergency notification is sent to the configured receiver |
| Send retries                          | The number of retry attempts if the notification was not successful                                                                |
| Delay time                            | The time in seconds to wait between send attempts if the notification was not successful                                           |

### Operating mode

The operating mode define the mode of operation of the device. It is possible to choose between the following modes:

| Mode         | Description                                                                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SMS          | Enables the sending of SMS.                                                                                                                                                |
| SMS & E-Mail | Enables sending SMS and e-mails. In this mode the MOBILE interface of the device must be configured for network access. The PIN code is no longer managed by the Edge AIP. |

### SMS

Configure the PIN code to enable access to the SIM card.

#### PIN

The field is used to change the PIN. The modem must be restarted for the change to take effect. If the PIN was previously determined to be correct, it can no longer be changed. If you want to change the PIN unplugged the SIM card and restart the modem.

If the PIN has been transmitted incorrectly several times and the number of possible PIN entries has fallen to 1, no PIN is entered automatically to avoid entering the PUK. In this case, "Force input" must be pressed manually to use the specified PIN. This behavior is only supported in SMS operating mode.

{% hint style="warning" %}
If the PIN was entered incorrectly and it is necessary to enter the PUK, the SIM card must be unplugged of the device. It is not possible to enter the PUK via the Edge AIP.

In addition it should be noted that sending SMS messages may incur costs.
{% endhint %}

### SMTP-Server

| Property    | Description                                                                                            |
| ----------- | ------------------------------------------------------------------------------------------------------ |
| Server      | Server address                                                                                         |
| Port        | Port of the server                                                                                     |
| Displayname | <p>The displayed name which the e-mail will be sent.</p><p>(Can be chosen arbitrarily)</p>             |
| Username    | Username to log in to the SMTP server                                                                  |
| Password    | Valid password for the username                                                                        |
| Encryption  | <p>Defines the type of transport encryption</p><ul><li>None</li><li>SSL/TLS</li><li>StartTLS</li></ul> |

{% hint style="info" %}
Not all SMTP servers require a username & password and may be left blank.
{% endhint %}

### Log Messages

Extended log messages provide additional runtime context and support the analysis of errors and unexpected behavior. By capturing relevant information such as internal states, passed parameters, and execution details, issues can be identified more quickly and resolved more efficiently. Extended logging enables detailed recording of individual process steps, system responses, and decision paths, significantly simplifying root cause analysis. This not only improves traceability for development and support but also increases transparency during testing, maintenance, and the operation of complex processes.


---

# 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.videc.de/edge-aip-3.0/en/benutzeroberflaeche/konfiguration.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.
