> For the complete documentation index, see [llms.txt](https://docs.smart-stuff.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smart-stuff.nl/dsmr-api/instellingen/belangrijkste-instellingen.md).

# Belangrijkste instellingen

De settingspagina bevat veel opties. Voor normaal gebruik zijn vooral onderstaande instellingen belangrijk.

## Algemeen

| Instelling                   | Wanneer aanpassen?                                                        |
| ---------------------------- | ------------------------------------------------------------------------- |
| `hostname`                   | Als u de dongle een herkenbare naam in het netwerk wilt geven.            |
| `hist`                       | Aan laten als u uur-, dag- en maandhistorie wilt bewaren.                 |
| `led`                        | Uit zetten als u de status-LED niet wilt zien.                            |
| `auto_update`                | Aan zetten als de dongle automatisch op firmware-updates mag controleren. |
| `b_auth_user` en `b_auth_pw` | Invullen als u webinterface en API met Basic Auth wilt beveiligen.        |

## Meter en dashboard

| Instelling              | Wanneer aanpassen?                                                                   |
| ----------------------- | ------------------------------------------------------------------------------------ |
| `fuse`                  | Kies de waarde van de hoofdzekering, bijvoorbeeld `25A`.                             |
| `phases`                | Laat op `Auto` staan, tenzij het aantal fases niet goed wordt herkend.               |
| `overvoltage_threshold` | Alleen aanpassen als u bewust een andere overspanningsgrens wilt gebruiken.          |
| `pre40`                 | Aan zetten bij oudere DSMR/SMR meters die geen moderne telegrammen sturen.           |
| `try_calc_i`            | Aan zetten als de meter geen stroomwaarden levert, maar u deze wilt laten berekenen. |

## Tarieven

De tariefvelden worden gebruikt voor kostenindicaties in de webinterface. Ze zijn bedoeld als benadering.

| Instelling                                                | Betekenis                            |
| --------------------------------------------------------- | ------------------------------------ |
| `ed_tariff1` en `ed_tariff2`                              | Elektriciteit afname per kWh.        |
| `er_tariff1` en `er_tariff2`                              | Elektriciteit teruglevering per kWh. |
| `gd_tariff`                                               | Gas per m3.                          |
| `w_tariff`                                                | Water per m3.                        |
| `electr_netw_costs`, `gas_netw_costs`, `water_netw_costs` | Vaste kosten per maand.              |

{% hint style="warning" %}
De kosten in de dongle zijn indicatief en kunnen afwijken van uw energienota.
{% endhint %}

## Watermeter

Gebruik deze instellingen alleen als uw dongle een watersensor gebruikt of waterdata uit de slimme meter ontvangt.

| Instelling    | Betekenis                              |
| ------------- | -------------------------------------- |
| `water_enabl` | Watersensor aan of uit.                |
| `water_m3`    | Hele kubieke meters van de watermeter. |
| `water_l`     | Liters van de watermeter.              |
| `water_fact`  | Pulsfactor van de sensor. Meestal `1`. |

## Koppelingen

| Instelling      | Wanneer gebruiken?                                                          |
| --------------- | --------------------------------------------------------------------------- |
| `raw-port`      | Voor DSMR-reader, Domoticz, Home Assistant DSMR of Virtual P1 via poort 82. |
| `mqtt_enabled`  | Voor MQTT publicatie naar Home Assistant, Node-RED of andere systemen.      |
| `ha_disc_enabl` | Voor Home Assistant MQTT auto discovery.                                    |
| `mb_map`        | Voor Modbus-koppelingen met laadpaal, omvormer of energiemanagement.        |
| `mb_monitor`    | Tijdelijk aanzetten voor diagnose van Modbus requests.                      |
| `virtual_p1_ip` | Op een virtuele P1 dongle: IP-adres van de bron-dongle.                     |

Meer details staan in [Settings](/dsmr-api/instellingen/settings.md).


---

# 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:

```
GET https://docs.smart-stuff.nl/dsmr-api/instellingen/belangrijkste-instellingen.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.
