Add DSMR Reader component documentation (#11156)

* Add DSMR Reader component documentation

* Minor changes

* ✏️ Tweak
This commit is contained in:
Wim Haanstra 2019-11-28 20:52:48 +01:00 committed by Fabian Affolter
parent f9dd6750e2
commit f84c7954dd

View File

@ -0,0 +1,24 @@
---
title: "DSMR Reader"
description: "Instructions on how to integrate DSMR Reader."
ha_category:
- Energy
ha_iot_class: Cloud Polling
ha_release: 0.103
---
The `dsmr_reader` sensor platform allows you to easily add all sensors that [DSMR Reader](https://dsmr-reader.readthedocs.io/en/latest/) exposes to MQTT. It adds a separate sensor for every field in the MQTT topics.
## Setup
To use this component, you will need DSMR Reader to be set up to publish to the MQTT server, that Home Assistant also uses. It is important that you setup DSMR Reader to publish to MQTT using "Split Topic" and that you use the default mappings.
## Configuration
To use this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: dsmr_reader
```