]> git.basschouten.com Git - openhab-addons.git/commitdiff
[modbus.stiebeleltron] Update README.md (#9144)
authorschmieeed <schmieeed@gmail.com>
Mon, 30 Nov 2020 09:28:27 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Nov 2020 09:28:27 +0000 (10:28 +0100)
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.

bundles/org.openhab.binding.modbus.stiebeleltron/README.md

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