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

Country Codes? #85

Closed Jarvichi closed 8 months ago

Jarvichi commented 9 months ago

Describe Your Problem

I live in the UK, I’ve set the country code to “UK”, everything seems to work (ish) the logs contain repeated “[August] Country code: UK”. Is this correct? I ask because I’m trying to see the logs for another issue I have, want to make sure everything is set up correctly before I try to work out the other problems I’m seeing. I looked at the API and couldn’t work out what is expected when it comes to country codes, I’ve also tried the +44 (international dialling code) to see if that works, but I see the same log. Any ideas or suggestions would be appreciated.

As for the problem in having, I get notifications from HomeKit periodically telling me that the door is locked/unlocked (when the state hasn’t changed) is the August plugin triggering those alerts? If so should it only trigger an alert when the state changes from locked to unlocked (and vice versa)?

Looking closer at the Home App I can see the lock reports “Unknown” and then the actual status, so I’m guessing it’s the “actual state” > “unknown state” > “actual state” transition that triggers the alert, any suggestions on why I might be getting and unknown state report periodically would be appreciated (especially if it’s the country code that’s wrong).

Relevant log output

No response

Config for homebridge-august

"name": "August",
            "credentials": {
                "augustId": "email@email.com",
                "password": "password",
                "countryCode": "UK",
                "installId": "uuid",
                "isValidated": true,
                "notice": "Keep your tokens a secret!"
            },
            "options": {
                "refreshRate": 360,
                "pushRate": 5,
                "logging": "standard"
            },

Screenshots

IMG_9493

Device & Model

Yale Conexis with Yale Connect Bridge

Node.js Version

v20.10.0

NPM Version

10.2.3

Homebridge Version

V1.7.0

Homebridge August Plugin Version

V1.3.3

Homebridge Config UI X Plugin Version

V4.54.1

Operating System

Raspbian

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

donavanbecker commented 8 months ago

This isn't an issue just logging that needs to be corrected which is corrected in the beta branch.