Xbox One control via OH

Hello,

i am new to Alexa and use it first time for the control of my xbox.

I connected my Xbox One X (Xbox Skill) successfully to Alexa an can control it with my voice without problems:

  • Switch it on
  • Switch it off
  • Start Netflix
  • Start Games

But in a rule with Openhab i can just start the routines to switch on or to switch off - because these are the only routines i could create in the Alexa-app. There i couldnt find any more commands than on/off.
Even separate routines for starting Netflix an so on are not avaible, i can start it with my voice and the app, but when i send the spoken command with openhab, i get the warning “routine … not found” in the logs an nothing happens.

This is the rule i use, any ideas how to fix this?

String Echo_Virtual_StartRoutine            "Start Routine"                         {channel="amazonechocontrol:echo:account1:echo1:startRoutine"}
rule "Xbox_Netflix"
when
	Item Scenes_Xbox received command "NETFLIX"
then
    Echo_Virtual_StartRoutine.sendCommand("sag Xbox netflix starten")
    createTimer(now.plusSeconds(1)) [ Echo_Virtual_StartRoutine.postUpdate(NULL) ]
end

Also the Echo thing i created at openhab (thing is online) is not shown as an device in the Alexa app:

Thanks, Alex