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

aqous.delay() # Waits a certian time

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.enter() # Enter button

aqous.remote_return() # Stop button

aqous.exit() # Exit 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.toggle_3d() # Toggles 3D

aquos.netflix() # Opens Netflix

aquos.smart_central() # Opens Smart Central

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.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.5.tar.gz (5.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

aquosRemote-1.4.5-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

aquosRemote-1.4.5-py2-none-any.whl (4.3 kB view details)

Uploaded Python 2

File details

Details for the file aquosRemote-1.4.5.tar.gz.

File metadata

  • Download URL: aquosRemote-1.4.5.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aquosRemote-1.4.5.tar.gz
Algorithm Hash digest
SHA256 4146e210409c50de8e5883eb8813de2891dd933ca1360aaf9393b82d9e8c8209
MD5 7782011f17a4aaecc8f53d9315161eb4
BLAKE2b-256 8032efdcc2b0640f20d2cb95a33cd5afbe4288c4551299be1201046fabc350ea

See more details on using hashes here.

File details

Details for the file aquosRemote-1.4.5-py3-none-any.whl.

File metadata

File hashes

Hashes for aquosRemote-1.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 785c62ab48cd248278bc27091a042bbfb42be2584bcc1df81081a30fe093e003
MD5 3e78b28c478659dc9dc2f9bc05e57e67
BLAKE2b-256 82257987b603a81cf072d5bdbf8271e3b4c2c533c2e083cd9f4e1e3dbf460c74

See more details on using hashes here.

File details

Details for the file aquosRemote-1.4.5-py2-none-any.whl.

File metadata

File hashes

Hashes for aquosRemote-1.4.5-py2-none-any.whl
Algorithm Hash digest
SHA256 d034af739b37483a76427bda7354752cf09173d3a57b8edd0729c19107ed1b77
MD5 f7619072ad9fd818fdd28645a6ffe1ee
BLAKE2b-256 0ef7bb0dc4d3de545301d43621f91b1b22411256707dc0e1b2bda6bd1fd862ba

See more details on using hashes here.

Supported by

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