petretiandrea / plugp100

Work in progress implementation of tapo protocol in python.
GNU General Public License v3.0
72 stars 28 forks source link

Sample code not working #133

Open bunbunet opened 1 year ago

bunbunet commented 1 year ago

I'd like to use these libraries to control a tapo RGB lamp from a python script. I installed the package and tried the sample code but.. I'm already stuck at the library import! "No module named 'plugp100.api.tapo_client'" my need is only to connect to the lamp and control state, intensity and color.

Thank you very much for any help!

Federico