Daksh, if you are (still) getting references to “org.openhab.binding.amazonechocontrol” in your logs, ensure it’s not showing version 2.4 - if it is, then there is something not quite right and try clearing the cache as per sihui post. If entries are showing and it references 2.5, then there is an API issue as both Nico_R and sihui have outlined above.
If you are no longer getting any entries, or if “Amazon Echo Control Binding” does not show when you click + in PaperUI Inbox, then the binding isn’t being found by OH.
So just for completeness and to avoid any confusion… (because your 2 x responses contradict each other)…
- With a binding in the addons directory (of the operating system) as opposed to installing via Addons / Bindings in PaperUI, it will not be seen in the Addons / Bindings screen in PaperUI
- You WILL however see the binding listed via the Configurations / Bindings screen in PaperUI
- You WILL also see the binding if you go to + the new Thing via Inbox
So if the binding does not show up in either Configurations / Bindings or when you click + in the Inbox, then it’s possible that the binding does not have execute or has the wrong permissions on it. Assuming you’re running OH on a RPi, ssh to the RPi then:
cd /usr/share/openhab2/addons
sudo chmod 770 *.jar
sudo chown openhab:openhab *.jar
Cheers