Python API for controlling Genie garage doors connected to Aladdin Connect devices
Project description
aladdin-connect
Python module that allows interacting with Genie Aladdin Connect devices
Note that shared doors are not currently supported, only doors that are owned by your account can be controlled
Usage
from aladdin_connect import AladdinConnectClient
# Create session using aladdin connect credentials
client = AladdinConnectClient(email, password)
client.login()
# Get list of available doors
doors = client.get_doors()
my_door = doors[0]
# Issue commands for doors
client.close_door(my_door['device_id'], my_door['door_number'])
client.open_door(my_door['device_id'], my_door['door_number'])
# Get updated door status
client.get_door_status(my_door['device_id'], my_door['door_number'])
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
aladdin_connect-0.4.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for aladdin_connect-0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70a3b0c2c7ea3cf9601e40e11d3b31c78bb807a46f6b5607f3746eef66671d37 |
|
MD5 | 0f80f2cf6fabfb808d5c00d282dbe498 |
|
BLAKE2b-256 | 99eb343edf64157ab3a55c4dbc6f72abbda37cb54408c17758d585a2cb527cea |