mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 02:37:03 +00:00
Update edl21.markdown (#36148)
This commit is contained in:
parent
66b35be052
commit
a2669b7228
@ -54,3 +54,17 @@ To use this integration with a remote transceiver you could use [ser2net](https:
|
|||||||
Example `ser2net.conf` configuration file:
|
Example `ser2net.conf` configuration file:
|
||||||
|
|
||||||
> 2001:raw:0:/dev/ttyUSB0:9600 8DATABITS NONE 1STOPBIT
|
> 2001:raw:0:/dev/ttyUSB0:9600 8DATABITS NONE 1STOPBIT
|
||||||
|
|
||||||
|
Example `ser2net.yaml` (`ser2net` version 4.3.3) configuration entry:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
connection: &con2001
|
||||||
|
enable: on
|
||||||
|
accepter: tcp,2001
|
||||||
|
options:
|
||||||
|
telnet-brk-on-sync: false
|
||||||
|
kickolduser: true
|
||||||
|
connector: serialdev,/dev/ttyUSB0,9600n81,local
|
||||||
|
```
|
||||||
|
|
||||||
|
Use `socket://<ip-of-host>:2001` when adding the Smart Meter and asked for a "USB device path".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user