Fetches the credentials for your August/Yale lock for use with AugustESP32 library.
You can install from PlayStore or using the APK in this repo, or build directly from this sourcecode.
PlayStore: https://play.google.com/store/apps/details?id=com.stormbird.augustcodereader
Required: Rooted Android phone (will not work unless phone is rooted).
Instructions for use:
- Setup the lock using the official August or Yale app (can be done on your rooted or normal phone)
- Install the official August/Yale app on the rooted phone
- Authenticate the app on the rooted phone to use the lock. Test it by locking/unlocking the lock
- Now switch off WiFi on the rooted phone
- Operate the lock a few times, which will fall back to the BlueTooth connection, creating credentials in the app's private data area
- The Credentials App can then be run on this phone, which will recover all the details you need:
- You will need the Address, BlueTooth Key and BlueTooth Index.
In your ESP32 code you would initialise the AugustESP32 library instance like this (given the results above):
AugustLock augustLock("00:00:00:00:00:00", "1234567890ABCDEF1234567890ABCDEF", 4);
See the example in the AugustESP32 library:
https://github.com/JamesSmartCell/AugustESP32/tree/main/examples/Simple
Install the app from the latest release here:
https://github.com/JamesSmartCell/AugustLockCredentials/releases