mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add troubleshooting to Yale Access Bluetooth (#32591)
This commit is contained in:
parent
ed0774f161
commit
ffe7cf5569
@ -101,3 +101,11 @@ Root access is required to read the `key` and `slot` stored in `/data/data/com.a
|
||||
The Android app will only save the offline key to your device's filesystem if Auto-Unlock has been enabled and used at least once. Auto-Unlock can be disabled once the key has been loaded.
|
||||
|
||||
Root access is required to copy the `ModelDatabase.sql` from `/data/data/com.assaabloy.yale/databases`. Once copied, you can use [DB Broser for SQLite](https://sqlitebrowser.org/) to open the `ModelDatabase.sql`, navigate to the table `LockData` and find the column `offlineKeys`.There, you will find a JSON that includes the `key` and `slot` properties.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Lock frequently requires re-authentication
|
||||
|
||||
If you use the key from an iOS or Android device that you also frequently use to operate the lock, you may find that the key is rotated, and the integration can no longer authenticate. If you are using the [August](/integrations/august) integration to keep the key up to date, it may need to be reloaded to update the key.
|
||||
|
||||
To avoid the problem, create a second owner account in the August app, log in to it once on your iOS or Android device, operate the locks, log out of the account, remove the August integration, and set up the August integration with the secondary owner account. This method avoids the problem because there is no longer an iOS or Android device logged into the secondary owner account that can rotate the key unexpectedly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user