Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MainUI] Alexa metadata: unable to add Group Endpoint metadata values to group items #511

Closed
GiviMAD opened this issue Nov 5, 2020 · 3 comments
Labels
bug Something isn't working main ui Main UI

Comments

@GiviMAD
Copy link
Member

GiviMAD commented Nov 5, 2020

Hi, I'm trying the Alexa skill with openHAB 3 snapshot version.
I'm not able to set the correct metadata parameters in items of type "group" like for example "Endpoint.Thermostat" which if I understand everything correctly is required to expose some complex items to Alexa (documented in this section https://www.openhab.org/docs/ecosystem/alexa/#group-endpoint).
I did a quick review of the code and it seems like the ui do not include the Endpoint.* metadata options.
I will say this is a bug but maybe I'm missing something.
Thanks for the help!

@GiviMAD GiviMAD changed the title [Alexa Metadata] Unable to add Group Endpoint metadata values [MainUI] Alexa metadata: unable to add Group Endpoint metadata values to group items Nov 5, 2020
@ghys
Copy link
Member

ghys commented Nov 11, 2020

I'm not keeping current on these metadata namespaces.
When there are changes, the maintainers are encouraged to submit a PR for the UI to follow.

@ghys ghys added bug Something isn't working main ui Main UI labels Nov 11, 2020
@mufflastig
Copy link

I stumbled upon the same problem. I did not expect this, since the group endpoints have been around since the release of the Alexa Skill V3 in 2019. Manually changing the alexa value of an equipment to e.g. "Thermostat" via the code tab in the UI works, but afterwards breaks the config tab (it is empty, the value is not even displayed).

Who would be the right person to make these changes? @digitaldan can you help? An easy fix would be to add all endpoints as selectable values but a far better option would be to only enable these for actual group items.

@ghys
Copy link
Member

ghys commented Jan 8, 2021

Fixed with #767.

@ghys ghys closed this as completed Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working main ui Main UI
Projects
None yet
Development

No branches or pull requests

3 participants