Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/securingsincity/google-home-xbox


https://github.com/securingsincity/google-home-xbox

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Google Home Xbox Power

Turn on and off your Xbox One from The Google Home. Requires Nodejs and Python

### Getting your Xbox One's IP address

On your Xbox, go to Settings > Network > Network Settings > Advanced Settings

### Getting your Live ID

On your Xbox, go to Settings > System > Console info & updates and look under "Xbox Live device ID"

## HTTP Server

```
export XBOX_DEVICE_ID=
export XBOX_IP=
export XBOX_USERNAME=
export XBOX_PASSWORD=
pip install
npm start
```