Logic Machine Forum
Loewe TV IP Control SOAP - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Loewe TV IP Control SOAP (/showthread.php?tid=827)



Loewe TV IP Control SOAP - josep - 02.06.2017

Hi, 


I'm trying to communicate with a Loewe TV over IP, to make possible the communication through TCP, I have a documentation meta protocol definitions and not understand how I can use SOAP commands into LogicMachine. Can you help me please?

Thanks


RE: Loewe TV IP Control SOAP - admin - 02.06.2017

See this thread on how to add LuaSOAP library to LM:
https://forum.logicmachine.net/showthread.php?tid=532


RE: Loewe TV IP Control SOAP - josep - 05.06.2017

Hi,

I don't understand how it works, If I make this user library SOAP commands ho Can I control Loewe TV? I need to make a TCP communication with TV too? Is SOAP and standard that I can turn ON TV using SOAP commands?

THX


RE: Loewe TV IP Control SOAP - admin - 05.06.2017

SOAP uses HTTP, HTTP uses TCP. LuaSOAP is needed to send requests to your TV. The are no standard requests, so you have to follow the API documentation. Note that pairing is required before you can send any other command. For on/off you should use remote control simulation commands.