cyrilcc / org.openhab.binding.rflink

RFLink binding for OpenHAB 2.0
23 stars 35 forks source link

openhab 2.4 support #49

Open soql opened 5 years ago

soql commented 5 years ago

Hello, I try to build 2.4 version by changes dependency in maven file but it doesn`t seems to start :-( Is there a chance to make it support for oh2.4 ?

cartemere commented 4 years ago

Hello

I am currently running the last 2.3 build of the Binding on a freshly installed Openhab 2.4 setup. And it is working perfectly fine :) By looking at the OpenHab 2.4 changelog, I don't think we have any interest into upgrading the compilation to the 2.4 distrib : it may break the compatibility with older Openhab installs (2.3), and will not provide any improvement.

The compiled binding is available here : https://github.com/cartemere/org.openhab.binding.rflink/releases

to install it : 1> download the .jar and copy it to the /addons folder in your openhab installation 2> open the openhab console and install the serial binding support : feature:install openhab-transport-serial 3> restart your openhab instance 4> open PaperUI, go to Configuration > Bindings. You should see "RfLink Binding" in the list of installed Bindings

👍