pytapo icon indicating copy to clipboard operation
pytapo copied to clipboard

Python library for communication with Tapo Cameras

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

When downloading in a continues process, at the latest Tapo recording, the module session.py reports something like: "Received response with no or invalid session information. can't deliver" and then a...

`setFirmwareAutoUpgradeConfig` only works if I provide a time parameter: ```python3 print(tapo.setFirmwareAutoUpgradeConfig(False)) # {'result': {'responses': [{'method': 'setFirmwareAutoUpgradeConfig', 'result': {}, 'error_code': -40209}]}, 'error_code': 0} print(tapo.setFirmwareAutoUpgradeConfig(False, '03:00')) # {'result': {'responses': [{'method': 'setFirmwareAutoUpgradeConfig', 'result':...

The logo can be configured: ``` "logo": { "enabled", // "on" / "off" "x_coor", // int "y_coor", // int } ```

DRAFT: Updating the library with docs, CI/CD, Improve syntax and unit test folder

I am having a strange issue where I get a stok error whenever my VPN is enabled? ``` Exception: Error: Invalid stok value, Response: {"error_code": -40401, "result": {"data": {"code": -40407,...

I have successfully downloaded the video recorded by the C420 via the H200 Hub. Unfortunately, I could not achieve this with the current code as it is, and a few...

What about setting up the librarie documentation on ReadTheDocs? I have done the same for libtado at https://libtado.readthedocs.io/en/latest/

I have a c425 camera running firmware `1.3.5`. I have been connecting to it with `pytapo==3.3.19` via ```python tapo_camera = Tapo(host=CAMERA_ONE_IP, user=CAMERA_ONE_USERNAME, password=CAMERA_ONE_PASSWORD) ``` and up until today have not...

I was getting a quite annoying error inside an infinite loop about `ffprobe`. I am not very familiar with `ffmpeg` tool, so it took me a couple of hours to...

It seems something changed on July 5th or 6th and I now get an error when attempting to use the library: ``` Traceback (most recent call last): File "/exec.py", line...