Skip to content

Commit 0634ec1

Browse files
2 parents fe9617b + cb34781 commit 0634ec1

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
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

0 commit comments

Comments
 (0)