Asynchronous library to control Rollease Acmeda Automate roller blinds via a version 1 Pulse Hub.
Project description
Aiopulse
Asynchronous library to control Rollease Acmeda Automate roller blinds via a version 1 Pulse Hub.
The Rollease Acmeda Pulse Hub is a WiFi hub that communicates with Rollease Acmeda Automate roller blinds via a proprietary RF protocol. This module communicates over a local area network using a propriatery binary protocol to issues commands to the Pulse Hub. A module that supports version 2 Pulse Hubs has been developed separately here: https://pypi.org/project/aiopulse2/ This module requires Python 3.4 or newer and uses asyncio.
Installing
Available on PyPi here:https://pypi.org/project/aiopulse/, run pip install aiopulse
.
Alternatively, download and extract a release and from within the folder containing setup.py run python setup.py install
.
Demo.py commands:
Command | Description |
---|---|
discover | Find and connect to any hubs on the local network (uses udp broadcast discovery) |
connect | Connect to all hubs and trigger update |
disconnect | Disconnect all hubs |
update | Refresh all information from hub |
list | List currently connected hubs and their blinds, use to get the [hub id] and [blind id] for the following commands. |
open [hub id] [blind id] | Open blind |
close [hub id] [blind id] | Close blind |
stop [hub id] [blind id] | Stop blind |
moveto [hub id] [blind id] [% closed] | Open blind to percentage |
health [hub id] [blind id] | Update the health of the blind |
exit | Exit program |
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
Built Distribution
File details
Details for the file aiopulse-0.4.6.tar.gz
.
File metadata
- Download URL: aiopulse-0.4.6.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8eeb9b40700041837d992b2c7c5de9ad8072cbec31b1c645c7082ca4953ccd80 |
|
MD5 | 6648eb2247e28195d5d4b6e865c1f0d9 |
|
BLAKE2b-256 | 684f405ebdc4b8c494c009ff77c337460272ddb85dbfd1311569033eb9bde0b7 |
File details
Details for the file aiopulse-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: aiopulse-0.4.6-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3bc212c17e44649656c10477b492ef7acba9606aedc85ec723bca4739ee5a4c |
|
MD5 | 6d75d657be4a2f9f545098ffde69b93c |
|
BLAKE2b-256 | f100929f73ac2077242df263cf4a5cbc54ae9e5f70114d7c6bafafb36a278440 |