-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Item channel links not properly initialized #1596
Comments
wborn
added a commit
to wborn/openhab-core
that referenced
this issue
Sep 10, 2020
Fixes openhab#1596 Signed-off-by: Wouter Born <github@maindrain.net>
wborn
added a commit
to wborn/openhab-core
that referenced
this issue
Sep 10, 2020
Fixes openhab#1596 Signed-off-by: Wouter Born <github@maindrain.net>
wborn
added a commit
to wborn/openhab-core
that referenced
this issue
Sep 15, 2020
Fixes openhab#1596 Signed-off-by: Wouter Born <github@maindrain.net>
wborn
added a commit
to wborn/openhab-core
that referenced
this issue
Sep 19, 2020
Fixes openhab#1596 Signed-off-by: Wouter Born <github@maindrain.net>
wborn
added a commit
to wborn/openhab-core
that referenced
this issue
Sep 19, 2020
Fixes openhab#1596 Signed-off-by: Wouter Born <github@maindrain.net>
7 tasks
wborn
added a commit
to wborn/openhab-addons
that referenced
this issue
Sep 23, 2020
With these changes and working channelLink events (openhab/openhab-core#1596) the feed itest works again. Signed-off-by: Wouter Born <github@maindrain.net>
kaikreuzer
pushed a commit
that referenced
this issue
Sep 24, 2020
* Fix item channel links not properly initialized * Add ChannelLinkNotifierOSGiTest * Send at most one channelLinked event per linked thing channel when activating ChannelLinkNotifier * Send channelUnlinked event only if all items are unlinked * Use Registry stream instead of getAll Fixes #1596 Signed-off-by: Wouter Born <github@maindrain.net>
splatch
pushed a commit
to ConnectorIO/copybara-hab-core
that referenced
this issue
Jul 11, 2023
* Fix item channel links not properly initialized * Add ChannelLinkNotifierOSGiTest * Send at most one channelLinked event per linked thing channel when activating ChannelLinkNotifier * Send channelUnlinked event only if all items are unlinked * Use Registry stream instead of getAll Fixes openhab#1596 Signed-off-by: Wouter Born <github@maindrain.net> GitOrigin-RevId: 2dd1a03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A regression was introduced by #1385 causing ThingHandlers not to receive channel link/unlink events. As a result items do not always get proper state.
It's reproducible by installing the Astro Binding. Creating a Sun Thing then add some items to the model using the UI. If you then check the items in the UI or run
items list
the state remains null. As workaround you can restart the binding bundle resulting in the items getting proper state.The text was updated successfully, but these errors were encountered: