An enhanced version of the GlueLock app for Homey with improved status updates and firmware-specific features. This app provides better integration with Glue smart locks, including support for local operation detection on compatible firmware versions.
- Firmware Detection: Automatically detects lock firmware version and adjusts functionality accordingly
- Enhanced Status Updates:
- For firmware 2.5+: Properly detects local/manual lock operations
- Configurable polling interval (1-60 minutes)
- Event Types Supported:
- Remote Lock/Unlock
- Manual Lock/Unlock
- Local Lock/Unlock (firmware 2.5+)
- Real-time Status: Battery level and connection status monitoring
- Improved Error Handling: Better error reporting and logging
- Homey Pro
- Glue Smart Lock
- Glue account and API key
- Install the app on your Homey
- Go to app settings
- Enter your Glue API key
- Add your Glue lock device
- POST to https://user-api.gluehome.com/v1/api-keys
- Use Basic-auth with your Glue account credentials:
- Username: Your email
- Password: Your account password
- Request body:
{
"name": "HomeyKey",
"scopes": [
"events.read",
"locks.read",
"locks.write"
]
}
You can configure how often the app checks for lock status updates:
- Go to device settings in the Homey app
- Find "Status Update Interval"
- Set your preferred interval (1-60 minutes, default: 20)
- Full support for local operation detection
- Accurate status updates for all operation types
- Real-time status reflection for manual operations
- Basic lock/unlock operation support
- Status updates based on remote operations
- Limited local operation detection
If you experience issues:
- Check if your API key is correctly configured
- Verify your lock's firmware version in the Glue app
- Ensure your lock is within Bluetooth range of your Homey
- Check the app logs for detailed error messages
For issues and feature requests, please use the GitHub issues page.
This is an enhanced version of the original GlueLock app by Kim Kokholm, with added features for better status handling and firmware compatibility.
This project is licensed under the same terms as the original GlueLock app.
- 1.0.0: Initial release of GlueLock Pro
- Added firmware version detection
- Implemented configurable polling
- Enhanced status update handling
- Improved error reporting