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.7.0.tar.gz
(11.4 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.7.0-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file lyngdorf-0.7.0.tar.gz.
File metadata
- Download URL: lyngdorf-0.7.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc911c3050eff8b8af59b1ae664c288aa501766425913770e31a57a2b5afa33c
|
|
| MD5 |
0a803dc10fc68ba0a81caf819f7622a1
|
|
| BLAKE2b-256 |
ab0bd51671467c16823a2f92ec15cddce585c41d705ff79d1165f768bbd80d3d
|
File details
Details for the file lyngdorf-0.7.0-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.7.0-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a7f8e070d084337fde88578735509ad59528e536d1d3160de9e540be7997bf6
|
|
| MD5 |
2a4f0505f697a863a7f6fc9e02fad085
|
|
| BLAKE2b-256 |
314a8f97c9abaf1234638b772b32651f86006e6e8ef5c2971af890579fc3d223
|