Skip to main content

BeoPlay API for Python

Project description

pybeoplay

Beoplay Python wrapper to integrate B&O speakers/TVs to Python. This library provides both blocking calls through the requests module and async using asyncio aiohttp calls.

The API is wrapped in an object that can be used with to read the state and control BeoPlay devices. It includes both methods for blocking calls, and async calls with callbacks.

Reference information is on this page.

Some more information on the Notifications stream is in the EVENTS.md file.

Currently gets the following attributes:

  • volume
  • mute
  • source
  • source list
  • primary experience
  • state
  • standby
  • track image (if available)
  • artist
  • album
  • song(name) (if available)
  • description (if available)
  • stand positions

The following commands are available:

  • set volume
  • set mute
  • play
  • pause
  • stop
  • next
  • previous
  • standby
  • turn on
  • set source
  • join experience
  • leave experience
  • play queue item
  • set stand position

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

pybeoplay-1.0.3.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

pybeoplay-1.0.3-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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