{"id":17334831,"url":"https://github.com/tfeldmann/python-raumfeld","last_synced_at":"2025-03-22T19:33:22.783Z","repository":{"id":17122154,"uuid":"19888327","full_name":"tfeldmann/python-raumfeld","owner":"tfeldmann","description":"A pythonic library for discovering and controlling Teufel Raumfeld devices.","archived":false,"fork":false,"pushed_at":"2014-12-10T12:30:53.000Z","size":280,"stargazers_count":23,"open_issues_count":3,"forks_count":8,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-18T14:05:48.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfeldmann.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-17T14:22:41.000Z","updated_at":"2023-09-24T10:47:26.000Z","dependencies_parsed_at":"2022-08-24T10:40:37.138Z","dependency_job_id":null,"html_url":"https://github.com/tfeldmann/python-raumfeld","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fpython-raumfeld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fpython-raumfeld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fpython-raumfeld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fpython-raumfeld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfeldmann","download_url":"https://codeload.github.com/tfeldmann/python-raumfeld/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245013735,"owners_count":20547175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T15:07:18.445Z","updated_at":"2025-03-22T19:33:22.357Z","avatar_url":"https://github.com/tfeldmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-raumfeld\n===============\n\nA pythonic library for discovering and controlling Teufel Raumfeld\ndevices.\n\nTested with a Raumfeld One. Hardware donations to improve the library\nare welcome :smile:\n\nSupports Python \u003e2.7, 3.x\n\nInstallation\n------------\n\n::\n\n    pip install raumfeld\n\nQuickstart\n----------\n\n.. code:: python\n\n    import raumfeld\n\n    # discovery returns a list of RaumfeldDevices\n    devices = raumfeld.discover(timeout=1, retries=1)\n    if len(devices) \u003e 0:\n        speaker = devices[0]\n\n        # now you can control your raumfeld speaker\n        speaker.mute = True     # mute\n        print(speaker.volume)   # print current volume\n        speaker.volume = 50     # set volume\n\n        speaker.pause()\n        speaker.play()\n    else:\n        print('No devices found.')\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfeldmann%2Fpython-raumfeld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfeldmann%2Fpython-raumfeld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfeldmann%2Fpython-raumfeld/lists"}