sihui
(SiHui)
November 27, 2020, 8:15am
8
If you have ONE binding installed through addons.cfg you can NOT install bindings through PaperUI.
I think you need to clear cache and tmp files. First remove all bindings and settings from addons.cfg, you should have a default addons.cfg:
# Access Remote Add-on Repository
# Defines whether the remote openHAB add-on repository should be used for browsing and installing add-ons. (default is true)
#
#remote = true
# Some add-on services may provide add-ons where compatibility with the currently running system is not expected.
# Enabling this option will include these entries in the list of available add-ons.
#
#includeIncompatible = false
# The system can automatically suggest add-ons for installation using add-on finders.
# If you don't want add-on suggestions from specific finders, you can disable the respective finders.
# They are enabled by default.
#
#suggestionFinderIp = true
#suggestionFinderMdns = true
#suggestionFinderUpnp = true
# The add-on configuration in the lists below is applied EVERY TIME openHAB is started.
# Add-ons installed using the UI that do not occur in the lists will be uninstalled each startup.
This file has been truncated. show original
Then clear tmp and cache:
Often when one encounters a problem with OH, particularly after an update, OH will refuse to run or certain parts of OH stop working. Some reported errors include:
500 or 404 errors when accessing the UIs
lots of exceptions from Jetty or other core components in openhab.log
OH refuses to start at all
The first step in debugging the problem is to clear the tmp and cache.
Installed OH
If you are running an installed OH (openHABian, installed using apt or yum):
openhab-cli stop
openhab-cl…