-
-
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
openHAB add-ons are not shown as installed anymore #3025
Comments
Interesting. I don't see that. In the |
It looks like the problem is only present after an upgrade - probably related to clearing the cache. After the afore mentioned workaround the listing is correct. After an upgrade the feature is listed as
But as you can see the feature has a different version than the bundle. |
Then there are two questions:
It's easy to explain why it is working after you installed another add-on: Then the configuration changes, and the On initial startup this seems to be not working properly. Could it be that the feature is still listed as installed and therefore the |
I have had the same issue after each 3.3 milestone upgrade (as well as final version), where I uninstalled a random binding and installed it again, after which all bindings started working again. I was assuming something was wrong with my setup since I didn't see anyone mention this. Unfortunately my logs from last upgrade are lost now, but I remember seeing some error with a list of bundles mentioned in the logs during the upgrade. |
I just upgraded to latest snapshot and saw the same effect. At next restart using remote debugging all add-ons were properly installed. Do you see the same? An additional restart solves the issue? Otherwise it might be timing related. |
@J-N-K - I just now missed the chance to verify if a reboot would have solved it. :-/ But it happened again with 3.4M1, and this time I got the log message: |
I believe this will be solved by #3049. |
Beside openHAB add-ons I am using a third-party JSON add-on provider. After a restart of my system all openHAB add-ons are not listed as installed anymore - all things are working properly - whereas all the third-party add-ons are listed correctly.
Extract of REST API response of endpoint
addons/<ADDONID>
looks like thisAfter removal of an openHAB add-on e.g. via REST API or console and reinstallation the state of all add-ons is shown correctly again.
The text was updated successfully, but these errors were encountered: