@stevchik wrote:
Looking for assistance to use Xbone One component to power on/off XBox One device.
Here is what I have done so far:
- Install XBone One component from https://github.com/ericleb010/hassio-addons
- Used http://hassio.local:5557/auth/login to authenticate
- Used http://hassio.local:5557/device to get device id
- Added Configuration for xbox one component in configurator.yaml:
media_player: - platform: xboxone device: 'XXXXXXXXXXX' (used real device id here) name: 'Family Room Xbox One'
- Restarted Hass.IO
- Checked logs to make sure connection is successful:
127.0.0.1 - - [2020-01-24 20:58:31] "GET /device/XXXXXXXXXXXXXXXX/media_status HTTP/1.1" 200 145 0.002098 [2020-01-24 20:58:31,951] DEBUG in protocol: Received DiscoverResponse from 192.168.1.30
- I can power XBox on and off using Media Player UI controller.
I am running into issues setting up automation to power XBox on/off :
Can not power xbox off using media_player.turn_off service. Is this correct service to use to power it off? Should I used another service?
If xbox is not on, I can not use media_player.turn_on service to power it back on. Again, is there a different service I should use?
Any ideas are appreciated!
Thank you
Posts: 1
Participants: 1