tplink-cloud-api
tplink-cloud-api copied to clipboard
A Python library to remotely control TP-Link smart home devices using their cloud service - no need to be on the same network as your devices
Hi I am trying for a poc for my smart plug tapo p110 and kp115 plugs and found your library. when i tried the below code i see issues, i...
hi! thanks for a great repo! is it a lot of work to add p100 and p110 plugs to the compatible devices? I am quite new to coding so I...
When following the instructions on how to connect and discover devices, I am getting an email with the following message: > Hello, > We noticed a login attempt from an...
I get TypeError every time I use some functions that are coroutines. ### Configuration: * Debian 11, WSL2 * Python 3.10.3 * tplink-cloud-api 4.1.3 ### Code: import asyncio import os...
The TPLinkDeviceManager class encourages creating it with a username and password, but doing this logs in every time you construct it, which caused me to hit an API rate limit,...
I am using tplink-cloud-api for fetching the device status at a certain time interval. It was working fine. But now I am unable to fetch the device status. If anyone...