Skip to content
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

[Motion Alert] No Notification if group has the same name #1179

Open
1 task done
pickypg opened this issue Feb 24, 2025 · 0 comments
Open
1 task done

[Motion Alert] No Notification if group has the same name #1179

pickypg opened this issue Feb 24, 2025 · 0 comments

Comments

@pickypg
Copy link

pickypg commented Feb 24, 2025

Homebridge UniFi Protect Version

v7.11.0

Homebridge Platform and OS

macOS Sequoia 15.3.1 (Mac Mini M2 Pro 32 GB)

Homebridge Version

v1.9.0

Node Version

v22.14.0

UniFi OS Version

v4.1.11

UniFi Protect Controller Version

v5.2.49

Describe the problem

This is more of a hint to any other new Homebridge users out there. If you name your device in Homebridge to the same name as a grouping of items in HomeKit, then motion detection for that device may not work. In my case, I left my Doorbell Camera as "Front Door", but I have other things in a HomeKit associated in a "Front Door" group.

The only hint that this was problematic was when I tried to update the motion settings in HomeKit for the Doorbell, it showed me an error along the lines of "Cannot set that name as it is already used" (even though it's a grouping and not a separate device). It was only after I renamed the doorbell, via HomeKit, to "Front Doorbell" that I began receiving motion notifications. Of interest, in the Homebridge accessory list, I was able to observe it detecting motion before and after the rename.


I came from Scrypted for managing my UniFi Protect to HomeKit setup, but it suddenly stopped working after upgrading to macOS Sequoia, so I made the switch to Homebridge.

After configuring Homebridge (for anyone curious, the same user permissions work from UniFi).

Homebridge HBUP JSON configuration

{
    "controllers": [
        {
            "address": "<host>",
            "password": "<password>",
            "username": "<username>"
        }
    ],
    "name": "UniFi Protect",
    "options": [
        "Enable.Device.SyncName.74ACB99FC697",
        "Disable.Doorbell.Messages.FromDoorbell.74ACB99FC697",
        "Disable.Doorbell.Messages.74ACB99FC697",
        "Enable.Motion.SmartDetect.74ACB99FC697",
        "Disable.Doorbell.Messages.602232A66BB0",
        "Enable.Motion.Duration.74ACB99FC697.3"
    ],
    "platform": "UniFi Protect"
}

Relevant log output

No errors.

Acknowledgment that you are only running UniFi OS and UniFi Protect releases from the Ubiquiti Official release channel

  • I acknowledge that I am not running any early access / beta firmwares or operating systems from either Ubiquiti or Apple.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant