hjdhjd / homebridge-unifi-access

UniFi Access plugin for HomeKit (Homebridge)
Other
50 stars 5 forks source link

UA ULTRA - Unknown device class #22

Closed iFr0z3n closed 2 months ago

iFr0z3n commented 2 months ago

Homebridge UniFi Access Version

1.4.0

Homebridge Platform and OS

Docker-Ubuntu 22.04.4 LTS

Homebridge Version

1.8.4

Node Version

20.15.0

UniFi OS Version

4.0.6

UniFi Access Controller Version

2.2.11

Describe the problem

Updated to Version 1.4.0 of Unifi-Access Plugin. As stated by release notes new Unifi Hubs are now supported. UA-Ultra shows as Unknown device class in logs. Adding as Switch Accessory in features, HomeKit accessory shows as unsopported and no features are available.

Homebridge HBUA JSON configuration

{
    "bridge": {
        "name": "Homebridge D774",
        "username": "***************",
        "port": *****,
        "pin": "***-**-***",
        "advertiser": "avahi",
        "bind": [
            "eth0",
            "net1",
            "net2",
            "net3"
        ]
    },
    "accessories": [
        {
            "name": "UniFi Access",
            "controllers": [
                {
                    "address": "10.0.200.1",
                    "username": "HomeAutomation",
                    "password": "****************"
                }
            ],
            "platform": "UniFi Access",
            "options": []
        },

Relevant log output

[8/26/2024, 1:28:46 PM] [UniFi Access] : Connected to 10.0.200.1 (UniFi Access v2.2.11 running on UniFi OS 4.0.6).
[8/26/2024, 1:28:46 PM] [UniFi Access] : Discovered UA Ultra: UA Ultra e4a3 [UA Ultra] (address: 10.0.200.49 mac: 9C05D6D1E4A3).
[8/26/2024, 1:28:46 PM] [UniFi Access] : Unknown device class UA-ULTRA detected for UA Ultra e4a3.

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

hjdhjd commented 2 months ago

Already known. Will be addressed in a future release. It's a cosmetic issue. Please do not open issues that have already been addressed in prior ones. Thanks!

github-actions[bot] commented 2 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.