Hi there,
I’ve got a strange problem - somehow the buttons in my habpanel are not working anymore.
I went to the paper UI and discovered that the “Control” page is empty.
When I open the things page in configuration it says “no things configured yet”
What happened here?
Is this a problem with writing to the SD Card? I could only find one out of memory error in the log
The weird thing is that I’m still seeing this in the log:
2018-02-05 19:26:37.559 [vent.ItemStateChangedEvent] - EGWZTVPowerswitch_2_Power changed from NULL to 23.67
So it seems the items did not really disappear?
I’ve checked the jsondb folder, this is the content:
-rw-r–r-- 1 openhab openhab 2 Jan 13 18:40 org.eclipse.smarthome.core.thing.link.ItemThingLink.json
-rw-r–r-- 1 openhab openhab 2 Feb 5 19:40 org.eclipse.smarthome.core.thing.Thing.json
-rw-r–r-- 1 openhab openhab 21989 Feb 5 19:40 org.eclipse.smarthome.core.items.Item.json
-rw-r–r-- 1 openhab openhab 73801 Feb 5 19:40 org.eclipse.smarthome.core.thing.link.ItemChannelLink.json
-rw-r–r-- 1 openhab openhab 222724 Feb 5 19:40 org.eclipse.smarthome.config.discovery.DiscoveryResult.json
As you can see ItemThingLink and Thing.json are empty - is that the cause?
Can I just copy over the latest non empty file from the backup dir?
Can I somehow recreate them or import a json storage backup?
Please help