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

[knx] Fix things do not initialize after initial bridge creation #436

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

J-N-K
Copy link
Member

@J-N-K J-N-K commented Dec 28, 2022

In some cases child things stayed OFFLINE when the bridged changed to ONLINE because the getClient method returned a NoOpClient. The reason is that the client field in the bridge handler was set after the client has been initialized.

Signed-off-by: Jan N. Klug github@klug.nrw

Signed-off-by: Jan N. Klug <github@klug.nrw>
@J-N-K J-N-K added the bug Something isn't working label Dec 28, 2022
@J-N-K J-N-K changed the title [knx] Fix thing does not initialize [knx] Fix things do not initialize after initial bridge creation Dec 28, 2022
@J-N-K J-N-K added this to the 3.2.16 milestone Dec 28, 2022
@J-N-K J-N-K merged commit 813a171 into smarthomej:3.2.x Dec 28, 2022
@J-N-K J-N-K deleted the knx-bug-init branch December 28, 2022 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant