https://github.com/JurajNyiri/pytapo https://www.piwheels.org/project/pytapo/ https://note.nkmk.me/en/python-pip-usage/#update-a-package-pip-install-upgrade 1: Check installed PyTapo Version with: pip3 show pytapo 2: Install PyTapo Update (if available, check links above) with: pip3 install --upgrade pytapo 3: Set acces privilegies for command Python3 files and motioneye command bash files with: chmod -R 777 /root/tapo/commands/ chmod -R 777 /etc/motioneye/ 4: FINISHED :)