russound


Namerussound JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/laf/russound.git
SummaryPython API for select Russound RNET commands to provide Russound support within home-assistant.io
upload_time2024-09-10 15:13:49
maintainerNeil Lathwood
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > Moved to https://gitlab.com/lafwud/russound/

# Russound Python API
Implements a Python API for selected commands to the Russound system using the RNET protocol predominantly developed to
provide Russound support within home-assistant.io.
The class is designed to maintain a connection to the Russound controller, and reads the state directly 
from the controller using RNET.  In principle supported models include the CAS44, CAA66, CAM6.6 and CAV6.6.
Although testing has only been done on CAA66 and CAV6.6.  Function to control Russound implemented are:

####For a zone:
* set_power
* set_volume
* set_source
* toggle_mute
* get_power
* get_volume
* get_source

####Controller level
* all_on_off

test_harness.py shows some examples of usage.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/laf/russound.git",
    "name": "russound",
    "maintainer": "Neil Lathwood",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "neil@lathwood.co.uk",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "> Moved to https://gitlab.com/lafwud/russound/\n\n# Russound Python API\nImplements a Python API for selected commands to the Russound system using the RNET protocol predominantly developed to\nprovide Russound support within home-assistant.io.\nThe class is designed to maintain a connection to the Russound controller, and reads the state directly \nfrom the controller using RNET.  In principle supported models include the CAS44, CAA66, CAM6.6 and CAV6.6.\nAlthough testing has only been done on CAA66 and CAV6.6.  Function to control Russound implemented are:\n\n####For a zone:\n* set_power\n* set_volume\n* set_source\n* toggle_mute\n* get_power\n* get_volume\n* get_source\n\n####Controller level\n* all_on_off\n\ntest_harness.py shows some examples of usage.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python API for select Russound RNET commands to provide Russound support within home-assistant.io",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/laf/russound.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b56dc04808cf905f7d35dcc7b7f237d04b81b389a01730beedf39911cf3ec84b",
                "md5": "bd1bc8efebf8bb76ad876b565b1b5777",
                "sha256": "e424c532b3e81dc1902cdf238e8a99adab8d810061340111db039a89e755e081"
            },
            "downloads": -1,
            "filename": "russound-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd1bc8efebf8bb76ad876b565b1b5777",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20252,
            "upload_time": "2024-09-10T15:13:49",
            "upload_time_iso_8601": "2024-09-10T15:13:49.707807Z",
            "url": "https://files.pythonhosted.org/packages/b5/6d/c04808cf905f7d35dcc7b7f237d04b81b389a01730beedf39911cf3ec84b/russound-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 15:13:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "laf",
    "github_project": "russound",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "russound"
}
        
Elapsed time: 0.34152s