piekstra / tplink-cloud-api

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
GNU General Public License v3.0
41 stars 11 forks source link

compatibility with p100 and p110 #68

Open sugarjo opened 2 years ago

sugarjo commented 2 years ago

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 don't know where to start. I can find my p110, but I cannot toggle it on or off (await device.toggle() causes no error, but nothing happens at plug). Just close the issue if is a lot of work. :) Thanks!

piekstra commented 2 years ago

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 don't know where to start. I can find my p110, but I cannot toggle it on or off (await device.toggle() causes no error, but nothing happens at plug). Just close the issue if is a lot of work. :) Thanks!

Hi @sugarjo, thanks for the kind words! Unfortunately the Tapo devices seem to have different commands than TP-Link's Kasa products. I've received a number of requests to add support for Tapo devices so I'll try and put in some time on an upcoming weekend to start adding support for them. I don't have a good sense of timeline but I'll keep this issue open :)