-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge disconnects from the iPhone #36
Comments
Which Version of the bridge did you use (git hash)? Pls try the 1.3.0 beta 1 tag. There was a Problem with invalid values and Homekit started to ignore the bridge. This is fixed in 1.3.0. |
I just downloaded master zip file from github web site. It seems to be 1.3.0. Is it the release I should use or not? Thanks, rafdalb@openhab:~/OpenHAB-HomeKit-Bridge-master$ more package.json
|
Yes, 1.3.0 is good. Please provide a minimal sitemap and openhab item description which causes the problems. Also, start the bridge with |
Hello, thanks. I’ve my sitemap with several items, but I created one dedicated for the bridge. This is very simple pi@raspberrypi:~ $ cat /etc/openhab/configurations/sitemaps/hk.sitemap sitemap hk label="HomeKit Stellapolare" Openhab is installed on a raspberry using 223 final address (192.168.6.233), while the bridge is on a VM running ubuntu over vmware 5.5. Debug is this one, after a while I don’t see debugging anymore because, as said, the iDevice is not able to contact the Bridge.. My impression is that this is due some mDNS strange behaviour. Let me know if you need more info. Thanks for helping on this, root@openhab:/home/rafdalb/OpenHAB-HomeKit-Bridge-master# DEBUG=*,-babel npm start -- --name "beta" --server 192.168.6.223:8080 --sitemap hk
*** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi. EventedHTTPServer [::ffff:192.168.6.13] HTTP request: /characteristics +11s UpdateListener ws disconnected for url http://192.168.6.223:8080/rest/items/AllLights +4m
|
Sorry, I'm an idiot, it was related to mDNS probably but because I didn't enable iCloud keychain. Really really Sorry if you lost time trying to understand. I think I'll remove the issue because it not an issue. Sorry again, |
No Problem at all. Just leave the issue here for further reference. |
I talked too early, I’m still convinced this is something related to mDNS but I’m not able to compare what’s happening with a “certified” home kit device because I don’t have one, and at this point I’m not sure it is the HomeKit Bridge software. What happens is the following:
That’s the behaviour I see, just FYI.
|
Hello,
I'm trying to use the openhab home kit bridge with my iPhone.
I'm using a linux vm ubuntu 14.04 (different from the Openhab controller which is running on a raspberry).
Installation went apparently fine, and I'm also able to run the bridge which is connected to the iPhone.
After a while (1 minutes or more, when I leave the iPhone going in standby mode, and I switch it on again) I see the device disconnected, and even doing a refresh it doesn't work.
The only way to have it working again is to stop the bridge and restart it.
I sniffed the bonjour packets and apparently the bridge answers the mdns requests coming from the phone.
Did you ever experience this problem?
Software release used:
root@openhab:/home/rafdalb# nodejs --version
v0.12.9
root@openhab:/home/rafdalb# npm --version
2.14.9
iOS 9.2.1
Openhab 1.8.1
The text was updated successfully, but these errors were encountered: