fishbigger / TapoP100

A module for controlling the TP-Link Tapo P100 Plugs
MIT License
567 stars 139 forks source link

Hardware v2.0 - handshake not respond cookie session ID needed to next command #69

Open Triyono123 opened 2 years ago

Triyono123 commented 2 years ago

Before in v1.0 or v1.2, handshake could be made normally, and responded with: { "error_code":0, "result":{ "key":"........." } } and also with TP Session ID.

But somehow when we try to connecting to Tapo hardware v2.0, the handshake did not go well. In result, responded with:

200 OK

with Header: Server : SHIP 2.0

Any Experts please advise.