Skip to main content

Python library for Heiman smart home devices

Project description

Heiman Connect Library

Python library for communicating with Heiman smart home devices.

Installation

pip install heiman-connect

Usage

import asyncio
from heimanconnect import HeimanHttpClient, HeimanCloudClient

async def main():
    # Initialize HTTP client with access token
    http_client = HeimanHttpClient(
        api_url="https://api.heiman.cn",
        access_token="your_access_token",
    )
    
    # Create cloud client
    cloud_client = HeimanCloudClient(http_client)
    
    # Get homes
    homes = await cloud_client.async_get_homes()
    
    # Get devices
    devices = await cloud_client.async_get_devices(home_id=homes[0].home_id)
    
    # Control device
    await cloud_client.async_control_device(
        device_id=device_id,
        property_identifier="Switch",
        value=True,
    )

asyncio.run(main())

Features

  • HTTP API client
  • MQTT real-time communication
  • Device management
  • Property control
  • Simplified authentication (bring your own token)

License

MIT License

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

heiman_connect-1.0.11.tar.gz (54.6 kB view details)

Uploaded Source

Built Distribution

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

heiman_connect-1.0.11-py3-none-any.whl (128.9 kB view details)

Uploaded Python 3

File details

Details for the file heiman_connect-1.0.11.tar.gz.

File metadata

  • Download URL: heiman_connect-1.0.11.tar.gz
  • Upload date:
  • Size: 54.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for heiman_connect-1.0.11.tar.gz
Algorithm Hash digest
SHA256 ab2966ce208e5894350cb247fc6daae81b9081bd4159c60db4c31bb5466b2053
MD5 0178e16993efa0bd7631304d7439f01a
BLAKE2b-256 e44b5362bcdef9758eb7c44b137261ecb5e195fe3a3a01e81ef5f5ae1706acdf

See more details on using hashes here.

File details

Details for the file heiman_connect-1.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for heiman_connect-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 78e188cfe55ba0ce2e9f015894a85a0a72c5d867e032d12ffec369a070f4efc2
MD5 e478de79324d0654f9080131f0f7cf4b
BLAKE2b-256 a75faa3a8bf32a1bb60f0699a97014adfc70ee457ad56758673b27d9d358e0a8

See more details on using hashes here.

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