hilbrand
(Hilbrand Bouwkamp)
October 7, 2019, 7:48pm
3
The Eclipse IDE setup page still needs some work. To help you check my comment I made on another topic in relation to starting development of a binding:
Great you want to build your own binding. The link you pointed to is indeed the old documentation. There is new documentation, but it’s not completely up-to-date. You can find it here: Developer Guide | openHAB
However. I wrote a migration guide that also contains the steps you need for developing a new binding:
The relevant steps are:
Step 2
Step 3: If you have no original code to copy, git clone your github fork to the git directory.
Step 5: To create the basis for your new binding
Step …