[modbus.stiebeleltron] Update README.md (#9144)

sorry i missed to change the IP of my own config. Thing Configuration was not accepted bei Visual Studio Code, curly brakets were missed and the definition of ThingID<>Thing was not accepted.
This commit is contained in:
schmieeed 2020-11-30 10:28:27 +01:00 committed by GitHub
parent 6e0cacab31
commit 1e47d42186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,8 +109,9 @@ This group contains about the energy consumption and delivery of the heat pump.
### Thing Configuration ### Thing Configuration
``` ```
Bridge modbus:tcp:bridge [ host="hostname|ip", port=502, id=1] Bridge modbus:tcp:bridge "Stiebel Modbus TCP"[ host="hostname|ip", port=502, id=1 ] {
Thing modbus:heatpump:stiebelEltron "StiebelEltron" (modbus:tcp:modbusbridge) [ ] Thing heatpump stiebelEltron "StiebelEltron" (modbus:tcp:modbusbridge) @"Room" [ ]
}
``` ```