From f84c7954dda046e4fc6d04e649f95d596681d65b Mon Sep 17 00:00:00 2001 From: Wim Haanstra Date: Thu, 28 Nov 2019 20:52:48 +0100 Subject: [PATCH] Add DSMR Reader component documentation (#11156) * Add DSMR Reader component documentation * Minor changes * :pencil2: Tweak --- source/_integrations/dsmr_reader.markdown | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/_integrations/dsmr_reader.markdown diff --git a/source/_integrations/dsmr_reader.markdown b/source/_integrations/dsmr_reader.markdown new file mode 100644 index 00000000000..7aae6a9329d --- /dev/null +++ b/source/_integrations/dsmr_reader.markdown @@ -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 +```