Skip to main content

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

https://travis-ci.org/elupus/arcam_fmj.svg?branch=master https://coveralls.io/repos/github/elupus/arcam_fmj/badge.svg?branch=master

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


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-0.5.2.tar.gz (12.0 kB view details)

Uploaded Source

File details

Details for the file arcam-fmj-0.5.2.tar.gz.

File metadata

  • Download URL: arcam-fmj-0.5.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3

File hashes

Hashes for arcam-fmj-0.5.2.tar.gz
Algorithm Hash digest
SHA256 4d231e70c5e591b55b793736f6019562c305d42ea2fe3d9f866c4ccb4df6e4a8
MD5 f077a66492a506c072fb22415839f9da
BLAKE2b-256 8598b07016bffa084aeacfa4d667a9afd87612e5ae5b32b135951ec10bed1b8b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page