-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Things disable worked, Things enable does nothing #718
Comments
The "handler missing error" suggests that you've uninstalled the binding after having added the thing. I can also reproduce the issue this way:
I think it would make sense if the framework set the thing to enabled and updated the status to "UNINITIALIZED (HANDLER_MISSING_ERROR)" again. Obviously you can get the thing to initialize properly by installing the binding again. According to the code it does try to register and initialize the Thing again: Lines 1209 to 1235 in 48ce835
|
Comment only - the "UNINITIALIZED (HANDLER_MISSING_ERROR)" status can be produced where there is a Thing hierarchy e.g a Bridge Thing is disabled and related Thing attempts to go online.(without removing binding). |
Signed-off-by: Jerome Luckenbach <[email protected]>
hi.
Just tried out the disable button on the paper-ui-configuration-things section, for a errornous binding (unify). Worked as expected.
2019-03-09 22:15:48.131 [hingStatusInfoChangedEvent] - 'unifi:site:3d20632a' changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to UNINITIALIZED (DISABLED)
Now, clicking the enable button, I receive the little popup "Thing enabled", but "nothing" happens and nothing appears in the log. I expect "something" "anywhere" :D
I could try to change the log:set, but don't know for what org.openhab.thing?
The text was updated successfully, but these errors were encountered: