HABpanel blackscreen after restart (SOLVED)

Finally found out the problem:

  • Deleted the whole file “C:\Openhab2\userdata\etc\org.openhab.habpanel.cfg"

  • Changed this file C:\Openhab2\userdata\config\org\openhab\habpanel.config from this:

felix.fileinstall.filename="file:/C:/Openhab2/userdata/etc/org.openhab.habpanel.cfg"
initialPanelConfig="Koti"
lockEditing=B"false"
panelsRegistry="{(....MY PANEL SETTINGs.....)}
service.pid="org.openhab.habpanel"

To look like this:

initialPanelConfig="Koti"
lockEditing=B"false"
org.apache.karaf.features.configKey="org.openhab.habpanel"
panelsRegistry="{(....MY PANEL SETTINGs.....)}
service.pid="org.openhab.habpanel"

And so it started to work.

So the main problem was “C:\Openhab2\userdata\etc\org.openhab.habpanel.cfg " and the references to it in the “habpanel.config”-file.

Hope this helps if someone has the same problem! :smile:

2 Likes