-
Notifications
You must be signed in to change notification settings - Fork 131
Samsung Smart TV control
Lieven Hollevoet edited this page Jan 11, 2015
·
2 revisions
Provided by Brian Klier via the mailing list.
I am pleased to release this MisterHouse module which will allow MisterHouse to control a network-connected Samsung Smart TV. I've tested this with my Samsung UN40EH5300 and it works well. It should work on pretty much any Samsung TV that has an open port 55000. The code is based off of another Perl/HTML program from http://forum.samygo.tv/viewtopic.php?f=12&t=1792 created from some Wireshark traces.
To use this code, you'll have to modify a few things:
- Change the IP 192.168.2.155 below to your own TV's IP Address.
- Change $myip to your MisterHouse server's IP Address.
- Change $mymac to your MisterHouse server's MAC Address.
See this gist.