Hi everyone,
I migrated vom OH2.5 to OH3 via openHABian - and so far most of the things work fine.
But I discovered these lines in the logs:
2020-12-23 17:12:59.430 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on 'exec1' does not exist - ignoring it.
2020-12-23 17:12:59.438 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on 'http1' does not exist - ignoring it.
2020-12-23 17:12:59.461 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on 'serial1' does not exist - ignoring it.
2020-12-23 17:12:59.634 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on 'restdocs' does not exist - ignoring it.
2020-12-23 17:12:59.644 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on 'paper' does not exist - ignoring it.
In OH2, these bindings were activated by an entry in the addons.cfg file in this line:
binding = mqtt,exec,exec1,harmonyhub,netatmo,network,ntp,serial1,systeminfo,daikin,openweathermap,http1,unifi
But now my addons.cfg is empty (except a “package=standard”) - and I ask myself, where the information comes from to install these OH1-bindings. Where can I change this?
I already checked /var/lib/openhab/config/org/openhab/addons.config, but these bindings are not listed there…
Thanks,
Boby