A python library for speaking to Arcam receivers
Project description
This module support controlling an arcam fmj received over it’s network. It’s built mainly for use with home-assistant project, but should work for other projects as well.
Status
Module
Code to set volume and source using library.
async def run():
host = '192.168.0.2'
port = '50000'
zone = 1
volume = 50
source = SourceCodes.PVR
client = Client(host, port)
async with ClientContext(client):
state = State(client, zone)
await state.set_volume(volume)
await state.set_source(source)
loop = asyncio.get_event_loop()
loop.run_until_complete (run())
Console
The module contains a commandline utility to test and request data from called arcam-fmj.
Code to set volume and source using console.
arcam-fmj state --host 192.168.0.2 --port 50000 --source 5 --volume 50
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
arcam-fmj-1.3.0.tar.gz
(18.3 kB
view details)
Built Distribution
arcam_fmj-1.3.0-py3-none-any.whl
(20.0 kB
view details)
File details
Details for the file arcam-fmj-1.3.0.tar.gz
.
File metadata
- Download URL: arcam-fmj-1.3.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51ed7469e9737473e47148ae477a86f410a41309f3138dd3dbbfea8e8d7f7b5b |
|
MD5 | 5732a300176bf1d85fb987de3a68fa27 |
|
BLAKE2b-256 | 761ba66a8c7b70aeac162f2c4153f720acad9b3e81b3f3f0ae46e9b1fdb2d6c7 |
File details
Details for the file arcam_fmj-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: arcam_fmj-1.3.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d1ddaa45f6c2867625a3105659a910d9a84b5487a16f4c31be64f0d0bbebcf5 |
|
MD5 | 0f4df090e98079cf348b1e1756a31817 |
|
BLAKE2b-256 | 797021fc87976364ae732a3f85b86b2a07b51c053fae048eb5bb2baed7898add |