In the UK, Sky have updated their iPad app to allow network control of their SkyHD box. Channel changing and PVR functions are implemented.
I’m hoping this means someone can sniff the network traffic and see what commands are sent to the box, so that we can use replicate as a TCP/IP plugin. Anyone up to the challenge…?
Looks like it was only just pushed out and I’m sure somebody will be pretty quick at reverse engineering it for another platform soon. Once they’ve done the hard work, then depending on the protocol its uses, then DirecTV plugin would we a good starting point.
You should make a post on remotecentral and a couple of the other AV forums also, since there’s likely to be more visibility there.
Thanks strangely. I’ll keep an eye on those threads. Looks like the power on function could be missing, that would severly limit the usefulness for home automation purposes.
Just leave it on I think the sky boxes are a bit better designed than the DirecTV ones here in the US, but the DTV boxes draw about the same power in standby as they do as fully on, and it might be a similar story with the Sky boxes.
Using the upnp sniffer (Blog - Mikula Beutl) I can see the commands from the app and how (i think) they are being interpreted my Sky HD box. What’s interestingly is that it seems to bounce around using various source ports it uses; but to show you it can be seen, here are some of things under ‘Packet Information’ i could capture.
Just thought I would dust this post off as there have been a number of developments out there that might enable a code savvy person reading this, to help develop a plugin for Vera that would both control and show ‘now playing’ information etc. on a SkyHD box.
Interesting… I hadn’t seen the js version of this… I’m actually having a play with this at the moment (gives me something to do when sitting around in hotels when travelling for work :()…
I haven’t got this working. I was just interested as I’ve seen some other implementations written in (from memory) Tcl or Python - neither of which I’m particularly conversant with and they looked a lot more complex. The js implementation is quite simple to do the basics, so while it probably can’t be used, it shows how it’s done…
So… From my quick look this morning (I’m at work, so haven’t looked in detail), I think yes, it’s probably not too hard to build a plugin. However, I haven’t used the Lua IP library for anything more than grabbing a web page or some json, and I think this may need http header manipulation… I think this can be done in the Lua lib, but I’ve not done it myself…
I’ve just started looking at this in the past few days - as I said, I’m travelling for work, and with not so much to do in the evenings I spend a bit of time researching the next “fun thing” to play with