Skip to main content

A python library to view maps from Tuya robot vacuums

Project description

tuya-vacuum

tuya-vacuum is a python library to view maps from Tuya robot vacuums.

Installation

Use the package manager pip to install tuya-vacuum.

pip install tuya-vacuum

Usage

from tuya_vacuum.tuya import TuyaCloudAPI
import requests

# Create a new TuyaCloudAPI instance
tuya = TuyaCloudAPI(
    origin="https://openapi.tuyaus.com",
    client_id="<Client ID>",
    client_secret="<Client Secret>"
)

# Request the current realtime map data from the cloud
device_id = "<Device ID>"
response = tuya.request("GET", f"/v1.0/users/sweepers/file/{device_id}/realtime-map")

# Get the layout and path data using the returned map urls
layout_data = requests.get(response["result"][0]["map_url"]).content.hex()
path_data = requests.get(response["result"][1]["map_url"]).content.hex()

# Parse the map data
vacuum_map = VacuumMap(layout_data, path_data)

# Save the map as an image
image = vacuum_map.to_image()
image.save("output.png")

Compatability List

This is a list of all currently tested devices. Create a new issue to add your device.

Device Support
Lefant M1

Special Thanks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tuya_vacuum-0.1.0.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tuya_vacuum-0.1.0-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file tuya_vacuum-0.1.0.tar.gz.

File metadata

  • Download URL: tuya_vacuum-0.1.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for tuya_vacuum-0.1.0.tar.gz
Algorithm Hash digest
SHA256 74ca1cfa2dcd67680116eefad175e20d965335323f54667de9da0d5ebd1746db
MD5 93a42ef5393eabeebf5e419611bf4b1c
BLAKE2b-256 28442dc4289340cc6ba912124cba69d23983682aded527f0b0fbbda38a5b011a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tuya_vacuum-0.1.0.tar.gz:

Publisher: publish.yml on jaidenlabelle/tuya-vacuum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tuya_vacuum-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: tuya_vacuum-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for tuya_vacuum-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e83d19d8c8fc3201d568daa7869881fec540ddb42556736d23945e44ddce1efd
MD5 fd3e474524e15f8759df8ddeef683612
BLAKE2b-256 9fa48c07ed17cfb6b95740bf55dc0ddf3c776760fffc80ce6ee9a9bd78d8c3c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tuya_vacuum-0.1.0-py3-none-any.whl:

Publisher: publish.yml on jaidenlabelle/tuya-vacuum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page