Skip to content

Commit 1396b64

Browse files
arjenfvellingafabaff
authored andcommitted
Update sensor.dsmr.markdown (home-assistant#4074)
Added ser2net config for DSMRv2.2 smart meters
1 parent b1ff624 commit 1396b64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_components/sensor.dsmr.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ Optional configuration example for ser2net:
107107
# Example /etc/ser2net.conf for proxying USB/serial connections to DSMRv4 smart meters
108108
2001:raw:600:/dev/ttyUSB0:115200 NONE 1STOPBIT 8DATABITS XONXOFF LOCAL -RTSCTS
109109
```
110+
or
111+
```sh
112+
# Example /etc/ser2net.conf for proxying USB/serial connections to DSMRv2.2 smart meters
113+
2001:raw:600:/dev/ttyUSB0:9600 EVEN 1STOPBIT 7DATABITS XONXOFF LOCAL -RTSCTS
114+
```
110115

111116
[HASSbian](/getting-started/installation-raspberry-pi-image/) users have to give dialout permission to the user `homeassistant`:
112117

0 commit comments

Comments
 (0)