XBoxOne Integration with SmartThings

I started on a solution that doesn’t require IR blasting. The Xbox One gets powered on via a special socket packet constructed from the Xbox’s Live Device ID. There are several examples out there on how to do that. I based mine off of xbox-on available on npm.

So right now my device just pings a simple node server (running on a Raspberry Pi) which makes the socket request to the Xbox (given the limitations on ST’s ability to use sockets). I’m investigating whether I can use the solution described here for sending the packet directly from ST without needing the node server as a bridge:

1 Like