[Fixed] Any positive feedback with RFXCOM 1.x binding in OH2

I would like to know if someone succeeded in using the RFXCOM 1.x binding in OH2 (beta 2) ?
For me, the binding is starting but crashes quickly: https://github.com/openhab/openhab/issues/3952

I found the issue and I will provide a fix.
For this binding, there are two files in OSGi-INF folder: binding.xml and connection.xml.
The binding.xml has the tags activate=“activate” deactivate=“deactivate” immediate=“true” while the connection.xml has not. Adding it solved the problem.

1 Like