Skip to main content

A small Python module for sending Remote Control Codes to your Sharp AQUOS Smart TV

Project description

Python module for sending Remote Control Codes to your Sharp AQUOS Smart TV

IP Setup

  1. Go to MENU

  2. Go to the Inital Setup Tab

  3. Go to Network Setup

  4. Manual Setup (Click Yes)

  5. Go down to IP Setup

Remote Setup

  1. Go to MENU

  2. Go to the Inital Setup Tab

  3. Go to AQUOS Remote Control

  4. Enable AQUOS Remote

Usage

  • Import the module

from aquosRemote.aquos import aquosTV

aquos = aquosTV('IP.ADD.RESS.XX')
  • TV Commands

aquos.on() # Turns on TV

aquos.off() # Puts TV into standby mode

aqous.set_standbymode() # Enables standby mode

aquos.play() # Play button (⏯)

aquos.pause() # Pause button (⏯)

aqous.stop() # Stop button

aquos.rewind() # Rewind button (⏪)

aqous.fast_forward() # Fast forward button (⏩)

aquos.rewind() # Skip forward button (⏭)

aquos.rewind() # Skip back button (⏮)

aqous.up() # Up button (▲)

aqous.down() # Down button (▼)

aqous.left() # Left button (◄)

aqous.right() # Right button (►)

aqous.volume_up() # Turns volume up

aqous.volume_down() # Turns volume down

aquos.volume_repeat(x) # Turns volume up x times up or down

aquos.set_volume(xx) # Sets TV volume 0-100

aquos.toggle_mute() # Toggles mute

aqous.set_mute(boolean) # Sets mute to boolean

aquos.mute_on() # Turns mute on

aquos.mute_off() # Turns mute off

aquos.set_input(x) # Sets TV input to input x

aquos.get_device_name() # Gets TV device name

aquos.get_model_name() # Gets TV model name

aquos.get_software_version() # Gets TV software version

aquos.get_ip_protocol_version() # Gets TV ip protocol

aquos.get_info() # Returns all above info into a pretty string

Note: on function will work only after you use the setup=True argument or after you turn off tv using this function, then un-plug and re-plug-in the tv.

Example

An example program would look like:

from aquosRemote.aquos import aquosTV

aquos = aquosTV('IP.ADD.RESS.XX') # Without auth and setup
aquos = aquosTV('IP.ADD.RESS.XX', setup=True) # With setup
aquos = aquosTV('IP.ADD.RESS.XX', 'username', 'password') # With auth
aquos.tv_on()
...

DEPENDENCIES

This has been tested with Python 2.6 and Python 3.6.

LICENSE

MIT License

Resources

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

aquosRemote-1.4.4.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distributions

aquosRemote-1.4.4-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

aquosRemote-1.4.4-py2-none-any.whl (4.1 kB view hashes)

Uploaded Python 2

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