From d5d5bcf2f7638f792914ac8d8f98af61b119f95a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 Apr 2020 10:39:25 -0500 Subject: [PATCH 1/4] Add Troubleshooting --- source/_integrations/homekit.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index f9fd630432be..29b9aa281fce 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -349,6 +349,11 @@ homekit: Restart your Home Assistant instance. This feature requires running an mDNS forwarder on your Docker host, e.g., `avahi-daemon` in reflector mode. This kind of setup most likely requires `safe_mode` during the bridge setup. +## Troubleshooting + +If you see a traceback mentioning `zeroconf.NonUniqueNameException` in your log you likely need to +enable `zeroconf_default_interface: true` and set a unique name `name: MyHASS42` + ## Supported Components The following integrations are currently supported: From 4be4398d0fac2e96c2ff17724ce01ed0d7180288 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 Apr 2020 10:42:13 -0500 Subject: [PATCH 2/4] Update homekit.markdown --- source/_integrations/homekit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 29b9aa281fce..3eb8e6b84ca2 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -352,7 +352,7 @@ Restart your Home Assistant instance. This feature requires running an mDNS forw ## Troubleshooting If you see a traceback mentioning `zeroconf.NonUniqueNameException` in your log you likely need to -enable `zeroconf_default_interface: true` and set a unique name `name: MyHASS42` +enable `zeroconf_default_interface: true` and set a unique name `name: MyHASS42`. ## Supported Components From a0bbfad2a14b867fb5c2beebe2ad7e797b9c3649 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 Apr 2020 13:24:52 -0500 Subject: [PATCH 3/4] note about deleting `.homekit.state` --- source/_integrations/homekit.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 3eb8e6b84ca2..3d7e52e06604 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -12,6 +12,8 @@ The `homekit` integration allows you to forward entities from Home Assistant to
If you want to control `HomeKit` only devices with Home Assistant, check out the [HomeKit controller](/integrations/homekit_controller/) component. + + If you had previously paired (even unsuccessfully), you may need to delete your `.homekit.state` file in order to able to successfully pair again.
From 6ae9f9c3962009fbfedf4b374e3d18b6cca0741d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 Apr 2020 13:25:28 -0500 Subject: [PATCH 4/4] Update homekit.markdown --- source/_integrations/homekit.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 3d7e52e06604..a7070a0f1273 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -12,8 +12,6 @@ The `homekit` integration allows you to forward entities from Home Assistant to
If you want to control `HomeKit` only devices with Home Assistant, check out the [HomeKit controller](/integrations/homekit_controller/) component. - - If you had previously paired (even unsuccessfully), you may need to delete your `.homekit.state` file in order to able to successfully pair again.
@@ -355,7 +353,9 @@ Restart your Home Assistant instance. This feature requires running an mDNS forw If you see a traceback mentioning `zeroconf.NonUniqueNameException` in your log you likely need to enable `zeroconf_default_interface: true` and set a unique name `name: MyHASS42`. - + +If you had previously paired (even unsuccessfully), you may need to delete your `.homekit.state` file in order to able to successfully pair again. + ## Supported Components The following integrations are currently supported: