{"id":21655188,"url":"https://github.com/pseitz/soundonreturn","last_synced_at":"2026-05-16T21:38:24.102Z","repository":{"id":20528192,"uuid":"23807313","full_name":"PSeitz/SoundOnReturn","owner":"PSeitz","description":"Plays sound on a yamaha receiver, when mobile phone connects with wlan","archived":false,"fork":false,"pushed_at":"2014-10-11T10:02:12.000Z","size":300,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T17:49:30.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/PSeitz.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":"2014-09-08T20:36:16.000Z","updated_at":"2014-09-08T20:56:08.000Z","dependencies_parsed_at":"2022-07-23T05:46:57.282Z","dependency_job_id":null,"html_url":"https://github.com/PSeitz/SoundOnReturn","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/PSeitz%2FSoundOnReturn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSeitz%2FSoundOnReturn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSeitz%2FSoundOnReturn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSeitz%2FSoundOnReturn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSeitz","download_url":"https://codeload.github.com/PSeitz/SoundOnReturn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554122,"owners_count":20471173,"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-11-25T08:30:32.999Z","updated_at":"2026-05-16T21:38:24.072Z","avatar_url":"https://github.com/PSeitz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"SoundOnReturn\n=============\n\nPlays sound on a yamaha receiver, when mobile phone connects with wlan\n\n## Prerequisite/Inall\n- [Install Nodejs](http://nodejs.org/)\n- Execute `npm install soundonreturn`\n\n## Available Options\n\n- ip \n- mac_adresses - Whitelist of mac-adresses, all accepted if empty\n- volume (e.g. -500)\n- selectSongNumberFromUsb\n- selectWebRadioFavoriteChannel\n\n\n## Usage\n##### Start From The CommandLine\n\nCreate a config file, e.g. conf.json with selected options. Then start it with:\n    \n    node sor-starter.js -c /path/to/conf.json\n\n```json\n{\n    \"ip\":\"Yamaha Ip-Adress\",\n\t\"mac_adresses\":[\"FF:FF:FF:FF:FF:FF\",\"AA:AA:AA:AA:AA:AA\"], // Whitelist of mac-adresses, all if empty\n\t\"selectWebRadioFavoriteChannel\":1\n\t\"activationHours\": \"12-24\"\n}\n```\n\n\n  \n\n##### Usage From Other Node Modules\n```javascript\n    var SoundOnReturn = require('soundonreturn');\nnew SoundOnReturn({\n    ip:\"192.168.0.25\",\n    selectWebRadioFavoriteChannel:1,\n    mac_adresses:[\"90:72:40:6c:e1:bc\"] // Whitelist of mac-adresses, all accepted if empty,\n    activationHours: \"12-24\"\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseitz%2Fsoundonreturn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseitz%2Fsoundonreturn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseitz%2Fsoundonreturn/lists"}