Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 731 Bytes

Sonos API

Setup

  1. Install python modules
    1. soco pip install soco
    2. flask pip install flask
  2. Clone the repository git clone ....
  3. Start the server python api/flask_server.py
  4. That's all

Setup as daemon on raspberry py

  1. Copy sonos.service to service directory cp sonos.service.sh /etc/init.d/sonos
  2. Start the service daemon sudo service sonos start

Copyright

The favicons are made by changing a Freepik from www.flaticon.com. The icons are licensed by CC 3.0 BY

The rest of the code from me can be used as you like.