homebridge-bold v2.2.0
Homebridge Bold
This Homebridge plugin brings HomeKit support for the Bold Smart Locks.
Installation
First, install Homebridge
npm install --global homebridge
Then, install the Bold plugin
npm install --global homebridge-bold
Configuration
The easiest way to configure this plugin is by using the Config UI, as this plugin provides a login flow for the access & refresh token.
For HOOBS or Homebridge without a configuration UI, you can use the authentication website and use the resulting access & refresh token in the Manual configuration.
Notes:
- Bold only allows one logged in session per account. Unless you don't need to use the Bold app, it's recommended to create an additional account
- A Bold Connect hub is required for this plugin to function. This plugin will only expose locks that are linked to a Bold Connect hub to HomeKit.
- While HomeKit shows the lock with locked/unlocked state, this only reflects whether you can turn the lock, not whether the door is locked.
Manual configuration
An example configuration can be found in the config.example.json file.
Property | Type | Details |
---|---|---|
platform | string | RequiredMust always be Bold . |
accessToken | string | RequiredAccess token for the Bold API. |
refreshToken | string | RequiredRefresh token for the Bold API. |
Credits
Thanks to Erik Nienhuis for helping with reverse-engineering the Bold API and providing me with the Bold API documentation.
8 months ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago