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
andappSecret
- 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 byImouAPIClient
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imouapi-0.2.0.tar.gz
(17.2 kB
view details)
Built Distribution
imouapi-0.2.0-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file imouapi-0.2.0.tar.gz
.
File metadata
- Download URL: imouapi-0.2.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb50a46545b058d5d5fc97ea597fb51b356d6dd6de36eaaa0006e01eaad132f9 |
|
MD5 | 1b77f5b3f322e3ac149daff2d336cd75 |
|
BLAKE2b-256 | 7eac39d832d189b9568ce896574315ad9996608db449845b4e36f8291c335465 |
File details
Details for the file imouapi-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: imouapi-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c033bb7552107bed5ddb97ae930a9444567afdedf295901bbecc6874620fd898 |
|
MD5 | 7be74ab30380b167eefecffa42d6feb4 |
|
BLAKE2b-256 | 90618e2560859c4f4637190f0983c14047483ea3d7b8873a1f3c49d26aed519b |