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:
Daedalus 2024-12-19 10:51:24 +01:00 committed by GitHub
parent 65664f2e2e
commit f0d63f9a0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 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
@ -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
## 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
```java