Addon not appearing in Paper UI

Hi,

I installed openhab2 v2.1.0-1 and I can access the paper ui.

I have installed:
sudo apt-get install openhab2-addons
sudo apt-get install openhab2-addons-legacy

I did a reboot of my device.

After that, I still cannot see my IHC binding which is normaly a openhab coming from 1.8.
-> https://github.com/openhab/openhab1-addons/wiki/ihc-binding

the thing is that I had before installed the offline version of openhab and I could find the IHC binding.

Now if I do a locate ihc, I have:
/etc/openhab2/services/ihc.cfg
/var/lib/openhab2/config/org/openhab/ihc.config
/var/lib/openhab2/kar/openhab-addons-2.1.0/org/openhab/addons/openhab-addons-external/1.10.0/openhab-addons-external-1.10.0-ihc.cfg
/var/lib/openhab2/kar/openhab-addons-2.1.0/org/openhab/binding/org.openhab.binding.ihc
/var/lib/openhab2/kar/openhab-addons-2.1.0/org/openhab/binding/org.openhab.binding.ihc/1.10.0
/var/lib/openhab2/kar/openhab-addons-2.1.0/org/openhab/binding/org.openhab.binding.ihc/1.10.0/org.openhab.binding.ihc-1.10.0.jar

So it seems it is there but I still can’t see it in the paper ui.

I tried to go into console mode with sudo ssh -p 8101 openhab@localhost and here is what I get:
openhab> feature:list | grep ihc
openhab-binding-ihc1 | 1.10.0 | | Uninstalled | addons-2.1.0 | IHC Binding
openhab-binding-ihc1 | 1.10.0 | | Uninstalled | openhab-addons-2.1.0 | IHC Binding

So it seems it is there (in duplicate) but it is there…

I m a bit lost now.

Thanks if you can help.

Ok, I found why, I was in actions instead of bindings. Sorry for the stupid question :slight_smile: