Skip to content

bassrock/aiovantage_qlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiovantage-qlink

aiovantage-qlink is a Python library for interacting with and controlling Vantage QLink home automation controllers via an IP Enabler.

Inspired heavily by the aiovantage library.

Example

from aiovantage_qlink import CommandClient
from aiovantage_qlink.command_client.object_interfaces.load import LoadInterface

async with CommandClient("test") as client:
    loadInterface = LoadInterface(client)
    lightLevel1 = loadInterface.get_level(9051)

Features

  • Uses Python asyncio for non-blocking I/O.

Supported objects types

The following interfaces are currently supported.

Type Description
Load Lights, relays, etc

About

Python library to interact with Vantage QLink

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages