Cannot connect with HomeKit Binding anymore

Hi,
since a few days I cannot connect with the HomeKit Binding anymore. In the Log it shows following error:

    2018-09-24 20:11:07.763 [ERROR] [lfe.hap.impl.connections.HttpSession] - Excepton encountered while verifying pairing
java.lang.Exception: Unknown user: 9B92765D-4527-42C2-B95C-BC0FB99ECB69
        at com.beowulfe.hap.impl.pairing.PairVerificationManager.stage2(PairVerificationManager.java:107) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.pairing.PairVerificationManager.handle(PairVerificationManager.java:51) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.connections.HttpSession.handlePairVerify(HttpSession.java:123) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.connections.HttpSession.handleRequest(HttpSession.java:54) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.connections.ConnectionImpl.doHandleRequest(ConnectionImpl.java:51) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.connections.ConnectionImpl.handleRequest(ConnectionImpl.java:46) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.http.impl.AccessoryHandler.channelRead0(AccessoryHandler.java:47) [244:org.openhab.io.homekit:2.2.0]
        at com.beowulfe.hap.impl.http.impl.AccessoryHandler.channelRead0(AccessoryHandler.java:15) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:299) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:36) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) [244:org.openhab.io.homekit:2.2.0]
        at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [244:org.openhab.io.homekit:2.2.0]
        at java.lang.Thread.run(Thread.java:745) [?:?]

I already tried to reset the pairings, without success. Any idea how to solve this?

1 Like

Nobody an idea?

1 Like

I see the same in my log (despite the user ID, obviously)
But I can still use everything that is connected via homekit.
I would be interested in learning what the log entry means!