> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/dsmrloggerapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mrwheel-docs.gitbook.io/dsmrloggerapi/update-server.md).

# Update Server

Met de Update Server is het mogelijk om firmware en het bestand systeem naar een DSMR-logger te flashen.

Je kunt de Update Server op twee manieren opstarten:

* Door op de knop **`[Update Firmware]`** in de FSmanager te klikken
* Door in de browser de volgende URL in te toetsen:\
  &#x20;    \*\*<http://dsmr-api.local/update**\\>
  of:\
  &#x20;    **http\://\<hetIPadresVanDeDSMRlogger>/update**

![](/files/-Mboz9_rZEImzS2KgPu6)

### Flash Firmware

Om (nieuwe) firmware te flashen moet je op de knop **`[Choose file]`** onder de kop "Selecteer een **.ino.bin** bestand" klikken.

![](/files/-M2DQivs5T-C7OGbw_py)

Er verschijnt nu een drop-down window waar je de gewenste firmware kunt selecteren.

![](/files/-M2DRevueAP3y9PTSP_Q)

Klik vervolgens op **`[Flash Firmware]`**

### Flash File Systeem

Om een nieuw bestands systeem op de DSMR-logger te flashen klik je op de knop **\[Choose file]** onder de kop "Selecteer een **.mklittlefs.bin** bestand".

![](/files/-Mbozes6F8zvWC3eFlgF)

Er verschijnt nu een drop-down window waar je het gewenste **`.mklittlefs.bin`** bestand systeem kunt selecteren.

![](/files/-MbozmxKq5w049_uFXho)

Klik vervolgens op de knop **`[Flash FileSYS]`**

### Flashen is geslaagd

![](/files/-M2DTjx3t3Mb9svH4zuK)


---

# 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://mrwheel-docs.gitbook.io/dsmrloggerapi/update-server.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.
