Skip to main content

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

Project description

rxv

Hacky Python interface to Yamaha RX-V*73 receivers (mainly RX-V473)

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

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

Uploaded Source

Built Distributions

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

rxv-0.1.0-py33-none-any.whl (7.6 kB view details)

Uploaded Python 3.3

rxv-0.1.0-py27-none-any.whl (7.6 kB view details)

Uploaded Python 2.7

File details

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

File metadata

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

File hashes

Hashes for rxv-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1a63bdf68381cf4a04dd9687c8db8018cffdaabf27f903e6d66fa4fffde78be6
MD5 1db19ad9b66c4046088f7a699bed7936
BLAKE2b-256 7529b9109205fc908cbdc2d55a5fe8286ab6a0da275671609c4b4c5291f34d72

See more details on using hashes here.

File details

Details for the file rxv-0.1.0-py33-none-any.whl.

File metadata

  • Download URL: rxv-0.1.0-py33-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3.3
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rxv-0.1.0-py33-none-any.whl
Algorithm Hash digest
SHA256 172e1175a6fffec0db85593aaa590f1dbf6f0a7eeb3ce65d4f7d6ee6e5a8b09d
MD5 eb3b0b6ee182e13a208fe4b974d27a3f
BLAKE2b-256 571cb5c7e39989f546b938a7c9e0db19d7fb78ab31178c32f9ef831322f95074

See more details on using hashes here.

File details

Details for the file rxv-0.1.0-py27-none-any.whl.

File metadata

  • Download URL: rxv-0.1.0-py27-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 2.7
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rxv-0.1.0-py27-none-any.whl
Algorithm Hash digest
SHA256 3fca36c2798d3fdddc68b54826218dfb5bb7bdf1ea255e0b5bf1b86cef6e597d
MD5 0bb934378ebbba838a0c4a0dab541160
BLAKE2b-256 eaee0ddd33d06e02ad26751c5d52cbf1853dc77918eea67fcd12ff946064622a

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