Openhab 2 Harmony hub cannot be added

I’ve got some trouble to activate the harmony hub in OH2 on rpi 2 with openhabian

  1. I upgraded OH2 to the latest binding ( openHAB 2.1.0~20170418120255-1 (Build #887))

  2. I installed the binding with PaperUI. After creation a new thing automaticaly appeared in the inbox.

    HarmonyHub Wohnzimmer
    Unkown device
    harmonyhub:hub:Wohnzimmer

  3. I tried to add it and a bubble message appears “Error: 409-conflict”

The logfile give the information:

2017-04-22 09:25:10.730 [ERROR] [home.core.thing.binding.ThingFactory] - Thing factory (class org.openhab.binding.harmonyhub.internal.HarmonyHubHandlerFactory) returned null on create thing when it reports to support the thing type (harmonyhub:hub).
2017-04-22 09:25:10.732 [WARN ] [g.discovery.internal.PersistentInbox] - Cannot create thing. No binding found that supports creating a thing of type harmonyhub:hub.

I would be very glad, if somebody might be able to help me with that.

I think this should be fixed by:

Build #887 was made just after this fix was merged. So either the fix is not in this build or you are still running an outdated version of the Harmony binding for some reason. You can check your exact Harmony binding version in the console with:

openhab> bundle:list|grep Harmony
211 | Active   |  80 | 2.1.0.201704211358    | HarmonyHub Binding

This is what I see when running the newer build #889. You can try that newer build one too. :slight_smile: Discovery and adding Harmony Hubs seems to work fine for me with that build.

1 Like

Hi Wouter,
thank you for your great “realtime” support. I upgraded to #889 and rebooted the machine. Afterwards it was working directly as expected.

Binding before upgrade:

229 | Active | 80 | 2.1.0.201704180815 | HarmonyHub Binding

Binding after upgrade:
208 | Active | 80 | 2.1.0.201704211358 | HarmonyHub Binding

Thanks again for your great help & have a nice weekend

Andi

1 Like

Has this been pushed into the OH2 snapshots yet because installing from PaperUI is only giving me the March 9th build still?