Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Lock: DoorName failed (refreshStatus) lockDetails, Error: {"errno":-110,"code":"ETIMEDOUT","syscall":"read"} #126

Open
mojodean opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working pinned Don't close this issue.

Comments

@mojodean
Copy link

Describe The Bug

August API connection seems to fail after 24-ish hours, plugin reboot resolves it

To Reproduce

Leaving plugin active for roughly 24 hours

Expected behavior

Would expect persistent connection as before. Unclear if this is a plugin issue or an August API change.

Relevant log output

[7/19/2024, 5:51:34 AM] [August] [DEBUG] Lock: Door3 Unknown statusCode: read ETIMEDOUT, Submit Bugs Here: https://tinyurl.com/AugustYaleBug
[7/19/2024, 5:51:34 AM] [August] [DEBUG] Lock: Door3 failed (refreshStatus) lockDetails, Error: {"errno":-110,"code":"ETIMEDOUT","syscall":"read"}
[7/19/2024, 5:51:34 AM] [August] Lock: Door3 pushChanges: read ETIMEDOUT
[7/19/2024, 5:51:34 AM] [August] [DEBUG] Lock: Door1 Unknown statusCode: read ETIMEDOUT, Submit Bugs Here: https://tinyurl.com/AugustYaleBug
[7/19/2024, 5:51:34 AM] [August] [DEBUG] Lock: Door2 Unknown statusCode: read ETIMEDOUT, Submit Bugs Here: https://tinyurl.com/AugustYaleBug
[7/19/2024, 5:51:34 AM] [August] [DEBUG] Lock: Door1 failed (refreshStatus) lockDetails, Error: {"errno":-110,"code":"ETIMEDOUT","syscall":"read"}
[7/19/2024, 5:51:34 AM] [August] Lock: Door1 pushChanges: read ETIMEDOUT
[7/19/2024, 5:51:34 AM] [August] [DEBUG] Lock: Door2 failed (refreshStatus) lockDetails, Error: {"errno":-110,"code":"ETIMEDOUT","syscall":"read"}
[7/19/2024, 5:51:34 AM] [August] Lock: Door2 pushChanges: read ETIMEDOUT

Config for homebridge-august

{
    "name": "August",
    "credentials": {
        "augustId": "@Email",
        "password": "@Password",
        "countryCode": "US",
        "installId": "@ID_String_A",
        "validateCode": "@Code",
        "isValidated": true,
        "notice": "Keep your tokens a secret!"
    },
    "options": {
        "refreshRate": 30,
        "logging": "debug"
    },
    "_bridge": {
        "username": "@MacAddress",
        "port": @Port
    },
    "platform": "August"
}

Screenshots

No response

Device & Model

.

Node.js Version

v20.9.0

NPM Version

.

Homebridge Version

Synology DSM 3.1.1

Homebridge August Plugin Version

v2.2.6

Homebridge Config UI X Plugin Version

v4.56.4

Operating System

Synology Package

@mojodean mojodean added the bug Something isn't working label Jul 19, 2024
@github-actions github-actions bot added the stale label Aug 18, 2024
@donavanbecker donavanbecker added pinned Don't close this issue. and removed stale labels Aug 18, 2024
@homebridge-plugins homebridge-plugins deleted a comment from github-actions bot Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pinned Don't close this issue.
Projects
None yet
Development

No branches or pull requests

2 participants