Hass.io Add-on: Xbox One

I can’t even add the repository… Waiting for an update before I try to troubleshoot this.

This add-on is amazing; great work!

Only thing that sucks is if you have multiple xboxes you will be auto logged in on startup on both.

This can cause a fight between you and your wife when she goes to play her game and kicks you off because you “signed into another xbox”.

Set anonymous: true in your config.

When I try media_player.play_media I get failed, is that not supported?

Is this still possible?

I’ve tried everything based on your example to launch spotify:
appx:SpotifyAB.SpotifyMusic-forXbox_zpdnekdrzrea0!App
and
/launch/ms-xbl-64EF9D89 (based on title id of 1693425033)

Xbox just sits there, doing nothing

@crankin No, unfortunately it is not currently possible to launch a title from this plugin, nor from the official Microsoft Xbox apps, e.g. for iOS or Windows 10. Can follow a Github issue tracking the same here: https://github.com/OpenXbox/xbox-smartglass-csharp/issues/52#issuecomment-479137025

Hi All,
After learning about XBox One Controller, tried installed on Hassio 0.91. When I add URL (https://github.com/hunterjm/hassio-addons) for Add-On, I see only an option for TensorFlow.

Can you advise?
Thank you in advance, and also for your contribution.
~Bryan

Kit: rPI-3b, hassio v0.91, HassOS 2.8, production
@hunterjm

Looks like that will be fixed if this PR is merged.

Merged now.

1 Like

Great. It’s available now in the add-on store again :+1:

Installation error. What am I doing wrong?

19-04-07 07:33:23 INFO (MainThread) [hassio.addons.addon] Create Home Assistant add-on data folder /data/addons/data/0d319786_xboxone 19-04-07 07:33:23 INFO (SyncWorker_16) [hassio.docker.interface] Pull image hunterjm/hassio-armv7-xboxone tag 2.0.0. 19-04-07 07:33:25 ERROR (SyncWorker_16) [hassio.docker.interface] Can't install hunterjm/hassio-armv7-xboxone:2.0.0 -> 404 Client Error: Not Found ("pull access denied for hunterjm/hassio-armv7-xboxone, repository does not exist or may require 'docker login'").

I’m getting the same error as others here. Any help?

/run.sh: line 14: 14 Segmentation fault (core dumped) xbox-rest-server

Hi, unfortunately no.
I was just going to ask @hunterjm.
Does the package work on raspberry Pi?

~Bryan

Hey Hunter, I LOVE your add-on. I am trying to get the media_player.select_source working
I have tried a few different methods by making a test script and I cannot get it to work. I know the app has to be a pinned app and these are. I’m not sure what I’m doing wrong. Is there a wiki or a list of configuration examples?

Thank you so much! :grin::grin::grin::grin::grin:

xboxnetflix:
  sequence:
  - service: media_player.select_source
    data:
      entity_id: media_player.xbox_one
      source: 'Netflix'
xboxhbonow:
  sequence:
  - service: media_player.select_source
    data:
      entity_id: media_player.xbox_one
      source: 'hbonow'
xboxyoutube:
  sequence:
  - service: media_player.select_source
    data:
      entity_id: media_player.xbox_one
      source: youtube

These are the sources HA shows as my options:
source_list: Home,TV,Netflix,Hulu,Prime Video,HBO NOW,YouTube,Comedy Central,EPIX Entertainment LLC,Idlescreen

I also can’t get it to switch from the Media player card on the overview page

@GsynthChris unfortunately the source_select functionality relies on the Xbox Smartglass API for launching an Xbox title, which has been broken by Microsoft for many weeks. (You also cannot use “Play on Xbox” links from the official SmartGlass apps from Microsoft right now.)

One Github issue that you can follow for updates is here: https://github.com/OpenXbox/xbox-smartglass-csharp/issues/52

1 Like

Can’t install the Addon, any Idea?

Log just shows

2019-04-23 15:54:51 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/0d319786_xboxone/install to 192.168.1.235 (auth: True)
2019-04-23 15:54:53 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/0d319786_xboxone/info to 192.168.1.235 (auth: True)

I have exact same issue as described by lordfiSh, see my comment on 23 of March. Reinstalled home assistant on a new rpi but no luck.

same issue here, flashes red

Did you ever figure this out? same issue here

Since I did the upgrade to hassio 0.92, I received this message in the XBOX addon:

WARNING in consolewrap: Failed to import NanoManager (depends on xbox-smartglass-nano). /nano endpoint will not work!

It cannot load the xbox media player component anymore:

image