Add example for ser2net 4.X.X (#19454)

This commit is contained in:
Ramshield 2021-09-25 12:42:52 +02:00 committed by GitHub
parent bdc7def266
commit d4113f2123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.