openHAB version: openHAB 3.2.0 inside a Docker container
Hi,
I am new to openHAB and I am trying to install the Stiebel Eltron ISG Binding. I have copied the .jar file with the following command: docker cp org.openhab.binding.stiebelheatpump-3.2.0-SNAPSHOT.jar myContainerID:/openhab/addons
What else do I have to do to get the Stiebel Eltron ISG Binding installed?
That’s all you need to do, though it would be better to mount an addons folder from your host to that location in the container so you don’t have to copy the file over again every time you recreate the container.
But be aware that it won’t show up in the list of installed add-ons in MainUI. It will be in the list of add-ons to choose from in the inbox and such. You can also see it’s installed from the karaf console.
If this add-on can automatically discover Things it will be listed in the Inbox as a choice to select when initiating a scan. It should show up as an option when manually creating a Thing.