Search found 4 matches
- Wednesday 19 January 2022 9:48
- Forum: Others
- Topic: TP-Link Tapo wifi plug
- Replies: 64
- Views: 23065
Re: TP-Link Tapo wifi plug
Remove existing PyP100 module from /home/pi/domoticz as you installed it with "root (sudo)" - this may be causing the error.
- Saturday 18 December 2021 11:57
- Forum: Others
- Topic: TP-Link Tapo wifi plug
- Replies: 64
- Views: 23065
Re: TP-Link Tapo wifi plug
I did try on Bullseye but had too many errors - as my server was on Buster, I stuck with that. I tried various settings for the heartbeat from 0 to 3600s and settled on 60 as this didn't throw any errors, reduced the CPU considerably and worked as expected. Anything over 120 caused errors, whilst 0 ...
- Friday 17 December 2021 12:47
- Forum: Others
- Topic: TP-Link Tapo wifi plug
- Replies: 64
- Views: 23065
Re: TP-Link Tapo wifi plug
The *best* way to install it is by running pip3 install PyP100 --target <INSTALL_DIR>/plugins/Domoticz-Tapo Where default INSTALL_DIR is /home/pi/domoticz/ (On my system) As I hadn't installed anything by pip3 I just copied everything over. If you want to know what files you need just install to a ...
- Saturday 11 December 2021 12:43
- Forum: Others
- Topic: TP-Link Tapo wifi plug
- Replies: 64
- Views: 23065
Re: TP-Link Tapo wifi plug
I had the same problem. After many hours (too many) I finally got it working. This is on RaspiOS - so may be different from your system. After running "pip3 install PyP100" I noticed that the modules had been created in /home/pi/.local/lib/python3.7/site-packages/ which is not in the $PATH variable ...