Skip to main content

Python bindings for modern Sony speakers

Project description

These Python bindings are intended to interact with modern Sony speakers.

NOTE This library has only been tested with a Sony SRS-ZR7. It may not work reliably with other Sony speakers. Feel free to open an issue if your are having trouble with your device.

Code sample

from pysonyavr import SonyAvr
s = SonyAvr('10.0.0.18')
s.turn_on()
# Switch to AUX input
s.set_input('audio in')
s.raise_volume()
s.mute()
s.unmute()
s.turn_off()

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

pysonyavr-1.3.tar.gz (3.7 kB view hashes)

Uploaded Source

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