Skip to content

Commit

Permalink
[homeconnect] New how-to entry in doc about OAuth files (openhab#11076)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored and frederictobiasc committed Oct 26, 2021
1 parent 91d6863 commit 1c62542
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundles/org.openhab.binding.homeconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ curl -X POST --header "Content-Type: text/plain" --header "Accept: application/j

Please replace `homeconnect_CoffeeMaker_BOSCH_HCS06COM1_B95E5103934D_basic_actions_state` with your item name (of channel type `basic_actions_state`).

### How to avoid having to re-authorize the bridge after a new openHAB installation

OAuth is storing data in two files: your access tokens in the file `userdata/jsondb/StorageHandler.For.OAuthClientService.json` and the encryption/decryption key in the file `userdata/config/SymmetricKeyCipher.config`.
Consider backing up and restoring these two files when installing a new openHAB server from scratch.
Otherwise, all you need to do is re-authorize your bridge.

## FAQ

### I can't start my oven via openHAB.
Expand Down

0 comments on commit 1c62542

Please sign in to comment.