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 +```