How to customize binding code?

Let’s say i’ve got a need to modify a way a openhab binding works? There is a bit of code I would like to modify in a stock .jar file. Is there a simple way to “Hack” the binding? So I need to get the source code from github and make my modifications and compile a new .jar file. Or is there an easier way to go about it?

Nope, what you describe is what you need to do. Get the code, make the modifications and build the binding.

Thanks much, as I figured. Just thought I would check, and see if there was an easier way, as the process of setting up a development environment was a bit intimidating. Actually turns out it wasn’t all that bad at all. I managed to get it up and running, modified the code, and created a Snapshot build. pretty easy actually.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.