-
Notifications
You must be signed in to change notification settings - Fork 43
Command Documentation to launch YoutubeTV app #63
Comments
@mrkgoh Does your TV implement the You'd invoke this something like: device.command("main", "mediaInputSource", "setInputSource", ["YouTube"]) |
Thanks. I tried and it almost did it. But I received a mini-pop up on the TV that says " YouTube is not found." When I check at the link http://MY_TV_IP:8080/ws/apps/YouTube the output shows:
Why that is? |
Not sure, that would be a question for the Samsung team that supports the TV software. What are the values in supportedInputSources? |
Can you tell me: A: Can you select youtube via the smartthings mobile app. B: is your tv device type OCF? |
I also tried the alphanumeriic code "9Ur5IzDKqV.TizenYouTube" - but that didn't work: pysmartthings.errors.APIResponseError: Unprocessable Entity (422): {"requestId": "ED1BE8CE-C905-4C9D-A21A-CCD0C453F034", "error": {"code": "ConstraintViolationError", "message": "The request is malformed.", "details": [{"code": "UnprocessableEntityError", "target": "commands[0].arguments[0]", "message": "commands[0].arguments[0]: does not have a value in the enumeration [AM, CD, FM, HDMI, HDMI1, HDMI2, HDMI3, HDMI4, HDMI5, HDMI6, digitalTv, USB, YouTube, aux, bluetooth, digital, melon, wifi]", "details": []}]}} setInputSource to ["HDMI3"] worked tho |
Hi @andrewsayre ,
Thanks for developing this awesome repository.
I am trying to develop some automation capabilities for my Samsung Smart TV NU7100 model. I would like to launch the Youtube TV app on command.
I would like to seek guidance as to where can I get additional documentations on the 'command' parameter:
The link in Readme is no longer valid:
The visited the new documentation site: New Site but did not point me how.
The text was updated successfully, but these errors were encountered: