From 1e47d421868a7510d90991ef7873c8f8a8ec08cb Mon Sep 17 00:00:00 2001 From: schmieeed Date: Mon, 30 Nov 2020 10:28:27 +0100 Subject: [PATCH] [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. --- bundles/org.openhab.binding.modbus.stiebeleltron/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.modbus.stiebeleltron/README.md b/bundles/org.openhab.binding.modbus.stiebeleltron/README.md index cb88a90355a..8b5a5a5f3b4 100644 --- a/bundles/org.openhab.binding.modbus.stiebeleltron/README.md +++ b/bundles/org.openhab.binding.modbus.stiebeleltron/README.md @@ -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" [ ] +} ```