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.3.tar.gz
(7.3 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.3.tar.gz.
File metadata
- Download URL: lyngdorf-0.2.3.tar.gz
- Upload date:
- Size: 7.3 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 |
5f8f4d5355a7954f564bb7dd4ddcc2450378061b3f5e5c57068dbfa9ccddf897
|
|
| MD5 |
b20f4bc202dbcfe562318852a1f64984
|
|
| BLAKE2b-256 |
0df6fb0c664d84195c55f0076bd1f1e3518abce1325fa75b27337b11a401bd2f
|
File details
Details for the file lyngdorf-0.2.3-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.2.3-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 |
45fb41f4608739f7f3361073e11babce70990a3d244adad425e890dc43c8cb4b
|
|
| MD5 |
56c4a1fd8cfac97bde28acca4c6ffd12
|
|
| BLAKE2b-256 |
90683f4263f25a66c7426bd20e7c395f3e9a0a7497eea108ce2301d2dacb5645
|