derek-miller / homebridge-genie-aladdin-connect

Homebridge plugin to integrate Genie Aladdin Connect enabled garage door openers.
https://www.npmjs.com/package/homebridge-genie-aladdin-connect
Apache License 2.0
30 stars 4 forks source link

Oauth Token Error #14

Closed Dasgorn closed 2 years ago

Dasgorn commented 2 years ago

Describe Your Problem: HomeKit is unable to communicate with the garage door through HomeBridge. I have tried restarting the server, uninstalling/reinstalling the plugin, and verifying I can access the door through the Aladdin app.

Logs:

 [API] An error occurred getting oauth token; Request failed with status code 403
 [API] An error occurred getting devices from account; Request failed with status code 403
 Failed to load doors from account; retrying in 5 minutes

Plugin Config:

 "bridge": {
        "name": "Homebridge 07F1",
        "username": "",
        "port": 51121,
        "pin": 
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "auto",
            "tempUnits": "f",
            "lang": "auto",
            "platform": "config"
        },
        {
            "refreshToken": 
            "hideAlarmSirenSwitch": true,
            "platform": "Ring"
        },
        {
            "name": "Nest",
            "access_token": ",
            "refreshToken": “”,
            "_bridge": {
                "username": "",
                "port": 58349
            },
            "platform": "Nest"
        },
        {
            "devices": [
                {
                    "ipAddress": "10.0.5.63",
                    "serialNumber": "",
                    "credentials": "",
                    "enableAutoModeWhenActivating": false,
                    "enableOscillationWhenActivating": false,
                    "isNightModeEnabled": false,
                    "isJetFocusEnabled": false,
                    "isContinuousMonitoringEnabled": false,
                    "isTemperatureSensorEnabled": false,
                    "isHumiditySensorEnabled": true,
                    "isAirQualitySensorEnabled": true,
                    "isSingleSensorAccessoryModeEnabled": false,
                    "isSingleAccessoryModeEnabled": false,
                    "isFullRangeHumidity": false,
                    "isHeatingDisabled": false
                }
            ],
            "platform": "DysonPureCoolPlatform"
        },
        {
            "bonds": [
                {
                    "ip_address": "",
                    "token": ""
                }
            ],
            "include_dimmer": false,
            "include_toggle_state": false,
            "fan_speed_values": false,
            "platform": "Bond",
            "_bridge": {
                "username": "",
                "port": 54677
            }
        },
        {
            "controllers": [
                {
                    "address": "",
                    "password": "",
                    "username": ""
                }
            ],
            "platform": "UniFi Protect",
            "_bridge": {
                "username": "",
                "port": 35747
            }
        },
        {
            "name": "Wemo",
            "mode": "auto",
            "platform": "Wemo"
        },
        {
            "name": "Garage Door",
            "username": "",
            "password": "",
            "batteryLowLevel": 15,
            "userInfoCacheTtl": 3600,
            "doorStatusStationaryCacheTtl": 15,
            "doorStatusTransitioningCacheTtl": 5,
            "doorStatusPollInterval": 15000,
            "logApiResponses": false,
            "platform": "GenieAladdinConnect",
            "_bridge": {
                "username": "",
                "port": 39574
            }
        }
    ],
    "disabledPlugins": [
        "",
        ""
    ]
}

Screenshots:

Environment:

cosceola94 commented 2 years ago

Exact same issue here

derek-miller commented 2 years ago

I’m seeing this issue as well. There is a good chance they have rotated keys or are blocking the plugin. I will take a look today.

derek-miller commented 2 years ago

This is fixed in v2.3.0