pytapo icon indicating copy to clipboard operation
pytapo copied to clipboard

Python library for communication with Tapo Cameras

Results 19 pytapo issues
Sort by recently updated
recently updated
newest added

See https://github.com/JurajNyiri/pytapo/pull/31 for discussion and more details

When I was looking at `uhttpd` and `dsd`, I realized there are two URLs : `"/admin/system/download_conf"` and `""/admin/system/download_conf""`. Also there are two functions named `download_conf` and `upload_conf` in uhttpd, with...

Would be possible to download the contents of the SD card ? I'd like to have a script that automatically backups all cameras videos, thanks in advance.

help wanted

I'm currently struggling with process of provisioning the Tapo C100 camera. When camera is in factory state it sets the unprotected AP named `Tapo_Camera_XXXX` where `XXXX` is some hex value....

Any guess how to get this info from a device?

closes #105 - Adds getHubSirenStatus, getHubSirenConfig getHubSirenTypeList, setHubSirenStatus, setHubSirenConfig and getBatteryStatus - Adds new methods to getMost - Refactors getMost response building with aliases to support multiple methods calls with...

Hi there, I have found several missing methods, that would be nice to add to pytapo and the HA assistant integration Hub H200: | method | params | result |...

Add the ability to enable or disable `echo_cancelling` on `setMicrophone()` method

I have modified/tweaked the convert.py and downloader.py and provide the functions with a variable called method. When method == 'raw' the convert.py module saves the raw .ts version downloaded from...

I have built a script that implements an MQTT client based on the pytapo (getEvents) method. The script keeps on interrogating my camera in search of a new event but...