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.2.16.tar.gz
(8.7 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.2.16-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file lyngdorf-0.2.16.tar.gz.
File metadata
- Download URL: lyngdorf-0.2.16.tar.gz
- Upload date:
- Size: 8.7 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 |
a36cc11de1307f87cf85619ca4591c9e2a09f9f779c6cb149aa3070be686e731
|
|
| MD5 |
055df4d8f7e9a3623fb23450ed054aca
|
|
| BLAKE2b-256 |
8d5c690fd0c26031af8f9974c7f39544977ee9caedce39894869d677b15e35ad
|
File details
Details for the file lyngdorf-0.2.16-py3-none-any.whl.
File metadata
- Download URL: lyngdorf-0.2.16-py3-none-any.whl
- Upload date:
- Size: 10.3 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 |
85f6a38d72f6fc53109a6eb55d9142d7dce236d66beeea9fde2b61f553aa70bb
|
|
| MD5 |
9def2a414c9bb01776860c7fbbbb8690
|
|
| BLAKE2b-256 |
65853d8a929b0581ea27f2cc7cc79822259aabd496c98e78ee4592e7357432a0
|