-
Notifications
You must be signed in to change notification settings - Fork 103
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
plugin: Alexa4P3 some item attributes not defined #592
Comments
I can't find any hint, that the attributes |
I'm still using the alexa_alias. It's working for me. The alexa_alias I can see it working in the Web Interface, but it isn't in the documentation anymore. |
I am getting similar errors for some of my self-made plugins when shNG is firing up. Since years, those plugins have device-specific attributes defined in the corresponding items.yaml (one example are the 'e0'..'e10' definitions here, which are producing 11 lines of error messages on every startup now). I learned from a discussion with the developers that this behavior is on purpose due to planned, yet not implemented shNG features, and that the errors would disappear in the newer shNG versions (which i don't run, also on purpose) after renaming the attributes at all possible appearances from original_attribute_name to my_original_attribute_name. As everything else is working fine, and the error is not an error, I decided to simply ignore this and to live with the ~30 error lines during shNG startup. I recommended the same to the several plugin users who contacted me why these errors appeared in their log files suddenly out of a nowhere. /tom |
@Andrek01 Could you look into it? |
I will take care about that, but it will take some time. The next two weekends are completly booked, so it will last till end of the month. best regards |
No problem, I just mentioned you, because I thought you were not aware of this issue in the plugins repository. Now, since you accepted the invitation, I can assign new issues to you, if they are in relation to your plugins. 😄 |
I'm getting the warning "Attribute is undefined" from "lib.metadata" because the item attributes alexa_alias, alexa_range_delta and alexa_color_temp_delta are not defined in plugin.yaml.
The text was updated successfully, but these errors were encountered: