Stop Binding Installation

Hi,

I set up a Conbee2 USB Stick and it´s working fine, unfortunately only the gateway is discovered by PaperUI but no (Xiaomi) sensors. So I tried to install the Deconz binding, but now I only get this error in logvoewer:

[ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-deconz': Error:

	Resource mvn:org.openhab.binding/org.openhab.binding.deconz/2.4.0 does not contain a manifest

This message is infinitely repeating, how can I stop it? And how to install the deconz binding? I guees I need it to implement my ZigBee sensors.

If your on OH version 2.4 you may want to update to 2.5M5 or you can wait another week for the stable release of 2.5.

For now you install the binding via jar file. Here’s a link for the 2.5 snapshot https://openhab.jfrog.io/openhab/libs-pullrequest-local/org/openhab/addons/bundles/org.openhab.binding.deconz/2.5.0-SNAPSHOT/

and jar file for 2.4 version here https://openhab.jfrog.io/openhab/libs-pullrequest-local/org/openhab/binding/org.openhab.binding.deconz/2.4.0-SNAPSHOT/

If your not familiar with adding a binding via jar file it should be placed in usr/share/openhab2/addons after placing the jar file restart OH (sudo systemctl restart openhab2) and watch the logs to see if the binding gets installed.

Other option is try to install using the console sudo openhab-cli console see doc’s here https://www.openhab.org/docs/administration/console.html#using-the-console for commands to install binding.

After installing you see a bunch of continuous errors in logs then try cleaning the cache.

sudo systemctl stop openhab2

sudo openhab-cli clean-cache

sudo systemctl start openhab2 or sudo reboot as sometimes a reboot can also help.

Well, after

sudo systemctl stop openhab2

sudo openhab-cli clean-cache

sudo systemctl start openhab2

everything is broke:

2019-12-08 09:32:46.104 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-http1, openhab-binding-hue, openhab-ui-homebuilder, openhab-binding-deconz, openhab-misc-market, openhab-misc-restdocs, openhab-misc-openhabcloud, openhab-persistence-influxdb, openhab-binding-amazonechocontrol, openhab-ui-habpanel, openhab-misc-ruleengine, openhab-transformation-jsonpath, openhab-binding-mqtt1, openhab-binding-miio, openhab-ui-basic, openhab-transformation-map, openhab-binding-astro, openhab-binding-homematic, openhab-transformation-exec, openhab-ui-paper, openhab-binding-samsungtv': Error:

Resource mvn:org.openhab.binding/org.openhab.binding.miio/2.4.0 does not contain a manifest

I also cannot access PaperUI or openhab Webfrontend anymore

Clean the cache again and reboot instead of restarting the system. There have been times I needed to reboot several times before everything would come together and start working.

Rebooted about a thousand times, this won´t fix it… I don´t get it what wthe problem is here…what does this “manifest” mean?

Not sure about the manifest as I’m not a developer.

From the console use bundle:uninstall org.openhab.binding.miio then restart OH and watch the logs to see if everything else loads up. Console commands https://www.openhab.org/docs/administration/console.html#using-the-console

After getting everything else running we can work on the miio install.

EDIT:
Do you use the addons.cfg to add your bindings or PaperUI?

I just flashed an image I had, made it much easier. Thanks for you support!