We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ff624 commit 1396b64Copy full SHA for 1396b64
source/_components/sensor.dsmr.markdown
@@ -107,6 +107,11 @@ Optional configuration example for ser2net:
107
# Example /etc/ser2net.conf for proxying USB/serial connections to DSMRv4 smart meters
108
2001:raw:600:/dev/ttyUSB0:115200 NONE 1STOPBIT 8DATABITS XONXOFF LOCAL -RTSCTS
109
```
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
+```
115
116
[HASSbian](/getting-started/installation-raspberry-pi-image/) users have to give dialout permission to the user `homeassistant`:
117
0 commit comments