So just to be clear you did a UDP broadcast to 2304 to power on the set? Maybe I'll just bring out the port into the module, that seems odd for WOL.
toggle quoted message
Show quoted text
--- In Crestron@..., "stl_programmer" <bendossip@...> wrote:
Craig,
I was using the Panasonic Viera iPhone app when I captured the packets using wireshark and the only one I was interested that I did not already have was the command for the #/-/space bar. Although, if I remember correctly Matt's module did not have the command for the OK/Select button. I figured out by guessing that the command for that is NRC_ENTER-ONOFF. Unfortunately, I did not capture the request for a web page that is pushed to the VT50. I'm not even sure I recall seeing a way to do that from the iPhone app.
In response to Matt, yes I did figure out how to turn the TV on as well. I had to turn the Wake On Lan setting to On in the TV and then send the Wake on Lan command, which consists of \xFF 6 times and then the MAC address of the TV 16 times. I send the command to a broadcast address of 255.255.255.255 and to port 2304. I'm not sure the port really matters, but that is the port that some freeware software that I downloaded used to send the Wake On Lan command and it appeared to work.
I program AMX and Crestron, but I did all of this using an AMX control system.
Ben
--- In Crestron@..., "matt_rasmussen_2000" <mjrtoo@> wrote:
Have you figured out how to turn the tv on?
--- In Crestron@..., "stl_programmer" <bendossip@> wrote:
Matt,
I posted a question recently regarding what the command was for the # key for the Panasonic VT50. Anyway, I was able to capture the command using Wireshark. The command is NRC_PROG-ONOFF. I thought I would let you know to see if you wanted to add it to your module. Your module was a big help to me in writing a program to control my parents VT50.
Thanks!
--- In Crestron@..., "matt_rasmussen_2000" <mjrtoo@> wrote:
Have you opened the module? That's all I could find using the iPad application for control of the television(s) using POST.
I am using it in my own system right now, and if you wanted to send some snippets I would be happy to try them for you.
--- In Crestron@..., "c_clebe" <cc@> wrote:
Thanks for that, it's just that Matt and Peter have already captured some traffic on their systems with wireshark and I hoped they may have either tried the web page push action or if they are still set up, could try it now.
--- In Crestron@..., Andy Maxey <amaxey@> wrote:
This may be what you are looking for...
For OSX
and this for Windows
On 12/31/12 7:41 AM, c_clebe wrote:
Hi Matt,
I know this is a bit old and you may have moved on to the next thing
to play with but just on the off chance - I would like to see what is
sent from the iPad app to a panasonic XT50 series plasma when a web
page is pushed to the TV so that I can try to replicate it in php.
Thanks, Craig