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

TV icon not showing up in IOS app #118

Closed
robboz4 opened this issue Dec 11, 2020 · 4 comments
Closed

TV icon not showing up in IOS app #118

robboz4 opened this issue Dec 11, 2020 · 4 comments
Labels
question Further information is requested

Comments

@robboz4
Copy link

robboz4 commented Dec 11, 2020

I have installed and configured the plugin but I have the issue listed previously with errors in the log and zero entries in the test tool you suggested we use. I also have two icons both labeled with Sony TV. One with a speaker and the other a TV image. I can turn the TV on and off from the config-ux icons, but these icons do not show up in the app on the iPhone.
Any clue as what I may have got wrong with the configuration of the plugin?

{
"platform": "BraviaOSPlatform",
"name": "BraviaTVOS",
"tvs": [
{
"name": "Sony TV",
"ip": "192.168.1.19",
"port": 80,
"timeout": 5,
"psk": "0000",
"inputs": [
"[extInput:hdmi] HDMI 1"
],
"apps": [
"Netflix",
"Hulu",
"Disney+"
],
"speaker": {
"output": "speaker"
}
}
]
}


Thanks!

@seydx
Copy link
Owner

seydx commented Dec 11, 2020

@robboz4

Can u post a screenshot pls

@seydx seydx added the question Further information is requested label Dec 11, 2020
@robboz4
Copy link
Author

robboz4 commented Dec 12, 2020

Screen Shot 2020-12-11 at 4 14 30 PM
Log file entry

[12/11/2020, 4:15:16 PM] [BraviaTVOS] Error: Requested method (getPlayingContentInfo) could not be found!
at ServiceProtocol.checkApiMethod (/usr/local/lib/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/src/service-protocol.js:150:13)
at ServiceProtocol.invoke (/usr/local/lib/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/src/service-protocol.js:164:30)
at tvAccessory.poll (/usr/local/lib/node_modules/homebridge-bravia-tvos/src/accessories/tv.js:117:46)
at Timeout._onTimeout (/usr/local/lib/node_modules/homebridge-bravia-tvos/src/accessories/tv.js:179:14)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)

@seydx
Copy link
Owner

seydx commented Dec 12, 2020

@robboz4

You need to add the tv like a bridge to apple home

See here

#108

@robboz4
Copy link
Author

robboz4 commented Dec 12, 2020

Got it thanks a bunch!

@robboz4 robboz4 closed this as completed Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants