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.4.2.tar.gz
(11.0 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.4.2-py3-none-any.whl
(13.1 kB
view details)
File details
Details for the file lyngdorf-0.4.2.tar.gz.
File metadata
- Download URL: lyngdorf-0.4.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bfae987e50f42ef3100123d1f6a6a9a368f7c4e0af125115bf1827bdafb1bb0
|
|
| MD5 |
34798682d620fde3610e694cfaea7916
|
|
| BLAKE2b-256 |
bc08a510fbdafb9a615880ffa7cf10d37de93e143ff34061cabdd684104504a9
|
File details
Details for the file lyngdorf-0.4.2-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.4.2-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7f81461ceb023f032999d6df284ec06399c82e0e03f1056c24dc0d4548bd084
|
|
| MD5 |
77449661674067c1502555a539e6722f
|
|
| BLAKE2b-256 |
bc64de07ad69840f3c80e67ecca60f64ed93c043f445ffeba74ac78035f6cccf
|