hjdhjd / homebridge-unifi-protect

:video_camera: Complete HomeKit integration for all UniFi Protect device types with full support for most features including HomeKit Secure Video, and more. https://homebridge.io
Other
1.39k stars 83 forks source link

Unifi OS Update 3.2.7 - No notifications on Apple Home app #1029

Closed firewhank closed 7 months ago

firewhank commented 7 months ago

Homebridge UniFi Protect Version

6.16.0

Homebridge Platform and OS

Ubuntu 23.10

Homebridge Version

1.7

Node Version

20.10.0

UniFi OS Version

3.2.7

UniFi Protect Controller Version

2.10.10

Describe the problem

Since I have update the unifi cloud key gen 2 plus to the UnifiOS 3.2.7. All notifications stoped working, but I can still see the live feed and thumbnails in the apple home app.

Homebridge HBUP JSON configuration

{
    "bridge": {
        "name": "Homebridge 4629",
        "username": "XXX",
        "port": 51057,
        "pin": "XXX",
        "advertiser": "bonjour-hap",
        "bind": [
            "eth0"
        ]
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "controllers": [
                {
                    "address": "XXX",
                    "password": "XXXX",
                    "username": "XXX"
                }
            ],
            "name": "UniFi Protect",
            "options": [
                "Enable.Motion.Switch.70A741F14455",
                "Enable.Video.HKSV.Record.Only.Medium.70A741F14455",
                "Enable.Motion.SmartDetect.70A741F14455"
            ],
            "_bridge": {
                "username": "XXX",
                "port": 56607
            },
            "platform": "UniFi Protect"
        }
    ]
}

Relevant log output

[12/16/2023, 3:58:03 PM] [UniFi Protect] UniFi Protect Server [UCK-G2-PLUS] East Patio Camera [G5 Dome]: The livestream API connection was unexpectedly closed by the Protect controller. This is typically due to device restarts or issues with Protect controller firmware versions, and can be safely ignored. Will retry again shortly.
[12/16/2023, 3:58:03 PM] [UniFi Protect] UniFi Protect Server [UCK-G2-PLUS] Front House Camera [G5 Pro]: The livestream API connection was unexpectedly closed by the Protect controller. This is typically due to device restarts or issues with Protect controller firmware versions, and can be safely ignored. Will retry again shortly.
[12/16/2023, 3:58:03 PM] [UniFi Protect] UniFi Protect Server [UCK-G2-PLUS] Front Gate Camera [G5 Bullet]: The livestream API connection was unexpectedly closed by the Protect controller. This is typically due to device restarts or issues with Protect controller firmware versions, and can be safely ignored. Will retry again shortly.

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

hjdhjd commented 7 months ago

Thanks for the report - not sure what to tell you other than 3.2.7 works just fine and is not an issue. 😄

You might want to reboot your UCK one more time, and see if that does the trick, as well as rebooting Homebridge.

There’s not an issue here that I can see, but if you have a reproducible use case, feel free to open a new issue with a set of steps on how to recreate it.

I’m running on 3.2.7 on a number of devices without an issue. Best of luck and hope this helps.

github-actions[bot] commented 7 months ago

This issue is locked to prevent necroposting on closed issues. Please create a new issue for related support requests, bug reports, or feature suggestions.