Library to control a Lyngdorf A/V processor
Project description
lyngdorf
Automation Library for Lyngdorf receivers
Installation
Use pip:
$ pip install lyngdorf
or
$ pip install --use-wheel lyngdorf
Usage
Primarily designed to be used by Home Assistant, this library can be used as follows:
>>> from lyngdorf.mp60 import LyngdorfMP60Client
>>> mp60 = LyngdorfMP60Client("192.168.16.16")
>>> await mp60.async_connect()
>>> print(mp60.volume)
-36.5
>>> mp60.volume=-22.5
>>> print(mp60.volume)
--22.5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lyngdorf-0.2.2.tar.gz
(7.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lyngdorf-0.2.2.tar.gz.
File metadata
- Download URL: lyngdorf-0.2.2.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad435cf718231d20a26321c010571b45899002fc3ceb8102a42b108346f6b5d8
|
|
| MD5 |
bf938e17d0ad61aa640e905f511a2e76
|
|
| BLAKE2b-256 |
d0ef34b3d97bffbe91330c3b10eda273fd7aca31813dc2c9177a21d08db28ca6
|
File details
Details for the file lyngdorf-0.2.2-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.2.2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f4ca64eb470c13f586cf9aba994495efc7c2e05f8e2f902d54f00e609cf1488
|
|
| MD5 |
3808a58305738794ddefcb10ba637272
|
|
| BLAKE2b-256 |
28b32fde8b1fb83c01bec16079f8b05c756437fa30b6a128394722528bcf0d61
|