File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AugustLockCredentials
2- Fetches the credentials for your August/Yale lock for use with AugustESP32 library
2+ Fetches the credentials for your August/Yale lock for use with AugustESP32 library.
3+
4+ Required: Rooted Android phone (will not work unless phone is rooted).
5+
6+ Instructions for use:
7+
8+ 1 . Setup the lock using the official August or Yale app (can be done on your rooted or normal phone)
9+ 2 . Install the official August/Yale app on the rooted phone
10+ 3 . Authenticate the app on the rooted phone to use the lock. Test it by locking/unlocking the lock
11+ 4 . Now switch off WiFi on the rooted phone
12+ 5 . Operate the lock a few times, which will fall back to the BlueTooth connection, creating credentials in the app's private data area
13+ 6 . The Credentials App can then be run on this phone, which will recover all the details you need:
14+
15+ ![ codereader] ( https://user-images.githubusercontent.com/12689544/189010890-50114c96-4cec-4c3e-89e9-da2c9842784c.jpg )
16+
17+ 7 . You will need the Address, BlueTooth Key and BlueTooth Index.
18+
19+ In your ESP32 code you would initialise the AugustESP32 library instance like this (given the results above):
20+
21+ ``` AugustLock augustLock("00:00:00:00:00:00", "1234567890ABCDEF1234567890ABCDEF", 4); ```
22+
23+ See the example in the AugustESP32 library:
24+
25+ https://github.com/JamesSmartCell/AugustESP32/tree/main/examples/Simple
26+
27+ Install the app from the latest release here:
28+
29+ https://github.com/JamesSmartCell/AugustLockCredentials/releases
You can’t perform that action at this time.
0 commit comments