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.2.0.tar.gz
(18.2 kB
view details)
Built Distribution
arcam_fmj-1.2.0-py3-none-any.whl
(19.8 kB
view details)
File details
Details for the file arcam-fmj-1.2.0.tar.gz
.
File metadata
- Download URL: arcam-fmj-1.2.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9dc1c7c37fda893b55320b319859e3c68d3d351a240206af214e64780dd55f6 |
|
MD5 | 46894506299af4ee8c63d111d962429e |
|
BLAKE2b-256 | a167eafb7ef484ece0edc05e52c2708a97e497f87754654dde34a95fdacf8ecf |
File details
Details for the file arcam_fmj-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: arcam_fmj-1.2.0-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 782d32ba486a52b97bee972e5e139f2586bc3a97536f3f27ce01d8698db520a1 |
|
MD5 | 9b4cb7d745ab08165554ba1b104072a3 |
|
BLAKE2b-256 | 455a052d5b1d7582e865ca49fc3fb83bbf6b02db7bec015946c51bb6f7dedc44 |