Add Smart Meter Bridge (#24732)

This commit is contained in:
Chris Jansen 2022-11-18 00:02:26 +01:00 committed by GitHub
parent 2abc490af5
commit cc1cb20e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ $ docker run --device /dev/ttyUSB0:/dev/ttyUSB0 -d --name="home-assistant" -v /h
#### Serial to network proxies:
- [ser2net](https://ser2net.sourceforge.net)
- [Smart Meter bridge](https://github.com/legolasbo/smartmeterBridge)
- [WIZnet WIZ110SR](https://www.wiznet.io/product-item/wiz110sr/)
DIY solutions (ESP8266 based):
@ -122,6 +123,14 @@ connection: &con0096
115200n81,local
```
Optional configuration example for Smart Meter Bridge:
```yml
serial_port: "/dev/ttyUSB0"
dsmr_version: "4"
server:
port: 9988
```
### 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.