> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/dsmrloggerws/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/dsmrloggerws/master.md).

# Documentatie DSMRloggerWS

Voor de project beschrijving ga naar [www.aandewiel.nl](https://willem.aandewiel.nl/index.php/2019/04/09/dsmr-logger-v4-slimme-meter-uitlezer/)

{% hint style="success" %}
Mijn [gitbook boekenplank](https://mrwheel-docs.gitbook.io/mrwheel_gitbooks)!
{% endhint %}

### Inhoudsopgave <a href="#inhoudsopgave" id="inhoudsopgave"></a>

* [Introductie](/dsmrloggerws/introductie.md)
* Voorbereiding
  * [ArduinoIDE](/dsmrloggerws/voorbereiding/installatie_arduinoide.md)
  * [ESP8266 core](/dsmrloggerws/voorbereiding/installatie-esp8266-core.md)
  * [Data Upload Tool](/dsmrloggerws/voorbereiding/installatie-data-upload-tool.md)
  * [Installeren Bibliotheken](/dsmrloggerws/voorbereiding/installatie-bibliotheken.md)
* Firmware
  * [Benodigd Bibliotheken](/dsmrloggerws/firmware/benodigde-bibliotheken.md#benodigde-bibliotheken)
  * [DSMR Firmware van Github](/dsmrloggerws/firmware/clonen_firmware.md#clonen-firmware)
  * [Firmware Flashen DSMR-logger V4 board](/dsmrloggerws/firmware/uploadfirmware-v4.md)
  * [Data Flashen naar DSMR-logger V4 board](/dsmrloggerws/firmware/uploaddatamap_v4.md)
  * [Firmware Flashen DSMR-logger V3 board](/dsmrloggerws/firmware/uploadfirmware_v3.md)
  * [Data Flashen naar DSMR-logger V3 board](/dsmrloggerws/firmware/uploaddatamap_v3.md)
* Selectie Functies
  * [DSMR-logger V4 met ESP-12](/dsmrloggerws/overzicht_functies/is_esp12.md)
  * [Over The Air update](/dsmrloggerws/overzicht_functies/use_update_server.md)
  * [0.96" OLED display](/dsmrloggerws/overzicht_functies/has_oled_ssd1306.md)
  * [1.3" OLED display](/dsmrloggerws/overzicht_functies/has_oled_sh1106.md)
  * [Gebruik MQTT](/dsmrloggerws/overzicht_functies/use_mqtt.md)
  * [Gebruik Mindergas.nl](/dsmrloggerws/overzicht_functies/use-mindergas.md)
  * [Pré DSMR 4.0 Slimme Meters](/dsmrloggerws/overzicht_functies/use_pre40_protocol.md)
  * [Network Time](/dsmrloggerws/overzicht_functies/use_network_time.md)
  * [SM geeft geen info per Fase](/dsmrloggerws/overzicht_functies/sm-has_no_fase_info.md)
  * [Toon wachtwoorden](/dsmrloggerws/overzicht_functies/show-passowrds.md)
  * [Test mode](/dsmrloggerws/overzicht_functies/has_no_meter.md)
* Hardware
  * [DSMR-logger Versie 4](/dsmrloggerws/hardware/hardware_v4.md)
  * [DSMR-logger Versie 4.5](/dsmrloggerws/hardware/hardware-v4.5.md)
  * [Programmer voor de DSMR-logger V4](/dsmrloggerws/hardware/hardware-v4-programmer.md)
  * [DSMR-logger Versie 3](/dsmrloggerws/hardware/hardware_v3.md)
  * [Programmer voor de ESP-01](/dsmrloggerws/hardware/hardware_v3_programmer.md)
* Overigen
  * [(Eerste keer) Opstarten](/dsmrloggerws/overigen/opstarten.md)
  * [gebruik restAPI](/dsmrloggerws/overigen/restapi.md)
  * [Verschillen ESP8266 modules](/dsmrloggerws/overigen/verschillen_esp8266.md)
  * [PUYA flash chip](/dsmrloggerws/overigen/puya-patch.md)
  * [Vragen en Antwoorden](/dsmrloggerws/overigen/vragen-en-antwoorden.md)
* Integratie met andere systemen
  * [Integratie met Domoticz](/dsmrloggerws/integratie-met-andere-systemen/integratie_domoticz.md)
  * [Integratie met Homey](/dsmrloggerws/integratie-met-andere-systemen/integratie_homey.md)
  * [Integratie met Home Assistant](/dsmrloggerws/integratie-met-andere-systemen/integratie_hassio.md)
  * [Integratie met Mindergas](/dsmrloggerws/integratie-met-andere-systemen/integratie-mindergas.md)
* Telnet
  * [telnet logging](/dsmrloggerws/telnet.md)

![](https://mrwheel.github.io/DSMRloggerWS/img/TabelActueel.png)


---

# 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/dsmrloggerws/master.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.
