openhab / org.openhab.binding.zwave

openHAB binding for Z-Wave
Eclipse Public License 2.0
170 stars 202 forks source link

Fix Attempting to add listener when controller is null #1202 #1881

Closed lsiepel closed 11 months ago

lsiepel commented 11 months ago

Fixes #1202

Looks like the handler is not yet fully initialized and logs this message. As the binding works as expected, changing the log level from info to debug is better.

kaikreuzer commented 6 months ago

@cdjackson Please always remember to add a label and set the milestone when merging - otherwise PRs like this will not appear in the release notes. Thanks!