-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[homematic] gateway extras don't work when a custom id is used #10114
Comments
Yes, the only valid value currently is "GWE0000000". Because this is a "virtual device" and the binding uses this id to identify the device. Unfortunately, the documentation does not explicitly point this out. Unfortunately, changing this is quite time-consuming. |
@MHerbst Thanks for looking into it. I've encountered similar issues with several bindings now. Seems like custom IDs are quite often problematic so I'm back to using the mostly cryptic autogenerated IDs again.. So what can we do about that?
I guess we'll stick with 3 then for the time being? I can create a PR against docs if you want. |
@eikowagenknecht I agree. For the time being it's best to simply document it. If I find the time, I would like to do some greater refactorings in the binding. Then I would also try to change this.
That would be great |
Allright, it's done :-) |
Fixes #10114 Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Fixes openhab#10114 Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Fixes openhab#10114 Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de> Signed-off-by: John Marshall <john.marshall.au@gmail.com>
Fixes openhab#10114 Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Fixes openhab/openhab-addons#10114 Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Expected Behavior
With OH3 I've started using custom IDs for things (added with the MainUI). The given ID should be used.
Current Behavior
When I do so for the GATEWAY-EXTRAS Thing:
it results in:
It seems that the only valid value is "GWE00000000". Every other value I tried gives the above error message.
This makes it de facto impossible to use a custom ID when only one name is allowed ;-)
Steps to Reproduce (for Bugs)
See above.
Context
I want to use custom IDs for easier reading of my configuration files.
Your Environment
OH 3.0.1
The text was updated successfully, but these errors were encountered: