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

Discover Bosch Home Controller Bridge automatically #13

Closed
coeing opened this issue Jun 27, 2020 · 3 comments
Closed

Discover Bosch Home Controller Bridge automatically #13

coeing opened this issue Jun 27, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@coeing
Copy link
Collaborator

coeing commented Jun 27, 2020

Would it be possible to discover the IP address automatically? If not we could add a link to the official Bosch support page which describes how to find out the IP: https://www.bosch-smarthome.com/de/de/service/bei-der-erstinstallation-werde-ich-nach-der-ip-adresse-des-shc-gefragt

We could ask in the Bosch GitHub repository (https://github.com/BoschSmartHome/bosch-shc-api-docs) how an automatic discovery could be done. The official Bosch Smart Home app does it as well, so it might be possible: https://tt-smarthome.resource.bosch.com/documents/Manual/UK/System_Solutions/Controller_EN_161109_web.pdf

Feedback from @GerdZanker :

The SHC returns public information without pairing.
If we assume that both - SHC and OpenHAB - have IPs in the same network it should be possible find with a simple try & error approach.
I suggest to add/implement this later, after this PR, via a SHC bridge discovery service.

@coeing coeing added the enhancement New feature or request label Jun 27, 2020
@coeing coeing added this to the 2.0 milestone Aug 11, 2020
@jensflorian
Copy link

Maybe detection via FDQN identifier, see: hxmelab/node-red-contrib-bosch-shc@1686cc4 ?

@GerdZanker
Copy link
Collaborator

See also BoschSmartHome/bosch-shc-api-docs#39

@GerdZanker GerdZanker changed the title Discover Bosch Home Controller automatically (or at least its IP address) Discover Bosch Home Controller Bride automatically Jan 29, 2021
@coeing coeing changed the title Discover Bosch Home Controller Bride automatically Discover Bosch Home Controller Bridge automatically Feb 8, 2021
@GerdZanker GerdZanker self-assigned this Feb 9, 2021
GerdZanker added a commit that referenced this issue Feb 9, 2021
Via mDNS local IP addresses are checked.
If a GET returns the public information,
then the returned shcIpAddress is reported as discovered bridge.

Signed-off-by: Gerd Zanker <[email protected]>
GerdZanker added a commit that referenced this issue Feb 24, 2021
If a GET returns the public information,
then the returned shcIpAddress is reported as discovered bridge.

Signed-off-by: Gerd Zanker <[email protected]>

fixes and improvements for bridge discovery

Signed-off-by: Gerd Zanker <[email protected]>
GerdZanker added a commit that referenced this issue May 2, 2021
If a GET returns the public information,
then the returned shcIpAddress is reported as discovered bridge.

Signed-off-by: Gerd Zanker <[email protected]>

fixes and improvements for bridge discovery

Signed-off-by: Gerd Zanker <[email protected]>
@GerdZanker
Copy link
Collaborator

Replaced with openhab-addons#14195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants