Unofficial client for the MySmartBlinds Smart Bridge
Project description
Python MySmartBlinds Smart Bridge Client
This is an unofficial client for the MySmartBlinds Smart Bridge. You must have configured your blinds and bridge with the official iOS or Android app first in order to use this.
USE AT YOUR OWN RISK.
Usage
from smartblinds_client import SmartBlindsClient
client = SmartBlindsClient("email", "password")
client.login()
blinds, rooms = client.get_blinds_and_rooms()
print(blinds)
print(rooms)
print(blinds[0].name)
states = client.get_blinds_state(blinds)
print(states[blinds[0].encoded_mac].position)
client.set_blinds_position(blinds, 100)
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
Built Distribution
File details
Details for the file smartblinds_client-0.6.tar.gz
.
File metadata
- Download URL: smartblinds_client-0.6.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43b11aa11a850f1ec54a150753873b5579608b09ea7110ccda47b6de9a98c8b8 |
|
MD5 | 6ca326a3884a4b340b9f58ef00fd4e37 |
|
BLAKE2b-256 | d3e6031a8f4615ebc0909068d9bb6da6824b2c7d9dc98b1a6b3e231c991dc601 |
File details
Details for the file smartblinds_client-0.6-py3-none-any.whl
.
File metadata
- Download URL: smartblinds_client-0.6-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c181714b4280c894975ecde29eeea4f5b39905484ff035397469882ada95e111 |
|
MD5 | 044fecc6a51075cc540cd4b1d8f913e2 |
|
BLAKE2b-256 | 7dc2426441e4fab0849390034f9bd666388012523fafa0c3f274c6271317ae1b |