Arbitrary reset addons.config

After restart openhab or accidentally /var/lib/openhab/config/org/openhab/addons.config reset to strange configuration and update version:

:org.apache.felix.configadmin.revision:=L"25"
binding="knx,http,mqtt,astro,denonmarantz,melcloud,mikrotik,milight,netatmo,ntp,
snmp,telegram,weathercompany,systeminfo"
misc="openhabcloud,homekit"
package="standard"
remote="true"
service.pid="org.openhab.addons"
ui="basic"

within minutes without any human actions:

:org.apache.felix.configadmin.revision:=L"26"
binding="knx,http,mqtt,astro"
misc="openhabcloud"
package="standard"
remote="true"
service.pid="org.openhab.addons"
ui="basic"

This happened after updating from 3.2.0 to 3.3.0. I have already tried clean-cache and start/stop/restart of cause…

Same results with GUI and console addons configuration.

  Operating System: Ubuntu 18.04.6 LTS
            Kernel: Linux 4.9.201-tegra
      Architecture: arm64

You can’t mix addons.cfg and UI installed add-ons. Is that the case in your setup?

1 Like

I have not addons.cfg and use addons.config read only and install addons via UI. Any actions in UI increase version of addons.config. In sample version changed without UI usage.