mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add Smart Meter Bridge (#24732)
This commit is contained in:
parent
2abc490af5
commit
cc1cb20e72
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user