{"id":19972756,"url":"https://github.com/thkl/hm-soundtouch","last_synced_at":"2026-02-14T00:34:10.404Z","repository":{"id":45100861,"uuid":"144617340","full_name":"thkl/HM-SoundTouch","owner":"thkl","description":"a HomematicCCU addon to control bose soundtouch devices","archived":false,"fork":false,"pushed_at":"2020-04-15T11:24:23.000Z","size":4942,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-12T09:29:23.033Z","etag":null,"topics":["addon","ccu","homematic","soundtouch"],"latest_commit_sha":null,"homepage":null,"language":"Tcl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thkl.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-13T18:18:07.000Z","updated_at":"2022-03-07T19:06:27.000Z","dependencies_parsed_at":"2022-09-08T06:12:54.535Z","dependency_job_id":null,"html_url":"https://github.com/thkl/HM-SoundTouch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thkl%2FHM-SoundTouch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thkl%2FHM-SoundTouch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thkl%2FHM-SoundTouch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thkl%2FHM-SoundTouch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thkl","download_url":"https://codeload.github.com/thkl/HM-SoundTouch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241405532,"owners_count":19957838,"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":["addon","ccu","homematic","soundtouch"],"created_at":"2024-11-13T03:09:07.516Z","updated_at":"2025-09-21T06:04:58.591Z","avatar_url":"https://github.com/thkl.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple tcl wrapper to control your Bose SoundTouch devices.\n\nInstall this https://github.com/thkl/HM-SoundTouch/raw/master/hm-soundtouch.tar.gz at your ccu and reboot.\n\n_Please note: after the update from 0.0.10 to 0.0.11 you have to add your players again to the system._\n\nThen there is a small readme at http://ccuip/addons/soundtouch/. You may control your SoundTouch devices via system.Exec(\"/usr/local/addons/soundtouch/state.tcl NAME COMMAND ARGUMENT\")\n... but please see the readme ...\n\n\nSample Scripts:\n\nAdd a new Player to config\n\n```\nstring stdout;string stderr;\nsystem.Exec(\"/usr/local/addons/soundtouch/add.tcl 192.168.___.___\",\u0026stderr,\u0026stdout);\nWriteLine(stderr);\n```\n\nThis will ask the player for its name and add it to the config. See output for any messages.\nIf a new player was found, this will also create all variables for that device at your ccu. \n\nYou may also add new players via the webconfig at http://ccuip/addons/soundtouch/\n\n\nSwitch SoundTouch with name Test off\n\n```\nstring name = \"Test\";\nstring stdout;string stderr;\nsystem.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name,\u0026stderr,\u0026stdout);\nif (dom.GetObject(\"BOSE_POWER_\"#name).State()==true) {\n  system.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name#\" touch POWER\",\u0026stderr,\u0026stdout);\n}\n```\n\n\nSwitch SoundTouch with name Test on and play Preset 1\n\n```\nstring name = \"Test\";\nstring stdout;string stderr;\nsystem.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name,\u0026stderr,\u0026stdout);\nif (dom.GetObject(\"BOSE_POWER_\"#name).State()==false) {\n  system.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name#\" touch POWER\",\u0026stderr,\u0026stdout);\n  system.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name#\" volume 20\",\u0026stderr,\u0026stdout);\n}\nsystem.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name#\" touch PRESET_1\",\u0026stderr,\u0026stdout);\nsystem.Exec(\"/usr/local/addons/soundtouch/state.tcl \"#name#\" touch PLAY\",\u0026stderr,\u0026stdout);\n```\n\n\nQuery all known players and update ccu variables\n\n```\nstring stdout;string stderr;\nsystem.Exec(\"/usr/local/addons/soundtouch/state.tcl\",\u0026stderr,\u0026stdout);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthkl%2Fhm-soundtouch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthkl%2Fhm-soundtouch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthkl%2Fhm-soundtouch/lists"}