Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[innogysmarthome][doc] update documentation for manually configured Bridge #6998

Merged
merged 1 commit into from Feb 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 2 additions & 8 deletions bundles/org.openhab.binding.innogysmarthome/README.md
Expand Up @@ -144,16 +144,10 @@ As an alternative to the automatic discovery process and graphical configuration
The innogy SmartHome Controller (SHC) can be configured using the following syntax:

```
Bridge innogysmarthome:bridge:<bridge-id> [ refreshtoken="<refresh-token>" ]
Bridge innogysmarthome:bridge:<bridge-id> []
```

The easiest way is to retrieve the refresh-token using the Paper UI as described above.
But you can do it manually by:

1. Changing the log level to TRACE, as the refresh-token is not written into the logs in lower log levels*
2. Retrieving the auth-code (see description above)
3. Saving it once in the Bridge configuration like shown below
4. Fishing the refresh-code from the openhab.log file.
Then the required authcode is retrieved and set **automatically**:

```
Bridge innogysmarthome:bridge:<bridge-id> [ authcode="<authcode>" ]
Expand Down