homebridge-plugins / homebridge-august

The Homebridge August plugin allows you to access your August/Yale Locks from HomeKit with Homebridge.
ISC License
36 stars 9 forks source link

Support Request: Status 401 #91

Closed wrcaston84 closed 8 months ago

wrcaston84 commented 9 months ago

Describe Your Problem

I suddenly can't access my device. If I change my country to UK, I get an error status 403. I did previous see api-access-request something or other further up but can't see it now.

Relevant log output

[1/22/2024, 9:51:15 PM] [August] Initializing August platform...
[1/22/2024, 9:51:15 PM] [August] Initializing child bridge 0E:15:72:70:46:C6
[1/22/2024, 9:51:19 PM] [August] Launched child bridge with PID 2392
[1/22/2024, 9:51:19 PM] Registering platform 'homebridge-plugin-ewelink-cube.eWeLinkCUBEPlatform'
[1/22/2024, 9:51:23 PM] [August] Loaded homebridge-august v1.3.5-beta.1 child bridge successfully
[1/22/2024, 9:51:24 PM] Homebridge v1.7.0 (HAP v0.11.1) (August) is running on port 48976.
FetchError: Status 401 (undefined): undefined
[1/22/2024, 9:51:24 PM] [August] Discover Devices 2: TypeError: Cannot convert undefined or null to object

Config for homebridge-august

{
    "name": "August",
    "credentials": {
        "augustId": "myusername",
        "password": "mypassword",
        "installId": "mystring",
        "notice": "Keep your tokens a secret!",
        "isValidated": true
    },
    "platform": "August",
    "_bridge": {
        "username": "0E:15:72:70:46:C6",
        "port": 48976
    }
}

Screenshots

No response

Device & Model

Yale Conexis L2

Node.js Version

v20.10.0

NPM Version

v

Homebridge Version

v1.7.0

Homebridge August Plugin Version

v1.3.5

Homebridge Config UI X Plugin Version

No response

Operating System

Docker

donavanbecker commented 8 months ago

Release v2.0.0, which is a major change. I am going to close this, if you are still having issues please open a new issue with logs. Thanks!