From: lolodomo Date: Sat, 11 Sep 2021 11:35:27 +0000 (+0200) Subject: [remoteopenhab] Example with a connection to myopenhab.org (#11237) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=f055795c2838d9a47cfdf3ab8d20e45a111fb5c3;p=openhab-addons.git [remoteopenhab] Example with a connection to myopenhab.org (#11237) Signed-off-by: Laurent Garnier --- diff --git a/bundles/org.openhab.binding.remoteopenhab/README.md b/bundles/org.openhab.binding.remoteopenhab/README.md index 433a910281..8dd98999ee 100644 --- a/bundles/org.openhab.binding.remoteopenhab/README.md +++ b/bundles/org.openhab.binding.remoteopenhab/README.md @@ -99,6 +99,8 @@ For example, if your remote thing provides a trigger channel with this UID `astr ### demo.things: +Example of connection to a remote server in the local network: + ``` Bridge remoteopenhab:server:oh2 "OH2 server" [ host="192.168.0.100", port=8443, useHttps=true, trustedCertificate=true ] { Thing thing tv "TV living room" [ thingUID="lgwebos:WebOSTV:tv" ] @@ -110,6 +112,12 @@ Bridge remoteopenhab:server:oh2 "OH2 server" [ host="192.168.0.100", port=8443, } ``` +Example of connection to a remote server outside the local network through a myopenhab cloud instance: + +``` +Bridge remoteopenhab:server:oh3 "OH3 server" [ host="myopenhab.org", useHttps=true, port=443, username="myUsername", password="myPassword" ] +``` + ### demo.items: ```