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.1.0.tar.gz
(17.8 kB
view details)
Built Distribution
arcam_fmj-1.1.0-py3-none-any.whl
(19.5 kB
view details)
File details
Details for the file arcam-fmj-1.1.0.tar.gz
.
File metadata
- Download URL: arcam-fmj-1.1.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe8f245642d9ca72da93798efb0b9a6c80c571c045b61ae10d58b1d244c252ea |
|
MD5 | ff600651debb1b48c2865b5448862ee2 |
|
BLAKE2b-256 | 13d5ea0368a2714aa749788b822b05d84cf26f79aaf7fa5691752e4057e79bf0 |
File details
Details for the file arcam_fmj-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: arcam_fmj-1.1.0-py3-none-any.whl
- Upload date:
- Size: 19.5 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 | 1aace7354ff68c050dd40273bcf8711a74bb10ae245f367f287ab803c74c481b |
|
MD5 | 21245cea150e3b825bae2f312ca41716 |
|
BLAKE2b-256 | 9e5838dcd8788a7496d4c5b36cbb9c4efb650cc207f34b47b8f8d4d1aadf23d5 |