fishbigger / TapoP100

A module for controlling the TP-Link Tapo P100 Plugs
MIT License
574 stars 142 forks source link

since 2 days, tapo smart plug plugin don't work with octoprint #115

Open djepsylon opened 1 year ago

djepsylon commented 1 year ago

hi,

i use this super plugin since long time and last night mi pi start in safe mode i search , serch, search, re install all octoprint, and finally it seems tapo smart plug crash octoprint 1.9.0. i must use psu control now but is it possible to re use your plugin, i prefer! it is more easiest to set and there is more options very usefull.

codegrube commented 2 weeks ago

This seems to be related to #140 In my setup even reinstalling the plugin did not work, as a cached older version of the TapoP100 plugin was used. For me I had to access the venv source ~/oprint/bin/activate and then run pip uninstall pyp100 && pip install git+https://github.com/almottier/TapoP100.git@main Hope it helps.