Since I did upgrade to the newest OH version via sudo apt-get upgrad yesterday, I’m not able to login to the webpage. When I try to click on the lock symbol (bottom/left) nothing happens, the login webpage does not appear. After a while the webpage tries to load and load but does not show
The last thing I did yesterday, I made a configuration change to an ipcamera which shoudl refresh every 10 ms. This camera should show a picture in the OH overview webpage.
putty and command shell are working fine.
Is it possible that I can remove this thing configuration of the camera direct via command shell?
If this is not working, can I repair Openhab UI in a way to not loose my configuration?
Do you mean 10 miliseconds? That would keep the web service quite busy…
Disclaimer: I run OH completely from configuration files, so double check these files contain the right information.
Assuming you have no backup from before the upgrade (which would be the easiest way out), you can manually restore the previous IP-camera configuration from the JSON ‘database’ backups.
The JSON files are located in $OPENHAB/userdata/jsondb and there is also a backup subdirectory that holds backup versions of the files. You can copy the latest ...--org.openhab.core.items.Item.json file from before the change to replace the org.openhab.core.items.Item.json file, assuming your changes where made in the Item configuration.
WARNING:
Make sure you do this while OpenHAB is not running!
Make a copy of the existing org.openhab.core.items.Item.json file before replacing it.