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

homebridge-esplock is deprecated #2

Open
peterrakolcza opened this issue Aug 24, 2024 · 0 comments
Open

homebridge-esplock is deprecated #2

peterrakolcza opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@peterrakolcza
Copy link
Owner

Issue Description

The homebridge-esplock plugin has been deprecated and is no longer maintained. Unfortunately, due to the deprecation of homebridge-esplock, we removed support for this Homebridge plugin as it requires statusCode and battery percentage in the API response.

This results in the smart lock not functioning correctly with this plugin, leading to a degraded user experience for those who rely on this.

Proposed Solution

To resolve this issue, I suggest searching for an alternative Homebridge plugin that is actively maintained and implementing support for it within the smart lock's API.

Steps to Reproduce

  1. Install and configure homebridge-esplock.
  2. Attempt to control the smart lock using the plugin.
  3. Observe that the plugin fails due to an incompatible JSON response format.

Expected Behavior

The smart lock should provide a compatible JSON response in the following format:

Actual Behavior

The current JSON response does not match the format expected by homebridge-esplock, causing functionality issues.

Temporary Workaround

As a temporary workaround, users can switch to using the homebridge-http-lock-ultimate plugin. This plugin is compatible with the smart lock's current API; however, it does not query for state updates. This means that if the lock is manually operated (e.g., by pressing a physical button), the state change will not be reflected in the Homebridge app.

@peterrakolcza peterrakolcza added bug Something isn't working good first issue Good for newcomers labels Aug 24, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant