mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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:
|
#### Serial to network proxies:
|
||||||
|
|
||||||
- [ser2net](https://ser2net.sourceforge.net)
|
- [ser2net](https://ser2net.sourceforge.net)
|
||||||
|
- [Smart Meter bridge](https://github.com/legolasbo/smartmeterBridge)
|
||||||
- [WIZnet WIZ110SR](https://www.wiznet.io/product-item/wiz110sr/)
|
- [WIZnet WIZ110SR](https://www.wiznet.io/product-item/wiz110sr/)
|
||||||
|
|
||||||
DIY solutions (ESP8266 based):
|
DIY solutions (ESP8266 based):
|
||||||
@ -122,6 +123,14 @@ connection: &con0096
|
|||||||
115200n81,local
|
115200n81,local
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Optional configuration example for Smart Meter Bridge:
|
||||||
|
```yml
|
||||||
|
serial_port: "/dev/ttyUSB0"
|
||||||
|
dsmr_version: "4"
|
||||||
|
server:
|
||||||
|
port: 9988
|
||||||
|
```
|
||||||
|
|
||||||
### Technical overview
|
### 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.
|
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