From d4113f2123df888e1852fc096bb8ae15e21f1300 Mon Sep 17 00:00:00 2001 From: Ramshield Date: Sat, 25 Sep 2021 12:42:52 +0200 Subject: [PATCH] Add example for ser2net 4.X.X (#19454) --- source/_integrations/dsmr.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_integrations/dsmr.markdown b/source/_integrations/dsmr.markdown index 3fe12c9df30..12724f8b479 100644 --- a/source/_integrations/dsmr.markdown +++ b/source/_integrations/dsmr.markdown @@ -86,7 +86,7 @@ DIY solutions (ESP8266 based): {% include integrations/config_flow.md %} -Optional configuration example for ser2net: +Optional configuration example for ser2net 3.x.x: ```sh # Example /etc/ser2net.conf for proxying USB/serial connections to DSMRv4 smart meters @@ -98,6 +98,22 @@ or 2001:raw:600:/dev/ttyUSB0:9600 EVEN 1STOPBIT 7DATABITS XONXOFF LOCAL -RTSCTS ``` +Optional configuration example for ser2net 4.x.x: + +```sh +# Example /etc/ser2net.yaml for proxying USB/serial connections to DSMRv4 smart meters +connection: &con0096 + accepter: tcp,2001 + enable: on + options: + banner: *banner + kickolduser: true + telnet-brk-on-sync: true + connector: serialdev, + /dev/ttyUSB0, + 115200n81,local +``` + ### 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.