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.7.tar.gz
(11.1 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.7-py3-none-any.whl
(12.8 kB
view details)
File details
Details for the file lyngdorf-0.3.7.tar.gz.
File metadata
- Download URL: lyngdorf-0.3.7.tar.gz
- Upload date:
- Size: 11.1 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 |
09744995bf7308d5615fe22605b10677285b7ec041c7003b66ee372a17b10b9b
|
|
| MD5 |
f04745af0a40c554d6270be9e17d3c09
|
|
| BLAKE2b-256 |
1eca262c5f52f96217abc077304e7533d2aad9aa206a108cc47fe85d900703c4
|
File details
Details for the file lyngdorf-0.3.7-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.3.7-py3-none-any.whl
- Upload date:
- Size: 12.8 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 |
095341afd838d1c52a8e94b2ab7bdd35a0bfd3870417111c1a05b0720a505010
|
|
| MD5 |
6cdcf8292211d2529930407ff5fd79ac
|
|
| BLAKE2b-256 |
f0c4add7731a10c34790216e8086bf574da36cee5b2a19550fa89ed1958609dc
|