I am using the Denon integration and my amp refuses to add to Alexa as a smart home device. I used the smart home schema validator and the schema for my devices validates. I can’t figure out why Alexa won’t recognize my amp, while it does recognize my projector. Any ideas on how to debug this? How can I get errors from Amazon as to why it does not like my new device?
{
"displayCategories": [
"TV"
],
"cookie": {},
"endpointId": "media_player#home_theater",
"friendlyName": "Home Theater",
"description": "media_player.home_theater via Home Assistant",
"manufacturerName": "Home Assistant",
"additionalAttributes": {
"manufacturer": "Home Assistant",
"model": "media_player",
"softwareVersion": "2021.1.4",
"customIdentifier": "-media_player.home_theater"
},
"capabilities": [
{
"type": "AlexaInterface",
"interface": "Alexa.PowerController",
"version": "3",
"properties": {
"supported": [
{
"name": "powerState"
}
],
"proactivelyReported": true,
"retrievable": true
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.Speaker",
"version": "3",
"properties": {
"supported": [
{
"name": "volume"
},
{
"name": "muted"
}
],
"proactivelyReported": true,
"retrievable": true
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.InputController",
"version": "3",
"inputs": [
{
"name": "AUX 1"
},
{
"name": "AUX 2"
},
{
"name": "BLURAY"
},
{
"name": "CD"
},
{
"name": "DVD"
},
{
"name": "PHONO"
},
{
"name": "TUNER"
}
]
},
{
"type": "AlexaInterface",
"interface": "Alexa.EqualizerController",
"version": "3",
"properties": {
"supported": [
{
"name": "mode"
}
],
"proactivelyReported": false,
"retrievable": false
},
"configurations": {
"modes": {
"supported": [
{
"name": "MUSIC"
},
{
"name": "MOVIE"
}
]
}
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.EndpointHealth",
"version": "3",
"properties": {
"supported": [
{
"name": "connectivity"
}
],
"proactivelyReported": true,
"retrievable": true
}
},
{
"type": "AlexaInterface",
"interface": "Alexa",
"version": "3"
}
]
},
{
"displayCategories": [
"TV"
],
"cookie": {},
"endpointId": "media_player#epson_projector",
"friendlyName": "EPSON Projector",
"description": "media_player.epson_projector via Home Assistant",
"manufacturerName": "Home Assistant",
"additionalAttributes": {
"manufacturer": "Home Assistant",
"model": "media_player",
"softwareVersion": "2021.1.4",
"customIdentifier": "-media_player.epson_projector"
},
"capabilities": [
{
"type": "AlexaInterface",
"interface": "Alexa.PowerController",
"version": "3",
"properties": {
"supported": [
{
"name": "powerState"
}
],
"proactivelyReported": true,
"retrievable": true
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.StepSpeaker",
"version": "3"
},
{
"type": "AlexaInterface",
"interface": "Alexa.PlaybackController",
"version": "3",
"supportedOperations": [
"Next",
"Previous"
]
},
{
"type": "AlexaInterface",
"interface": "Alexa.PlaybackStateReporter",
"version": "3",
"properties": {
"supported": [
{
"name": "playbackState"
}
],
"proactivelyReported": true,
"retrievable": true
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.InputController",
"version": "3",
"inputs": [
{
"name": "HDMI 1"
},
{
"name": "HDMI 2"
},
{
"name": "VIDEO 1"
}
]
},
{
"type": "AlexaInterface",
"interface": "Alexa.EndpointHealth",
"version": "3",
"properties": {
"supported": [
{
"name": "connectivity"
}
],
"proactivelyReported": true,
"retrievable": true
}
},
{
"type": "AlexaInterface",
"interface": "Alexa",
"version": "3"
}
]
},