Steuerbefehle via TCP senden /send control codes via TCP?

Here for general support for E series TVs, request and problem solve area.
Post Reply

Master
Posts: 1
Joined: Sat Jul 28, 2012 12:29 pm

Steuerbefehle via TCP senden /send control codes via TCP?

Post by Master »

Hallo,

ich habe zwar die Liste, m?glicher Befehle gesehen (z.B. key_poweroff) aber ?berall wird nur von Apps, Software einer Programmiersprache geredet.
Ich br?uchte die Befehle aber als reine tcp oder udp Version, z.B. in dem Format "tcp://192.168,1.10:55000/key_poweroff", das so auch im Browser (als Test) funktioniert.
Auch die Anzeige von Textmeldungen sollte ?ber diesen String m?glich sein.

Hintergrund ist die Steuerung von einer Haussteuerung aus. Die kann beliebige Befehle ?ber tcp oder udp senden.
Bei AV Receivern oder Squeezeboxen ist das problemlos m?glich.


Hi,

i saw the list of possible control codes as "key_poweroff" but i need to have simle tcp /udp string without any running PC, software or app.
should be similar: "tcp://192.168,1.10:55000/key_poweroff"

any suggestions?

Oliver
monoschwarz
Posts: 17
Joined: Thu Jul 05, 2012 5:09 pm
Location: Germany

Re: Steuerbefehle via TCP senden /send control codes via TCP

Post by monoschwarz »

hi master if we get SamyGO on the E-Series, we have telnet (still to come this year is still beta)
then you could make it through telnet if your home automation server can
I'm now a little script for my netbook and my box Enigma2 written (with auto login via telnet to the box)
something you can even do it via crontab at a certain time the script is executed
imagine that you would also possibly the enigma2 box pinging and if the ping does not come back off the tv


But the time is not yet close in on the TV, at least I do not know how I need telnet


hi master wenn wir samyGo bekommen auf der E-Serie haben wir telnet (soll dieses Jahr noch kommen ist noch beta)
dann k?nnte man es ?ber telnet machen wenn das deine Haustechnikserver kann
ich habe heute ein kleines script f?r meine enigma2 box und mein netbook geschrieben (mit autologin per telnet auf der box)
so was kann man dann auch per crontab machen das zu einer bestimmten zeit das script ausgef?hrt wird
vorstellbar w?re auch das man evtl die enigma2 box an pingt und wenn der ping nicht zur?ckkommt den tv ausschaltet
hier

aber zur Zeit kommt man noch nicht an den TV ran , zumindest weiss ich noch nicht wie ich brauche Telnet

Code: Select all

pipe()
{
sleep 1
echo "root"                                  # Benutzername
sleep 2
echo ""                                      # Passwort
sleep 2
echo ""
echo "wget -q -O - http://localhost/web/powerstate?newstate=1"				      # Kommando l?st die box in den deepstandby fahren   
sleep 10                                     
echo "exit"                                  # Ausloggen
}
pipe|telnet $ip
You do not have the required permissions to view the files attached to this post.
Sorry for my English but gogole translation is poor

Model UE46ES6340-----Type 46A1AF6E
Firmware: T-mst10pdeuc-2008-----root with sammyGo widget---IPTVx plugin
Pc: Samsung NC10 Ubuntu 10.10 (Linux)
Sat:Atemio Nemisis 3xSat Hdd: 8TB Seagate Archive

Post Reply

Return to “[E] Support”