IHC Binding in 2.beta

Hi Community

Have someone tried to use the v.1 IHC binding in v.2 OH?

It seems that it does not work correctly.

from logs:
2016-01-26 10:06:19.085 [ERROR] [org.openhab.binding.ihc ] - [org.openhab.binding.ihc(182)] bind method [addBindingProvider] not found; Component will fail
2016-01-26 10:06:19.088 [ERROR] [org.openhab.binding.ihc ] - [org.openhab.binding.ihc(182)] bind method [addBindingProvider] not found
2016-01-26 10:06:19.179 [INFO ] [core.karaf.internal.FeatureInstaller] - Installed ‘openhab-binding-ihc’

I installed the binding via paper-ui, and manually edited the ihc.cfg in services folder.

/Henrik

The IHC binding needs the same fix as HTTP Binding under OH2

Thanks for the answer.

Can someone implement this? I am not a dev.

/Henrik

I will make the change and a test JAR for openhab-binding-ihc later today.

…OK, PR is here and test JAR is here. Please try the test JAR and report back here or on the pull request, and thank you.

With a 1.x binding that was installed via Paper UI, I think you must make sure the old bundle is uninstalled. Make sure it’s not installed by running bundle:list at the openhab> prompt. Then put the new test JAR in the addons folder.

Hi watou. My simple tests is ok. Binding is starting, and I see changes in log.

thanks for the fix.

1 Like