OH2 - Habpanel continously beeing uninstalled

I see in my log:

2018-06-28 16:19:11.324 [INFO ] [panel.internal.HABPanelDashboardTile] - Stopped HABPanel
2018-06-28 16:19:11.796 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled 'openhab-ui-habpanel'

Then a little later:
2018-06-28 16:20:22.006 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel

and:

2018-06-28 16:21:26.514 [INFO ] [panel.internal.HABPanelDashboardTile] - Stopped HABPanel
2018-06-28 16:21:27.080 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled 'openhab-ui-habpanel'

I checked my addons.cfg:

# A comma-separated list of UIs to install (e.g. "basic,paper")
ui = basic,paper,habmin,habpanel

Check your /userdata/config/org/openhab/addons.config if it has different content.
If yes edit it or delete the whole file and restart openHAB, the addons.config will be recreated.

Thanks, I did not even know that these files exist? :slight_smile:

Would it make sense to delete all of them to clean up like deleting the cache after an update?
Because I also have some issues with persistence…

It should not harm the system, but actually this little “bug” has been solved for all *.cfg files if you put an additional line as first line in your file:

pid:org.openhab.addons

More about this can be found here:

Thanks; I’ve put it in the top line of my addons.cfg and will monitor the situation.