A python library for controlling a sky box
Project description
skyboxremote
Python library to send commands to a Sky HD box Based on the (sky-remote NodeJS)[https://github.com/dalhundal/sky-remote/] module from dalhundal
Installation
pip install skyboxremote
Usage
Pass ip and port into RemoteControl function to create a remote. Port defaults to 49160 for SkyHD or SkyQ, set to port 5900 for legacy SkyQ firmware < 060 Time between commands in a sequence defaults to 0.01s.
Example
from skyboxremote import RemoteControl
remote = RemoteControl('192.168.1.60')
# Send a single command
remote.send_keys('sky')
# Send a sequence of commands
remote.send_keys(['channelup', 'record', 'select'])
Available remote control commands
"power"
"sky"
"tvguide" "boxoffice" "services" "interactive"
"up" "down" "left" "right"
"select" "backup"
"channelup" "channeldown"
"i" "text" "help"
"red" "green" "yellow" "blue"
"0" "1" "2" "3" "4" "5" "6" "7" "8" "9"
"play" "pause" "stop" "record" "fastforward" "rewind"
"sidebar" "dismiss" "search" "home"
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skyboxremote-0.0.1.tar.gz.
File metadata
- Download URL: skyboxremote-0.0.1.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e5761ac803342a5c0b6cd6505c05be6fba81f6e20bf8ee5ed84d64200fd14f2
|
|
| MD5 |
8805a323e2e3e351098eb12104e1261e
|
|
| BLAKE2b-256 |
fe90b59ed82337b22fb9dbd6c44c54a0f5cc1e0881a97cba1be798952165bdb1
|
File details
Details for the file skyboxremote-0.0.1-py3-none-any.whl.
File metadata
- Download URL: skyboxremote-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92c088346b3b260afd341affb03d2eef6ced9b8fc21775f75971dbfe073f7c64
|
|
| MD5 |
beb92b74862463cff79550475ba036e4
|
|
| BLAKE2b-256 |
bea77fcf25573841f80fbe5ea544e892e2d4cc0bfe6258f12b4e1ac9b5e93bca
|