Samsung tivi remote control with json http code or TCP / UDP - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Samsung tivi remote control with json http code or TCP / UDP (/showthread.php?tid=397) |
Samsung tivi remote control with json http code or TCP / UDP - phongvucba - 22.09.2016 people help me! I looked on google and could not find any information about this. Samsung TV can be controlled via TCP (or udp, http)? If anyone knows, please help me. I know you very well.! Thank all! RE: Samsung tivi remote control with json http code or TCP / UDP - Erwin van der Zwart - 22.09.2016 Hi, Check this sites for more information about Samsung TV control: http://sc0ty.pl/tag/samsung/ https://wiki.samygo.tv/index.php5/Samsung_TV_network_remote_control_protocol BR, Erwin RE: Samsung tivi remote control with json http code or TCP / UDP - phongvucba - 22.09.2016 Thank you very much! I have also read, but do not really understand! You can write a simple code on LM3 to select the HDMI sources? Info: https://www.samsungdforum.com/SamsungDForum/ForumView/7e2b7fa90012098b?forumID=5b7781214fc92220 Erwin ! very thank so much ! <3 RE: Samsung tivi remote control with json http code or TCP / UDP - Erwin van der Zwart - 22.09.2016 Hi, Here is a script i created a while ago for controlling Samsung. I never tested this as i have Sony TV (; Could be i'ts not working but you have a 99% solution that might need some small adjustments in the send (encoded) dataset. Check documentation i send as URL's in previous post to change it / correct it to the documented format when script does not work like expected. I have no time to do it for you .. Code: require('encdec') BR, Erwin RE: Samsung tivi remote control with json http code or TCP / UDP - phongvucba - 23.09.2016 ----------------- tvip = "192.168.1.98" --Add television myip = "192.168.1.10" --Address LM3 mymac = "00-00-54-FF-94-7F" appstring = "iphone.iapp.samsung" tvappstring = "iphone.UE55C8000.iapp.samsung" =============== Thank so much..Pro.! But Dear friends! appstring = "iphone.iapp.samsung" --What is it? tvappstring = "iphone.UE55C8000.iapp.samsung" --What is it? 2 string can change that? Love you! RE: Samsung tivi remote control with json http code or TCP / UDP - Erwin van der Zwart - 23.09.2016 Hi, appstring = "iphone.iapp.samsung" --What is it? Answer: This is just a identifier for the tv, now the tv thinks it's connected to a iPhone (: Don't change it. tvappstring = "iphone.UE55C8000.iapp.samsung" --What is it? Answer: This holds your tv model now you control a 55 inch C8000 model. If you have different model you need to change it. BR, Erwin van der Zwart RE: Samsung tivi remote control with json http code or TCP / UDP - Habib - 02.10.2016 Hi Erwin, is this script working for newer Samsung TV 2015- ? I treid it but I get only "nils" as return values. Code: Event for TV Tools-Taste (8/0/0) 02.10.2016 20:52:32 I think it's a authentication problem, or? |