From cc1cb20e72fb9984d2a6c3907ba60a1a88089895 Mon Sep 17 00:00:00 2001 From: Chris Jansen Date: Fri, 18 Nov 2022 00:02:26 +0100 Subject: [PATCH] Add Smart Meter Bridge (#24732) --- source/_integrations/dsmr.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/dsmr.markdown b/source/_integrations/dsmr.markdown index 57a3a250f9f..c323a6627b2 100644 --- a/source/_integrations/dsmr.markdown +++ b/source/_integrations/dsmr.markdown @@ -84,6 +84,7 @@ $ docker run --device /dev/ttyUSB0:/dev/ttyUSB0 -d --name="home-assistant" -v /h #### Serial to network proxies: - [ser2net](https://ser2net.sourceforge.net) +- [Smart Meter bridge](https://github.com/legolasbo/smartmeterBridge) - [WIZnet WIZ110SR](https://www.wiznet.io/product-item/wiz110sr/) DIY solutions (ESP8266 based): @@ -122,6 +123,14 @@ connection: &con0096 115200n81,local ``` +Optional configuration example for Smart Meter Bridge: +```yml +serial_port: "/dev/ttyUSB0" +dsmr_version: "4" +server: + port: 9988 +``` + ### Technical overview DSMR is a standard to which Dutch smartmeters must comply. It specifies that the smartmeter must send out a 'telegram' every 10 seconds (every second for DSMR 5.0 devices) over a serial port.