We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2595875 commit ebc5b7eCopy full SHA for ebc5b7e
README.md
@@ -1,4 +1,14 @@
1
# pySwitchbot [](https://travis-ci.org/Danielhiversen/pySwitchbot)
2
Library to control Switchbot IoT devices https://www.switch-bot.com/bot
3
4
+## Obtaining locks encryption key
5
+Using the script `scripts/get_encryption_key.py` you can manually obtain locks encryption key.
6
+
7
+Usage:
8
+```shell
9
+python3 get_encryption_key.py MAC USERNAME
10
+```
11
+Where `MAC` is MAC address of the lock and `USERNAME` is your SwitchBot account username, after that script will ask for your password.
12
+If authentication succeeds then script should output your key id and encryption key.
13
14
[Buy me a coffee :)](http://paypal.me/dahoiv)
0 commit comments