Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remote control a samsung smart TV over TCPIP

I'am searching for an API which enables me to build an app, containing a custom remote control for a samsung smart TV. There are some API's documented at Samsung, but none of them seems to provide the functions which a standard remote has.

How does the original Samsung remote app communicate? Is it an undocumented api?

like image 989
gorootde Avatar asked Dec 16 '12 16:12

gorootde


1 Answers

I solved the problem. I dont't know how, but the guys of openHAB implemented a working binding for samsung smart TVs. It uses exactly the interface I wanted to connect to. A reference implementation in Java is available at their Git repository https://github.com/openhab/openhab/tree/master/bundles/binding/org.openhab.binding.samsungtv

like image 141
gorootde Avatar answered Oct 21 '22 08:10

gorootde