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()
>>> mp60.power_on(True)
>>> 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.3.2.tar.gz
(10.6 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
lyngdorf-0.3.2-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file lyngdorf-0.3.2.tar.gz.
File metadata
- Download URL: lyngdorf-0.3.2.tar.gz
- Upload date:
- Size: 10.6 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 |
184062252339bd1bc61f86e47951648713a5fa73239391dfe25e5a5f6726be23
|
|
| MD5 |
aeb1a0e41e688139607f30334b6d1112
|
|
| BLAKE2b-256 |
db4b8c70a803db5e63dd65a269855b8c61eb2c5e9308ecb82e0a907abe606e33
|
File details
Details for the file lyngdorf-0.3.2-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.3.2-py3-none-any.whl
- Upload date:
- Size: 12.2 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 |
67e5a074696af40d5f44c827a31ccd9c0889a702bb0c270ca727ef176c628a9f
|
|
| MD5 |
8230f36fdfa66b5245b65f3a9fbe6136
|
|
| BLAKE2b-256 |
a6e3087ab35f3fb17538a1d688af80f1b241abb407238f7d45fe58cd021a6176
|