Skip to content

A wrapper on top of TP Link API offerings to create a web app (since they don't have one)

Notifications You must be signed in to change notification settings

vasujain/IOT-Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home simualator app

Steps

  1. Create an account at https://www.tplinkcloud.com/
  2. Authenticate to TP-Link cloud API and get a token
  3. Get the end point URL and Device ID
  4. Put the token in scripts.js and get it started.

Use sample curl:

curl -X POST \
  https://wap.tplinkcloud.com \
  -H 'Content-Type: application/json' \
  -d '{
 "method": "login",
 "params": {
 "appType": "Kasa_Android",
 "cloudUserName": "YOUR_CLOUD_USER_NAME",
 "cloudPassword": "YOUR_CLOUD_USER_PWD",
 "terminalUUID": "MY_UUID_v4"
 }
}'

About

A wrapper on top of TP Link API offerings to create a web app (since they don't have one)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published