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.6.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.6.0-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file lyngdorf-0.6.0.tar.gz.
File metadata
- Download URL: lyngdorf-0.6.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 |
54392801883481b5e0ee345f04aa740abaa579eefdc8f1fed470b7a820cbd4ad
|
|
| MD5 |
d537d63147ae1f70fe868301151cb0ca
|
|
| BLAKE2b-256 |
776b845ceb554be86d554b2c0696fedf6a95f2cfc8c3931d3a0728ac5cba4f10
|
File details
Details for the file lyngdorf-0.6.0-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.6.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 |
78704470c787371afb78e3f3e02a067ef421172f62bd548b8915455d8121969b
|
|
| MD5 |
0a77afb1c5828b42da55ac5eca2d8666
|
|
| BLAKE2b-256 |
4c641cfb49a3575c2e2a3d689fcaffd71dc12b80faefa77060fd803ec2e3e0ec
|