g30r93g / homebridge-panasonic

A Homebridge plugin for Panasonic Viera TV's. Written to support the new Homekit TV accessory.
MIT License
21 stars 3 forks source link

YouTube won't open #18

Closed albi closed 4 years ago

albi commented 5 years ago

On my TV the YouTube App won't open. Plex and Recorded TV are working as well as the TV input. Maybe it is another appID?

g30r93g commented 5 years ago

Hi! Sorry for the slow reply. It may very well be and I wouldn't be able to help you unless you could do the following:

  1. Install Wireshark
  2. Install Panasonic TV on your mobile device
  3. Use your mobile device as a network interface in Wireshark
  4. Use the Panasonic TV app to open YouTube
  5. Filter results by 'http' and find the request to open YouTube (It will be in the XML with a tag called X_LaunchApp)
  6. Find the app ID. It will look something like <X_LaunchKeyword>product_id=000000000</X_LaunchKeyword> The product_id is the app ID
g30r93g commented 5 years ago

This might sound a bit obvious but copy and paste the app ID into your config.json file and restart homebridge and see what happens

albi commented 5 years ago

I would like to help, but I am a bit lost inside Wireshark. I do scan the traffic of my iPhone but can't find any http request. Maybe the traffic is secured? Can find some TLSv1.2 data.

Derky commented 4 years ago

@albi can you try this App ID for YouTube: 0070000200000001 Works for my Panasonic TX-40CX720

@g30r93g I've also created a PR for adding this ID and a few more: https://github.com/g30r93g/homebridge-panasonic/pull/24

g30r93g commented 4 years ago

Hi guys. Please reopen this if you still have any issues. However, hopefully @Derky has fixed the issue with the multiple app ID's that YouTube has.