1.0.4 • Published 2 years ago

homebridge-smartglass v1.0.4

Weekly downloads
213
License
MIT
Repository
github
Last release
2 years ago

Homebridge-Smartglass

Homebridge-Smartglass

verified-by-homebridge Build and Lint npm npm

This is a plugin for Homebridge that allows you to control your xbox console. The following features are supported:

  • Turn on and off
  • Show current active app using input sources
  • Allows you to launch apps and games using the input switcher *
  • Control volume on the Xbox Series *
  • Remote control using the native IOS remote

* Requires to be logged in and have the console configured using the Xbox API.

Requirements:

  • NodeJS >= 10.x
  • Homebridge >= 1.3.0

Installation instructions

Install the plugin:

npm install -g homebridge-smartglass

Config UI X / HOOBS instructions

  1. Search for the plugin using smartglass
  2. Install plugin and configure using the UI.

Setting up the Xbox

The plugin needs to be allowed to connect to your Xbox. To allow this make sure you set the setting to allow anonymous connections in Settings -> Devices -> Connections on the Xbox.

Your xbox also needs to be in instant-on mode.

Finding the liveid of your console

Go to settings -> Console info and the liveid is displayed right there.

Xbox Console LiveID

Authenticate with the Xbox API

When you authenticate with the Xbox api using your account, you can enable the api function to switch apps and have an improved poweron and poweroff functions. After reloading homebridge, homebridge-smartglass will show instructions in the console on how to authenticate with the Xbox API. You can authenticatie via the following steps:

  • Check the log output for an link that homebridge-smartglass provides on startup
  • Authenticate with Homebridge-Smartglass to allow the application to authenticate with the Xbox API's
  • After authenticaing you will get redirected. After the redirect copy the part after ?code= from the url
  • Add a new entry below "liveid: "<liveid>", with: "apiToken": "<code>", and restart homebridge
  • Check the logs after the restart. The console will tell you if the authentication was successful or not

Reload homebridge and you are done.

Homebridge configuration

Configure the Platform in your Homebridge config like below. Replace the ip address and liveid.

"platforms": [
  {
    "platform": "Smartglass",
    // "apiToken": "<token>", // Only add this when you have to set the token. 
    "devices": [
      {
        "name": "Xbox Series S",
        "ipaddress": "192.168.2.9",
        "liveid": "F400000000000000",
        "inputs": [
          {
            "name": "Twitch",
            "aum_id": "TwitchInteractive.TwitchApp_7kd9w9e3c5jra!Twitch",
            "title_id": "442736763"
          },
          {
            "name": "Spotify",
            "aum_id": "SpotifyAB.SpotifyMusic-forXbox_zpdnekdrzrea0!App",
            "title_id": "1693425033"
          },
          {
            "name": "Youtube",
            "aum_id": "GoogleInc.YouTube_yfg5n0ztvskxp!App",
            "title_id": "122001257"
          },
          {
            "name": "Destiny 2",
            "aum_id": "Bungie.Destiny2basegame_8xb1a0vv8ay84!tiger.ReleaseFinal",
            "title_id": "144389848"
          }
        ]
      }
    ]
  }
]
KeyExplanation
nameThe name of the accesory to appear in Homekit
liveidThis needs to contain your Xbox live id. You can get this live id in the console settings.
ipaddressThis needs to contain your xbox console ip. Best is to set a static ip on the console.
inputsThis part is optional. You can define extra apps here to show them in Homekit and you can launch then when you supply a title_id

Optional options

The plugin supports optional options for configuring the plugin.

KeyExplanation
apiToken(Optional) After authenticating with the Xbox login url you need to paste in the token you get after the redirect in the url (?code=<code>)
clientId(Optional) Provide an Azure AD clientId to use your own tenant for authentication
clientSecret(Optional) Provide an Azure AD clientSecret related to the clientId to use your own tenant for authentication. Depends on app configuration if needed.

How can i find the aum_id and title_id?

There are 2 ways: You can get the data from the homebridge logs when you are authenticated with the xbox live api or you can try to find if the app or game is listed in a community user GitHub repository which can be found here: https://github.com/PewDieMelon/app-list-for-homebridge-smartglass

The Readme of the above listed repository also shows you how to get the aum_id and title_id via the console itself (In case you cannot check the homebridge log)

Known issues

  • TV Controls can stop working after some usage. The client will reconnect when this happens.
1.0.4

2 years ago

1.0.4-beta1

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.1-beta.6

3 years ago

1.0.1-beta.5

3 years ago

1.0.1-beta.4

3 years ago

1.0.1-beta.3

3 years ago

1.0.1-beta.2

3 years ago

1.0.1-beta.1

3 years ago

1.0.1-beta.0

3 years ago

0.16.2

3 years ago

0.16.0

3 years ago

0.16.1

3 years ago

0.15.0

3 years ago

0.15.1

3 years ago

0.15.2

3 years ago

0.13.5

4 years ago

0.13.4

4 years ago

0.13.3

5 years ago

0.13.2

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.3

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago