tapo-p100-java-poc
tapo-p100-java-poc copied to clipboard
Does code work with latest Tapo firmware?
Downloaded the code and tried on my new Tapo P110 plug. I get an initial HTTP 200 response but then it fails:
[TAPO-PoC] Generating keypair... [TAPO-PoC] Sending handshake! [TAPO-PoC] Making handshake... Exception in thread "main" [TAPO-PoC] Server responded with:
Looking at the code I see this line is where it fails: String cookie = response.header("Set-Cookie").split(";")[0];
Please see https://github.com/K4CZP3R/tapo-p100-java-poc/issues/4. (NB: I'm not the original creator).