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

Feature Request: EU Support #141

Open
fat-freematilde opened this issue Jan 14, 2025 · 0 comments
Open

Feature Request: EU Support #141

fat-freematilde opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fat-freematilde
Copy link

fat-freematilde commented Jan 14, 2025

Problem

It's not possible to use the plug-in in EU (only tested in DK) as a different API endpoint is used here

Solution

For me the fix is to change setting in:
homebridge/node_modules/homebridge-august/node_modules/august-yale/dist/settings.js

From:
export const DEFAULT_BRAND = Brand.AUGUST;
To:
export const DEFAULT_BRAND = Brand.YALE_HOME;

I think this should be a config option in homebridge-august.

This will not fix the device discovery. Im then getting this in the log:
[August] Total August Locks Found: 1
But no ID to be seen in the log and no device in the device list.
By enabling debug logging I found the ID. So now my Yale Linus lock actually work. There still persist one issue. When the service starts in homebridge, it's not able to pull the lock status. You need to try to unlock the lock and it will update correctly. Until then sensor and lock status is not correct and the following is shown in the log:
[August] Lock: xxx pushChanges: Cannot read properties of undefined (reading 'details')

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants