Skip to main content

Library for controlling Imou devices by interacting with the Imou Life API.

Project description

imouapi

This python library helps in interacting with Imou Life Open API for remote controlling programmatically your Imou devices, especially those settings such as motion detection, human detection, privacy, etc that can be changed by the Imou Life App only.

Features

  • Provide classes for both low level API interaction as well as device and sensors abastractions
  • Exceptions and error handling
  • Based on asyncio module

Quickstart

  • Install the library with pip install imouapi
  • Register a developer account on Imou Life Open API and get your appId and appSecret
  • Instantiate the Imou API client (from imouapi.api import ImouAPIClient) and initialize it (e.g. api_client = ImouAPIClient(app_id, app_secret, session))
  • Discover registered devices by importing the Discover service (from imouapi.device import ImouDiscoverService), inializing it (e.g. discover_service = ImouDiscoverService(api_client)) and running a discovery (e.g. discovered_devices = await discover_service.async_discover_devices())
  • Either use the high level API by importing the Imou Device class (from imouapi.device import ImouDevice) and initializing it (e.g. device = ImouDevice(api_client, device_id)) or using directly the low level API provided by ImouAPIClient to interact with the device

Full details on the installation process, requirements, usage and classes and methods made available by the library are available at https://user2684.github.io/imouapi

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

imouapi-1.0.15.tar.gz (33.1 kB view details)

Uploaded Source

Built Distribution

imouapi-1.0.15-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file imouapi-1.0.15.tar.gz.

File metadata

  • Download URL: imouapi-1.0.15.tar.gz
  • Upload date:
  • Size: 33.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for imouapi-1.0.15.tar.gz
Algorithm Hash digest
SHA256 eeb4207f61d07e2d658a5a20f90bcf247c7134fbb8085cee5a9a0dc379bb113f
MD5 5a334fd0ef7cd74643807beb3e6b25d0
BLAKE2b-256 cc721c8d2330f3edcdfcf9e5bdfc8ee17246cfbac804ca4c2c1e9cef5867c964

See more details on using hashes here.

File details

Details for the file imouapi-1.0.15-py3-none-any.whl.

File metadata

  • Download URL: imouapi-1.0.15-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for imouapi-1.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 e04daf0ff61513b33eafc7e9fc88227cb8cdf6a35fbe528634055fa0fc2437e7
MD5 e2cb3608dbc914a21d1102193c05e35a
BLAKE2b-256 c15f126b6646741465323b2a055afb69dc26bd0e57f7983349fae703f09ac163

See more details on using hashes here.

Supported by

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