smarthomej / addons

SmartHome/J addons for openHAB
Eclipse Public License 2.0
59 stars 23 forks source link

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

Closed J-N-K closed 1 year ago

J-N-K commented 1 year ago

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