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.3.1.tar.gz
(10.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.3.1-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file lyngdorf-0.3.1.tar.gz.
File metadata
- Download URL: lyngdorf-0.3.1.tar.gz
- Upload date:
- Size: 10.4 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 |
6eab3c658427f6782be1478480a729ceb536326a66136bc4bfcc519ecc50249e
|
|
| MD5 |
bbc66216ea8d0fcb0925f5e4488fd645
|
|
| BLAKE2b-256 |
156d863c1eb6c69101119fdbe55a69b3e4545b09b88447e115b6ddbd2d63c22a
|
File details
Details for the file lyngdorf-0.3.1-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.3.1-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
e9f8c25e39f56d0ddd8257e7abb813adafa9535a0965bdf0c55d40b8b7a77a29
|
|
| MD5 |
fdf750f0ad32ecba79a33afffda17820
|
|
| BLAKE2b-256 |
847029bac462a3de0acfde9e7aa7c90881af347813b410692164da5242d851b0
|