-
-
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
[guntamatic] Add channel groups #17901
Conversation
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Initial init of binding still takes 120s because of:
I would require support to get #14954 implemented. |
Signed-off-by: Michael Weger <[email protected]>
|
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What alternatives did you consider regarding the channel index prefixes?
...ding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticHandler.java
Outdated
Show resolved
Hide resolved
...ding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticHandler.java
Show resolved
Hide resolved
answer provided in the redundant comment |
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing it quickly, think these are my final comments.
bundles/org.openhab.binding.guntamatic/src/main/resources/OH-INF/update/update.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Michael Weger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
* guntamatic indexed channels Signed-off-by: Michael Weger <[email protected]> Signed-off-by: Ciprian Pascu <[email protected]>
* guntamatic indexed channels Signed-off-by: Michael Weger <[email protected]>
[guntamatic] add channel groups, add index to each channel (for channels sharing same description), use AbstractStorageBasedTypeProvider
Description
This PR implements the following changes:
Not backward compatible.
openhab/openhab-distro#1708