Skip to main content

Python module to send remote control commands to a Sky TV box

Project description

sky-remote

Python module to send remote control commands to a Sky TV box

Usage

Installation

pip install sky-remote

Simple example

from sky_remote import SkyRemote

remoteControl = sky_remote.SkyRemote('192.168.0.40')

# Just send a command
remoteControl.press('power')

# Now send sequences of commands
remoteControl.press(['channelup', 'record', 'select'])

Sky Q (if firmware < 060)

remoteControl = SkyRemote('192.168.0.40', SkyRemote.SKY_Q_LEGACY)

Remote control commands

sky power

tvguide or home boxoffice services or search interactive or sidebar

up down left right select

channelup channeldown i

backup or dismiss text help

play pause rewind fastforward stop record

red green yellow blue

0 1 2 3 4 5 6 7 8 9

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sky-remote-1.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

sky_remote-1.0-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page