mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Update README.md - Including hint on "Android TV Remote Service" and potential troubleshooting (#17899)
Signed-off-by: Daedalus <37384006+Boldfor@users.noreply.github.com>
This commit is contained in:
parent
65664f2e2e
commit
f0d63f9a0e
@ -28,7 +28,9 @@ This binding does not require any special configuration files.
|
|||||||
|
|
||||||
This binding does require a PIN login process (documented below) upon first connection.
|
This binding does require a PIN login process (documented below) upon first connection.
|
||||||
|
|
||||||
This binding requires GoogleTV to be installed on the device (https://play.google.com/store/apps/details?id=com.google.android.videos)
|
This binding requires [GoogleTV](https://play.google.com/store/apps/details?id=com.google.android.videos) to be installed on the device.
|
||||||
|
The binding also requires [Android TV Remote Service](https://play.google.com/store/apps/details?id=com.google.android.tv.remote.service)
|
||||||
|
to be installed on the device.
|
||||||
|
|
||||||
## Thing Configuration
|
## Thing Configuration
|
||||||
|
|
||||||
@ -222,6 +224,13 @@ This completes the PIN process.
|
|||||||
|
|
||||||
Upon reconnection (either from reconfiguration or a restart of OpenHAB), you should now see a message of "Login Successful" in openhab.log
|
Upon reconnection (either from reconfiguration or a restart of OpenHAB), you should now see a message of "Login Successful" in openhab.log
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
Some devices come with an outdated version of the "Android TV Remote Service". So in case the PIN Process does not result in a PIN
|
||||||
|
shown on the screen, and the openHAB log shows an entry
|
||||||
|
```GoogleTV version on device needs to be updated```
|
||||||
|
visit the Google Play Store on the device, search for the "Android TV Remote Service", and update the App (Service) manually by pressing
|
||||||
|
"Update".
|
||||||
|
|
||||||
## Full Example
|
## Full Example
|
||||||
|
|
||||||
```java
|
```java
|
||||||
|
Loading…
Reference in New Issue
Block a user