stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

Key/Cert Generation and Pairing during first setup #4

Closed GerdZanker closed 4 years ago

GerdZanker commented 4 years ago

During the first setup of teh Bosch SHC binding a KeyStore with the necessary key, cert and Bosch certs shall be created and the pairing between the Bosch SHC client and the SHC shall be executed.

If the hardware button is pressed, the Bosch SHC things are ready for usage. All manual key generation, registration, etc is done via Java code. Compare with the command line calls.

GerdZanker commented 4 years ago

Initial code is working for me. I will prepare a PullRequest during the next days.

GerdZanker commented 4 years ago

PR #11 is merged into bosch-shc-2.5 branch