> 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/vast-ip-adres.md).

# Vast IP adres

Is een vast ip-adres gewenst dan leest u hieronder hoe u dit kan doen.

Onderstaande stappen zijn van toepassing alle netwerkkoppelingen.

## 1 - Standaard koppeling

U dient eerst de dongle eenmalig aan het netwerk te koppelen op de standaard werkwijze.

## 2 - Bestandje met vaste ip-gegevens

U dient de vast ip-gegevens in een bestandje te zetten met de naam : fixedip.json. Deze dient onderstaande gegevens te bevatten (natuurlijk met de juiste ip-gegevens;).

```
{
  "static_ip": "192.168.2.222",
  "gateway": "192.168.2.1",
  "subnet": "255.255.255.0",
  "dns": "8.8.8.8"
}
```

## 3 - Upload vast ip-gegevens

Ga in de dongle naar bestandsbeheer en upload dit bestandje.

## 4 - Herstart de dongle

Door de dongle te opnieuw te starten zullen de gegevens ingelezen worden.

{% hint style="warning" %}
Ooeps! wat als er iets misgegaan is.\
Druk 5 seconden op het knopje om een factory reset uit te voeren. Het fixedip bestand wordt dan verwijderd en u kunt het opnieuw proberen. Data bestanden worden NIET gewist tijdens een factory reset.
{% endhint %}


---

# 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/vast-ip-adres.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.
