Skip to content

Commit

Permalink
[remoteopenhab] Example with a connection to myopenhab.org (openhab#1…
Browse files Browse the repository at this point in the history
…1237)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
  • Loading branch information
lolodomo authored and dschoepel committed Nov 9, 2021
1 parent 92a4148 commit 38f1faf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundles/org.openhab.binding.remoteopenhab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand All @@ -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:

```
Expand Down

0 comments on commit 38f1faf

Please sign in to comment.