Skip to content

Commit

Permalink
Update edl21.markdown (home-assistant#36148)
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller authored Dec 6, 2024
1 parent 66b35be commit a2669b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/_integrations/edl21.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ To use this integration with a remote transceiver you could use [ser2net](https:
Example `ser2net.conf` configuration file:

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

0 comments on commit a2669b7

Please sign in to comment.