sanlike0911 / node-red-contrib-tplink-tapo-connect-api

Apache License 2.0
48 stars 20 forks source link

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

Closed Triyono123 closed 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.

sanlike0911 commented 2 years ago

Hi. Thank you for using this node-red-contrib-tplink-tapo-connect-api.

This node-red-contrib-tplink-tapo-connect-api is a wrapper for "tp-link-tapo-connect".This problem may be resolved by asking "dickydoouk/tp-link-tapo-connect".

My P100 is hardware v1.0.0, but after updating the firmware of P100 to v1.3.2, it stopped working. it doesn't work properly now.

sanlike0911

sanlike0911 commented 2 years ago

This problem has been fixed in version 0.3.4. #0b6f751

sanlike0911