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.5.0.tar.gz
(11.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
lyngdorf-0.5.0-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file lyngdorf-0.5.0.tar.gz.
File metadata
- Download URL: lyngdorf-0.5.0.tar.gz
- Upload date:
- Size: 11.3 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 |
c3ad33ada938eae028fe3108c6de6eb6e8115066568f9ea4de099e606df244c9
|
|
| MD5 |
55374ac93f2249f2a78807360438dd09
|
|
| BLAKE2b-256 |
cace7dc055cbb71e5e350aff8fe2e512205dc56e72b1a663fb87b497f5dfab96
|
File details
Details for the file lyngdorf-0.5.0-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.5.0-py3-none-any.whl
- Upload date:
- Size: 13.4 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 |
ace9b3a3f998b955b62ac2cb31414ed25c7c3da6a0bea581d8faf5d319e7c85d
|
|
| MD5 |
d035ef72b7befaf720fecd3b3ee4ac2b
|
|
| BLAKE2b-256 |
0646761e2b3cfa7e7bd8473f9327044b2bb56a896d1ec81a8a7516abbb986aab
|