Skip to main content

Automation Library for Yamaha RX-V473, RX-V573, RX-V673, RX-V773 receivers

Project description

rxv

Automation Library for Yamaha RX-V473, RX-V573, RX-V673, RX-V773 receivers

Installation

Use pip:

$ pip install rxv
or
$ pip install --use-wheel rxv

Usage

The easiest way to start using is to let SSDP find all available receivers. In most cases rxv module will manage to obtain locations of local compatible devices:

>>> import rxv
>>> receivers = rxv.find()
>>> print(receivers)
[<RXV model_name="RX-V473" ctrl_url="http://192.168.1.116:80/YamahaRemoteControl/ctrl" at 0x2c1c1d0>]
>>> rx = receivers[0]
>>> rx.on = True
>>> rx.volume
-51.0
>>> rx.inputs()
{'AUDIO': None,
'HDMI1': None,
'HDMI2': None,
(...)
'iPod (USB)': 'iPod_USB'}
>>> rx.input
"NET RADIO"
>>> rx.input = "HDMI1"
>>> rx.input
"HDMI1"

If SSDP causes you some problems, ctrl_url can be provided by hand.:

>>> rx = rxv.RXV("http://192.168.1.116:80/YamahaRemoteControl/ctrl", "RX-V473")

License

BSD

Authors

Contributors

Users

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

rxv-0.1.9.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

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

rxv-0.1.9-py2.py3-none-any.whl (8.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file rxv-0.1.9.tar.gz.

File metadata

  • Download URL: rxv-0.1.9.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rxv-0.1.9.tar.gz
Algorithm Hash digest
SHA256 eed423693a439b661a73ccbd5bc4753e4e63fb192cbc1b978e64fa3bf5f83f4b
MD5 7b2cb167d2d88bf2a70dc1ec9e4a64e3
BLAKE2b-256 c199200c9a51587a90547428228879de2ba6887f81463062f8016cf0983b08b3

See more details on using hashes here.

File details

Details for the file rxv-0.1.9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for rxv-0.1.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5c9e1c77a9582c2c357c5ca3f9f6867088e258dcfd52d8d2ba53c3a6756d05f6
MD5 b68237c6a8a39010736144efb50f78f5
BLAKE2b-256 48c7d16d492328aabeeacfa70db34a70539a2fec2a0d3e250b13a4b949926b01

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