From: schmieeed Date: Mon, 30 Nov 2020 09:28:27 +0000 (+0100) Subject: [modbus.stiebeleltron] Update README.md (#9144) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=1e47d421868a7510d90991ef7873c8f8a8ec08cb;p=openhab-addons.git [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. --- diff --git a/bundles/org.openhab.binding.modbus.stiebeleltron/README.md b/bundles/org.openhab.binding.modbus.stiebeleltron/README.md index cb88a90355..8b5a5a5f3b 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" [ ] +} ```