From 459f5f3be102e1675099839ffa8482ff47aae15d Mon Sep 17 00:00:00 2001 From: mattsaxon Date: Thu, 30 Jan 2020 20:02:46 +0000 Subject: [PATCH] Update encryption.md --- docs/encryption.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/encryption.md b/docs/encryption.md index 9061ca6..3f544a4 100644 --- a/docs/encryption.md +++ b/docs/encryption.md @@ -29,4 +29,14 @@ To capture the api_key there are a number of options; 5. Stop the tcpdump (Ctrl-C) 6. Excute the command “grep apikey outputfile” in the router 7. You will get the apikey like this: -{“type”:1,“deviceid”:“xxxxxxxxxx”,“apikey”:"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",“rptInfo”:{“code”:3100,“arg”:"{“rstReason”:0}"},“sequence”:“0845895318697”}^/G \ No newline at end of file +{“type”:1,“deviceid”:“xxxxxxxxxx”,“apikey”:"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",“rptInfo”:{“code”:3100,“arg”:"{“rstReason”:0}"},“sequence”:“0845895318697”}^/G + +* Capture via Charles Proxy + +This is a method which shows how to do it +https://community.home-assistant.io/t/new-custom-component-sonoff-lan-mode-local-with-stock-firmware/88132/99?u=mattsaxon + +It's based on these instructions here; +https://community.hubitat.com/t/sonoff-ewelink-via-homebridge-node/3753 + +Thanks to @SuperMario \ No newline at end of file