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
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?
[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)
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!
The text was updated successfully, but these errors were encountered: