Skip to main content

Control Blustream and Elan HDBaseT Matrix

Project description

pyblustream

pyblustream is a Python library to connect to an ELAN or Blustream HDBaseT Matrix. You can see the current mapping of inputs to outputs as well as request to change the input that an output is using.

It is primarily being developed with the intent of supporting home-assistant

Installation

# Installing from PyPI
$ pip install pyblustream

Using on the command line as a script

main.py -h <matrix ip address> [-p <port> -s <output_id> -o <output_id> -i <input_id> -a -l]
    -h hostname or ip		Hostname or IP of the matrix - required
    -p port			Port of the matrix to connect to - defaults to 23
    -o output_id -i input_id	Set output ID to use input ID - specified as an int e.g. -i 2 -o 4 both must be specified
    -s output_id	        Display the input for this output ID must be an int e.g. 2
    -a				Display the input for all outputs
    -l				Continue running and listen for source changes

Log out the input used on a specific output and exit

python3 main.py -h 127.0.0.1 -s 02

Log out all input/output mappings and exit

python3 main.py -h 127.0.0.1 -a

Change display id 2 to source 3 and exit

python3 main.py -h 127.0.0.1 -o 2 -i 3

Run forever logging status changes

python3 main.py -h 127.0.0.1 -l

Change a source then run forever logging status changes

python3 main.py -h 127.0.0.1 -o 2 -i 3 -l

Using in an application

See example.py

TODO

  • Get names of inputs and outputs from the matrix

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

pyblustream-0.21.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

pyblustream-0.21-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file pyblustream-0.21.tar.gz.

File metadata

  • Download URL: pyblustream-0.21.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for pyblustream-0.21.tar.gz
Algorithm Hash digest
SHA256 aa6a34b32e2b576b7408c03699b3afc248b254772e08eaa1e7110926653fb3e9
MD5 6dae5235648441b6a5a13c3aea83aab2
BLAKE2b-256 d1496072cdf4c7058b8ec88ce11e3dfdf8d00ce0c94321ab4f4e3dc0581a4747

See more details on using hashes here.

File details

Details for the file pyblustream-0.21-py3-none-any.whl.

File metadata

  • Download URL: pyblustream-0.21-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for pyblustream-0.21-py3-none-any.whl
Algorithm Hash digest
SHA256 38f1f2128d48159e58545c1eb84881cb989cae88dc89cb3fbe1384db4634fa45
MD5 d9914692b9278a1a8d43a7208ec0baa4
BLAKE2b-256 2e7bb1be1c65688f7f551c3a5cca8800c3b817942bc52f2b9820ddf200130539

See more details on using hashes here.

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