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.2.19.tar.gz
(8.8 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.2.19-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file lyngdorf-0.2.19.tar.gz.
File metadata
- Download URL: lyngdorf-0.2.19.tar.gz
- Upload date:
- Size: 8.8 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 |
2705e2da47b11b740eb1c00f64de247a87e6575f1715d9fec6487788e537e0f2
|
|
| MD5 |
74ac0e8f9bff424d5045045113a6cf01
|
|
| BLAKE2b-256 |
b2ee3575b4f91b50394d67b9c6b82b130863bfbfc8af890def866bf22c314a40
|
File details
Details for the file lyngdorf-0.2.19-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.2.19-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
60b431e50347b7c28786993efd30bce5b8f5286f77b4eac1101d424f587eec25
|
|
| MD5 |
e019b6d26d447c5a114eecde649ae3a6
|
|
| BLAKE2b-256 |
92c6fa98f37aa0e91778ada7948c771602dea36ae44de22776305f5ad6e0d81f
|