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: Log reports error reading properties, Home.app then reports lock "was jammed" #16

Closed
hrhnick opened this issue Oct 8, 2022 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@hrhnick
Copy link

hrhnick commented Oct 8, 2022

Describe The Bug

Home.aLog reports error reading properties, Home.app then sends notification lock "was jammed"pp reports lock "was jammed" despite lock not being jammed. August app and other plugins do not report jam.

To Reproduce

Error is random with no seeming correlation to time since lock or unlock.

Expected behavior

No error, no Home.app notification.

Relevant log output

[10/8/2022, 6:26:09 PM] [August] TypeError: Cannot read properties of undefined (reading 'retryCount')
[10/8/2022, 6:26:09 PM] [August] Lock: Front Door failed lockStatus (refreshStatus), Error Message: "Cannot read properties of undefined (reading 'retryCount')"

Config for homebridge-august

"name": "August",
            "credentials": {
                "augustId": "xxxxx@xxxxxx.com",
                "password": "xxxxxx",
                "validateCode": "xxxxx",
                "notice": "Keep your tokens a secret!"
            },
            "options": {
                "logging": "standard"
            },
            "platform": "August"

Screenshots

IMG_B63930AD8B1F-1

Device & Model

AugusAugust WiFi Smart Lock

Node.js Version

16.17.1

NPM Version

8.5.0

Homebridge Version

oznu/homebridge:latest

Homebridge August Plugin Version

4.50.1

Homebridge Config UI X Plugin Version

1.0.4

Operating System

Docker

@hrhnick hrhnick added the bug Something isn't working label Oct 8, 2022
@donavanbecker
Copy link
Owner

@hrhnick, currently if I get a retry count I report jammed. I think I will remove that code.

@3ne
Copy link

3ne commented Oct 9, 2022

Seeing the same error.

@hrhnick
Copy link
Author

hrhnick commented Oct 9, 2022

@donavanbecker could this somehow trigger the device to try unlock and relock? (To clear the jam?)

I can’t be sure but I am pretty certain I was seeing some odd unlocks as well but couldn’t find it in the logs.

@donavanbecker
Copy link
Owner

@hrhnick @3ne, lets try v1.0.5

@3ne
Copy link

3ne commented Oct 10, 2022

@hrhnick @3ne, lets try v1.0.5

Updating.

@mojodean
Copy link

From my experience, the update has cleaned up the jam alerts, and I'm getting normal lock/unlock alerts. I was having the same issues OP was.

@donavanbecker
Copy link
Owner

JAMMED should only happen if the API sends a false for both Locked and Unlocked.

@3ne
Copy link

3ne commented Oct 10, 2022

@donavanbecker all looks good ever here as well.

@donavanbecker
Copy link
Owner

Good to hear!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants