homebridge / homebridge-config-ui-x

The Homebridge UI. Monitor, configure and backup Homebridge from a browser.
https://homebridge.io
MIT License
2.59k stars 369 forks source link

Homebridge v1.8.0 broke connectivity to homekit #2046

Closed bguscott closed 1 month ago

bguscott commented 2 months ago

Describe The Bug

Similar to this issue: https://github.com/homebridge/homebridge-config-ui-x/issues/2045

When I upgraded to homebridge v1.8.0 I immediately lost connectivity to homekit. Homebridge and homekit worked fine leading up to the update. I did not update on the host - I just upgraded homebridge via the UI.

Environment details:

Troubleshooting steps:

Logs

Looking at my logs the following day I saw: The selected advertiser, "avahi", isn't available on this platform. Reverting to "bonjour-hap"

This is strange, as it was working fine leading up to the update and that error wasn't there before the update.

I've installed avahi-daemon on the ubuntu host which cleared up that error, but no connectivity.

No other logs seem to stand out.

Config

{
    "bridge": {
        "name": "Homebridge 63E0",
        "username": "***",
        "port": 51808,
        "pin": "***",
        "advertiser": "avahi",
        "bind": [
            "ens18"
        ]
    },
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
    ]
}

Homebridge UI Version

4.56.1

Homebridge Version

1.8.0

Node.js Version

20.12.2

Operating System

Ubuntu / Debian (or a variant)

Environment Info

Other (specify in description)

Raspberry Pi Model

None

bguscott commented 2 months ago

Deleting homebridge in homekit and resetting the homebridge accessory under settings seems to have fixed it.

I had to re-add the homebridge and redo all my settings, but connectivity is restored.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 month ago

This issue has been closed as no further activity has occurred.