Error while loading components of bundle org.openhab.io.hueemulation

There is a solution now. Thanks to @Celaeno1 in this post OpenHab Cloud Binding Crashes on Startup - #7 by Celaeno1 and to this topic [SOLVED] No opencloud when upgrading from 2.4 to 2.5M4 - #16 by Celaeno1

I have successfully tested the solution a couple of minutes ago:

In the folowing folder /var/lib/openhab2/config/org/openhab/ there is a config file hueemulation.config

In my case the first line in this config file was:
:org.apache.felix.configadmin.revision:=“8.0”

I changed it to:
:org.apache.felix.configadmin.revision:=L"8"

Thanks a lot to @Celaeno1

1 Like