mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add example for ser2net 4.X.X (#19454)
This commit is contained in:
parent
bdc7def266
commit
d4113f2123
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user