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

Bug:Yale Home migration breaks lock access #61

Closed hanstor closed 1 year ago

hanstor commented 1 year ago

Describe The Bug

Yale has migrated all non-us-users to a new platform. This breaks access to all locks

To Reproduce

Log in to non-us account

Expected behavior

Locks should appear

Relevant log output

[August] Discover Devices: TypeError: Cannot convert undefined or null to object

Config for homebridge-august

{
            "name": "August",
            "credentials": {
                "augustId": "x@gmail.com",
                "password": "xxxxx",
                "installId": "xxxxx
                "notice": "Keep your tokens a secret!",
                "isValidated": true
            },
            "platform": "August"
        }

Screenshots

No response

Device & Model

Yale Linus, Yale L3

Node.js Version

v18.16.0

NPM Version

v9.6.5

Homebridge Version

v1.6.1

Homebridge August Plugin Version

v1.1.0

Homebridge Config UI X Plugin Version

v4.50.4

Operating System

macOS

donavanbecker commented 1 year ago

duplicate of #60