Library for Sky Q hub
Project description
pyskyqhub
Python module for accessing Sky Q hub and retrieving connected devices
Introduction
This library enables access to SkyQ hub to pull back a list of devices connected to the hub, and their names/
Installing
To install:
pip install pyskyqhub
Usage
Base
from pyskyqremote import SkyQhub
hub = SkyQHub('192.168.1.254')
await hub.async_connect()
hub.success_init will indicate for connection was succesful or not
Get connected devices
devices = await skyhub.async_get_skyhub_data()
Will return an object such as below:
{
'68:xx:7b:cc:xx:5c':'UNKNOWN',
'70:xx:57:a3:xx:f0':'UNKNOWN',
'e4:xx:6e:44:xx:7d':'Private',
'20:xx:ed:c5:xx:72':'SKY+HD',
'18:xx:30:bf:xx:e6':'09AA0xxxxxx02WV'
}
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
pyskyqhub-0.1.1.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for pyskyqhub-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76e1c5a009d7a8cf2dfd9384129bf420c54e1c1ee797080b8cc223e3a437f15b |
|
MD5 | be5422a6086f805cca8ffd5a505a0252 |
|
BLAKE2b-256 | 5c9ba1dcacb824963e655922641d4dba827e24ee34e2d7cda4f537d73777c5ce |