Cossey
(Stewart Cossey)
March 12, 2021, 8:08am
52
PR that causes issues:
main ← yfre:mdns_service
opened 09:56PM - 06 Feb 21 UTC
- make use of openHAB mDNS service instead of creating a new separate mDNS insta… nce only for Homekit maybe it will solve #9773.
- remove use of IP address configuration as it cannot be used with Java-HAP if mDNS service is provided
- remove global settings for minimum and maximum temperature. They are not used anymore and also were not mentioned in the binding documentation. Instead of global min/max can be set now at item level.
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Thread that mentioned issue and workaround:
hi guys,
I have recently been facing this problem… I have OH 3.1.0 M2 with Homekit addon installed with about 50 accessories exposed via homekit.
I have faced the problem described below three times already:
https://github.com/openhab/openhab-addons/issues/3522
Nothing helps, only removing the OH bridge from HomeKit and adding it back restores the normal functioning…
Not sure why the issue has been closed on github… it still happens, even on the latest OH
Has anyone been facing the same?
T…
I could technically disable the IPv6 stack on host machine to resolve the issue from what others have reported but I don’t like touching the host machine config too much as I also run other services in other containers on the host.
Please let me know if you need any further details.