]> git.basschouten.com Git - openhab-addons.git/commitdiff
[remoteopenhab] Example with a connection to myopenhab.org (#11237)
authorlolodomo <lg.hc@free.fr>
Sat, 11 Sep 2021 11:35:27 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Sep 2021 11:35:27 +0000 (13:35 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.remoteopenhab/README.md

index 433a910281d3883dca59b47f2a3e0a9b0df00a8f..8dd98999ee14e4fc4dcf6edd211b26ca493d524c 100644 (file)
@@ -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:
 
 ```