https://github.com/anergictcell/sonos-home
Webpage to control Sonos players locally
https://github.com/anergictcell/sonos-home
python sonos sonos-api
Last synced: 4 months ago
JSON representation
Webpage to control Sonos players locally
- Host: GitHub
- URL: https://github.com/anergictcell/sonos-home
- Owner: anergictcell
- License: mit
- Created: 2018-07-01T07:25:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T12:35:58.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T09:09:05.850Z (4 months ago)
- Topics: python, sonos, sonos-api
- Language: JavaScript
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonos API
## Setup
1. Install python modules
1. socopip install soco
2. flaskpip install flask
2. Clone the repositorygit clone ....
3. Start the serverpython api/flask_server.py
4. That's all## Setup as daemon on raspberry py
1. Copy sonos.service to service directorycp sonos.service.sh /etc/init.d/sonos
2. Start the service daemonsudo service sonos start
## Copyright
The favicons are made by changing a [Freepik](http://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/). The icons are licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/")The rest of the code from me can be used as you like.