Arduino library for controlling Sonos system with https://www.wemos.cc or other ESP8266-based board.
The example volumePlayStop requires the following libraries:
Fix deviceInfo methodExamples- Introduction
Much help and inspiration found here:
- http://jpmens.net/2010/03/16/sonos-pause-switch/ A simple arduino sonos pause swich that showed me the basics
- https://github.com/DjMomo/sonos/blob/master/sonos.class.php a nice sonos php library that I based my arduino functions on
- https://github.com/Zepheus/esp8266-sonos-rfid Another esp8266 sonos example with code for discovering sonos devices
- https://github.com/tmittet/sonos Yet another well working sonos ESP library