Skip to content

Commit

Permalink
#14 Update information about adding items and things via UI, added mi…
Browse files Browse the repository at this point in the history
…ssing password configuration value and changed headline in README.md

Signed-off-by: Christian Oeing <[email protected]>
Signed-off-by: Gerd Zanker <[email protected]>
  • Loading branch information
coeing authored and GerdZanker committed Jan 7, 2021
1 parent 1aefdc0 commit 021dcb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/org.openhab.binding.boschshc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Binding for the Bosch Smart Home Controller.

Configuration via configuration files or UI (see below).

## Binding Configuration
## Bridge Configuration

You need to provide the IP address and the system password of your Bosch Smart Home Controller.
The IP address of the controller is visible in the Bosch Smart Home Mobile App (More -> System -> Smart Home Controller) or in your network router UI.
Expand Down Expand Up @@ -134,7 +134,7 @@ Example:
You define your Bosch devices by adding them either to a `.things` file in your `$OPENHAB_CONF/things` folder like this:

```
Bridge boschshc:shc:1 [ ipAddress="192.168.x.y" ] {
Bridge boschshc:shc:1 [ ipAddress="192.168.x.y", password="XXXXXXXXXX" ] {
Thing in-wall-switch bathroom "Bathroom" [ id="hdm:HomeMaticIP:3014F711A000XXXXXXXXXXXX" ]
Thing in-wall-switch bedroom "Bedroom" [ id="hdm:HomeMaticIP:3014F711A000XXXXXXXXXXXX" ]
Thing in-wall-switch kitchen "Kitchen" [ id="hdm:HomeMaticIP:3014F711A000XXXXXXXXXXXX" ]
Expand All @@ -151,7 +151,7 @@ Bridge boschshc:shc:1 [ ipAddress="192.168.x.y" ] {
}
```

Or by adding them via PaperUI -> Configuration -> Things -> "+" -> Bosch Smart Home Binding.
Or by adding them via UI: Settings -> Things -> "+" -> Bosch Smart Home Binding.

## Item Configuration

Expand All @@ -167,4 +167,4 @@ Switch Bosch_Living_Room "Living Room" { channel="boschshc:in-wall-switch:1:liv
Switch Bosch_Lelit "Lelit" { channel="boschshc:in-wall-switch:1:coffeemachine:power-switch" }
```

Or by adding them via PaperUI -> Configuration -> Items -> "+".
Or by adding them via UI: Settings -> Items -> "+".

0 comments on commit 021dcb3

Please sign in to comment.