mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Add DSMR Reader component documentation (#11156)
* Add DSMR Reader component documentation
* Minor changes
* ✏️ Tweak
This commit is contained in:
parent
f9dd6750e2
commit
f84c7954dd
24
source/_integrations/dsmr_reader.markdown
Normal file
24
source/_integrations/dsmr_reader.markdown
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user