HAP-python Accessories for e-Q3 MAX! devices.
Project description
Beta! pyhap-maxcube
HAP-python Accessories for e-Q3 MAX! devices, e.g. Cube and Thermostat.
You can easily discover and add MAX! devices to your Home app and set the temperature.
Install
pip install pyhap-maxcube
Usage
from pyhap.accessory_driver import AccessoryDriver
from pyhap.accessories.maxcube import MaxBridge
# The MAX! Cube address
MAX_ADDR = '192.168.1.247'
MAX_PORT = 62910
# Run HAP-python on port 51826
driver = AccessoryDriver(port=51826)
# Expose the MaxBridge accessory - it will discover the MAX! devices and create
# accessories for it.
driver.add_accessory(
accessory=MaxBridge(MAX_ADDR, MAX_PORT, driver, 'MaxBridge'))
# Start it!
driver.start()
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
pyhap-maxcube-0.5.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file pyhap-maxcube-0.5.tar.gz
.
File metadata
- Download URL: pyhap-maxcube-0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77de630792442574d474330b4b2fff77aeb7f85c869b6f323ef542d53096d7d1 |
|
MD5 | 1fb1753fa7e0dff401b205e108294177 |
|
BLAKE2b-256 | a771d3d783a67304d620732ec2f82a547e36e832aaea65f93a3e3b271b10dffa |
File details
Details for the file pyhap_maxcube-0.5-py3-none-any.whl
.
File metadata
- Download URL: pyhap_maxcube-0.5-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e20421295c73a3380dfcb77925f96711ffc4546256281179779a1a28dec172b |
|
MD5 | 5fbe630762ff3a28b319603b1018322a |
|
BLAKE2b-256 | 7c8cf325bbf9f11e6dc903994b610288a27ace666feafd58271d4b3ca5d250d6 |