Skip to content

Commit a19afd2

Browse files
justin8fabaff
authored andcommitted
Updated supported TV list and update port info (home-assistant#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.
1 parent 3d24514 commit a19afd2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/_components/media_player.samsungtv.markdown

+3-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ media_player:
3030
Configuration variables:
3131
3232
- **host** (*Required*): The IP of the Samsung Smart TV, eg. `192.168.0.10`.
33-
- **port** (*Optional*): The port of the Samsung Smart TV. Defaults to 55000.
33+
- **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).
3434
- **name** (*Optional*): The name you would like to give to the Samsung Smart TV.
3535
- **timeout** (*Optional*): The time-out for the communication with the TV. Defaults to 0.
3636

@@ -51,14 +51,12 @@ Currently known supported models:
5151

5252
Currently tested but not working models:
5353

54-
- KU6300 - Shows in GUI but unable to control.
55-
- H6400 - Shows in GUI but unable to control.
5654
- J5200 - Unable to see state and unable to control
57-
- JU6400 - Shows in GUI but unable to control
58-
- KU6000 - Shows in the GUI but unable to control
5955

6056
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).
6157
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.
6258
If you add your model remember to remove these before adding them to the list.
6359

60+
Currently the ability to select a source is not implemented.
61+
6462
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.

0 commit comments

Comments
 (0)