From a19afd2a8d971ba6ec708f45b1c2eec4bc6e66f5 Mon Sep 17 00:00:00 2001 From: Justin Dray Date: Wed, 18 Jan 2017 05:51:28 +1000 Subject: [PATCH] Updated supported TV list and update port info (#1800) Updated port information to cover 2016+ TVs that are supported as of this week. I've removed the similar model TVs that had the same issue as mine (KU6000), that being they were modern ones using a websocket interface on a different port to the old ones. --- source/_components/media_player.samsungtv.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.samsungtv.markdown b/source/_components/media_player.samsungtv.markdown index 6d0221e4da8..9d9b7ed17b1 100644 --- a/source/_components/media_player.samsungtv.markdown +++ b/source/_components/media_player.samsungtv.markdown @@ -30,7 +30,7 @@ media_player: Configuration variables: - **host** (*Required*): The IP of the Samsung Smart TV, eg. `192.168.0.10`. -- **port** (*Optional*): The port of the Samsung Smart TV. Defaults to 55000. +- **port** (*Optional*): The port of the Samsung Smart TV. Defaults to 55000. If set to 8001, the new websocket connection will be used (required for 2016+ TVs). - **name** (*Optional*): The name you would like to give to the Samsung Smart TV. - **timeout** (*Optional*): The time-out for the communication with the TV. Defaults to 0. @@ -51,14 +51,12 @@ Currently known supported models: Currently tested but not working models: -- KU6300 - Shows in GUI but unable to control. -- H6400 - Shows in GUI but unable to control. - J5200 - Unable to see state and unable to control -- JU6400 - Shows in GUI but unable to control -- KU6000 - Shows in the GUI but unable to control If your model is not on the list then give it a test, if everything works correctly then add it to the list on [GitHub](https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/media_player.samsungtv.markdown). The first letter (U, P, L, H & K) represent the screen type, e.g. LED or Plasma. The second letter represents the region, E is Europe, N is North America and A is Asia & Australia. The two numbers following that represent the screen size. If you add your model remember to remove these before adding them to the list. +Currently the ability to select a source is not implemented. + There's currently a [known issue](https://github.com/home-assistant/home-assistant/issues/2098) with some TV's receiving a *Key press UP* that can interrupt certain applications.