Skip to content

Commit 6c7832a

Browse files
[homeconnect] Update README.md (openhab#16943)
* Update README.md Added note for possible occurrence of 403 error during application registration in homeconnect developer portal and recommended a solution to resolve the error.
1 parent 701a615 commit 6c7832a

File tree

1 file changed

+3
-0
lines changed
  • bundles/org.openhab.binding.homeconnect

1 file changed

+3
-0
lines changed

bundles/org.openhab.binding.homeconnect/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ After the bridge has been added and authorized, devices are discovered automatic
110110
for example: `http://192.168.178.34:8080/homeconnect` or `https://myhome.domain.com/homeconnect`
111111
- _One Time Token Mode_: keep unchecked
112112
- _Proof Key for Code Exchange_: keep unchecked
113+
114+
> **NOTE**: You might get an error (`403 - Forbidden`) in case you entered a bare IP of your local openHAB instance. In that case, use your instance's hostname instead (e.g. for openhabian `http://openhabian:8080/homeconnect`) and try again.
115+
113116
1. After your application has been created, you should see the _Client ID_ and _Client Secret_ of the application. Please save these for later.
114117

115118
![Screenshot Home Connect application page](doc/home_connect_application.png "Screenshot Home Connect application page")

0 commit comments

Comments
 (0)