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.5.tar.gz
(11.0 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.5-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file lyngdorf-0.3.5.tar.gz.
File metadata
- Download URL: lyngdorf-0.3.5.tar.gz
- Upload date:
- Size: 11.0 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 |
dc1a4e1c82582445ea20bce7da96a76b17c8b7220fe4e198dfa379ef53a468dd
|
|
| MD5 |
dee71ed39898437b47930acc10001a9e
|
|
| BLAKE2b-256 |
9d2955616675efe2a82109d03a9b2b851da4ae6c4bd7e31efa2de42117b0d0f6
|
File details
Details for the file lyngdorf-0.3.5-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.3.5-py3-none-any.whl
- Upload date:
- Size: 12.7 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 |
58023181edf13e7c8a8ce7e9d7524f21b9d2f7f0aa57ca32f866d49dc4317482
|
|
| MD5 |
4fdb05bc275d234df6c8560e1f74545a
|
|
| BLAKE2b-256 |
6943c424092f6bce4057c7fa6566aa4e12bfa2f8cd76075ef84ee864088c908a
|