-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[homekit] Make usage of mDNS configurable #10286
Conversation
Signed-off-by: Eugen Freiter <[email protected]>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/homekit-no-response-error-on-all-openhab-items/118200/23 |
Signed-off-by: Eugen Freiter <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openHAB runs under docker in my setup and this has resolved the issue I was facing when I upgraded from 3.1.0.M1 -> 3.1.0.M2 and homekit would sporadically stop working until the bundle was restarted.
Might be worth making a note in the readme regarding the useOHmDNS setting and that it should be Off when being used in docker.
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/homekit-no-response-error-on-all-openhab-items/118200/39 |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-3-1-milestone-discussion/116025/50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
* make usage of mDNS configurable Signed-off-by: Eugen Freiter <[email protected]>
* make usage of mDNS configurable Signed-off-by: Eugen Freiter <[email protected]> Signed-off-by: John Marshall <[email protected]>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/homekit-no-longer-functioning/34580/21 |
* make usage of mDNS configurable Signed-off-by: Eugen Freiter <[email protected]>
* make usage of mDNS configurable Signed-off-by: Eugen Freiter <[email protected]>
* make usage of mDNS configurable Signed-off-by: Eugen Freiter <[email protected]>
one of the recent PR has introduced the logic to re-use mDNS service of openHAB instead of creation of a new mDNS instance just for HomeKit. this should reduce the memory footprint.
however, this change led to some connection issues, especially if openHAB runs in a docker container.
https://community.openhab.org/t/homekit-no-response-error-on-all-openhab-items/118200/22
this PR
Signed-off-by: Eugen Freiter [email protected]