Hi,
OH3.2.0
My general understanding is, that for group items Alexa will only discover one device per group.
Since 2 or 3 weeks (not 100% sure if this happened at the same time when the new skill was released) in addition to my TV group item Alexa also shows all the individual group members as additional devices.
The TV group itself is continuing to work as expected and I have disabled the additional items in the Alexa app, therefore I do not have any issues with this situation. But as I was not sure if this is by design or not, or maybe will create additional issues in future, I thought its worth to report this behavior.
I have already removed the group device and individual devices & rediscovered, but behavior did not changed.
Here is my item definition (I have removed the options from the channel & application items to shorten it):
{
"members": [
{
"link": "https://XXX/rest/items/EGWohnzimmerFernseher_Mute",
"state": "OFF",
"metadata": {
"alexa": {
"value": "Television.MuteState"
}
},
"type": "Switch",
"name": "EGWohnzimmerFernseher_Mute",
"label": "Fernseher Stumm",
"category": "SoundVolume",
"tags": [
"Switch"
],
"groupNames": [
"EGWohnzimmerFernseher"
]
},
{
"link": "https://XXX/rest/items/EGWohnzimmerFernseher_Volume",
"state": "19",
"stateDescription": {
"minimum": 0,
"maximum": 100,
"pattern": "%.0f",
"readOnly": false,
"options": []
},
"metadata": {
"alexa": {
"value": "Television.VolumeLevel"
}
},
"type": "Dimmer",
"name": "EGWohnzimmerFernseher_Volume",
"label": "Fernseher Lautstärke",
"category": "SoundVolume",
"tags": [
"Switch",
"SoundVolume"
],
"groupNames": [
"EGWohnzimmerFernseher"
]
},
{
"link": "https://XXX/rest/items/EGWohnzimmerFernseher_MediaControl",
"state": "PLAY",
"metadata": {
"alexa": {
"value": "Television.Playback"
}
},
"type": "Player",
"name": "EGWohnzimmerFernseher_MediaControl",
"label": "Fernseher Media Control",
"category": "MediaControl",
"tags": [
"Control"
],
"groupNames": [
"EGWohnzimmerFernseher"
]
},
{
"link": "https://XXX/rest/items/EGWohnzimmerFernseher_Power",
"state": "OFF",
"metadata": {
"alexa": {
"value": "Television.PowerState"
}
},
"type": "Switch",
"name": "EGWohnzimmerFernseher_Power",
"label": "Fernseher An / Aus",
"category": "switch",
"tags": [
"Switch",
"Power"
],
"groupNames": [
"EGWohnzimmerFernseher"
]
},
{
"link": "https://XXX/rest/items/EGWohnzimmerFernseher_Channel",
"state": "7_88_3_0_1089_12003_1",
"stateDescription": {
"pattern": "%s",
"readOnly": false,
},
"metadata": {
"alexa": {
"value": "Television.Channel"
}
},
"type": "String",
"name": "EGWohnzimmerFernseher_Channel",
"label": "Fernseher Sender",
"category": "",
"tags": [
"Switch"
],
"groupNames": [
"EGWohnzimmerFernseher"
]
},
{
"link": "https://XXX/rest/items/EGWohnzimmerFernseher_Application",
"state": "UNDEF",
"stateDescription": {
"pattern": "%s",
"readOnly": false,
},
"metadata": {
"alexa": {
"value": "Television.Input"
}
},
"type": "String",
"name": "EGWohnzimmerFernseher_Application",
"label": "EG Wohnzimmer Fernseher Input",
"category": "",
"tags": [
"Point"
],
"groupNames": [
"EGWohnzimmerFernseher"
]
}
],
"link": "https://XXX/rest/items/EGWohnzimmerFernseher",
"state": "NULL",
"metadata": {
"alexa": {
"value": "Television"
}
},
"editable": true,
"type": "Group",
"name": "EGWohnzimmerFernseher",
"label": "Fernseher",
"category": "",
"tags": [
"Television"
],
"groupNames": [
"Wohnzimmer"
]
}