You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`refreshToken` is needed to get access to your Mercedes Me account.
46
+
Users already running this binding can stay on default value `takeover previous token`.
47
+
New users need to generate `refreshToken` with [MB Token Requester app](https://github.com/ReneNulschDE/mbapi2020/wiki/How%E2%80%90to:-create-the-access-and-refresh-token).
48
+
It simulates the Mercedes Me application *only for authorization process* on your computer, **not your openHAB system!**
49
+
The generated *refresh token* has to be pasted into the bridge configuration.
50
+
The generated *token* can be ignored!
46
51
47
52
Set `region` to your location
48
53
@@ -63,46 +68,6 @@ Commands protected by PIN
63
68
- Open / Ventilate Windows
64
69
- Open / Lift Sunroof
65
70
66
-
IP `callbackIP` and port `callbackPort` will be auto-detected.
67
-
If you're running on server with more than one network interface please select manually.
68
-
69
-
### Bridge Authorization
70
-
71
-
Authorization is needed to activate the Bridge which is connected to your Mercedes Me Account.
72
-
The Bridge will indicate in the status headline if authorization is needed including the URL which needs to be opened in your browser.
73
-
74
-
Three steps are needed
75
-
76
-
1. Open the mentioned URL like 192.168.x.x:8090/mb-auth
77
-
Opening this URL will request a PIN which will be send to your configured email.
78
-
Check your Mail Account if you received the PIN.
79
-
Click on _Continue_ to proceed with Step 2.
80
-
81
-
2. Enter your PIN in the shown field.
82
-
Leave GUID as identifier as it is.
83
-
Click on _Submit_ button.
84
-
85
-
3. Confirmation shall be shown that authorization was successful.
86
-
87
-
In case of non successful authorization check your log for errors.
88
-
Below screenshots are illustrating the authorization flow.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mercedesme/src/main/java/org/openhab/binding/mercedesme/internal/Constants.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mercedesme/src/main/java/org/openhab/binding/mercedesme/internal/MercedesMeHandlerFactory.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mercedesme/src/main/java/org/openhab/binding/mercedesme/internal/config/AccountConfiguration.java
+1-3
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@ public class AccountConfiguration {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mercedesme/src/main/java/org/openhab/binding/mercedesme/internal/dto/TokenResponse.java
0 commit comments