Control a Sonos system from your KNX installation
Project description
# knxsonos [![Build Status](https://travis-ci.org/TrondKjeldas/knxsonos.svg?branch=master)](https://travis-ci.org/TrondKjeldas/knxsonos)
Control a Sonos system from your KNX installation.
Simple bridging between a KNX system and a Sonos installation.
Specify KNX group addresses for triggering Sonos play/pause/volum/etc.
Supports simple macros, to run multiple commands for the same group address.
Uses [SoCo](https://github.com/SoCo/SoCo) for Sonos control.
## Documentation
### Prerequisites
A KNX IP router/gateway must be available and accessible (currently tested only with EIBD.)
The SoCo python module must be installed (pip install soco)
### Installation
TBD, for now just download to a directory and run the knxsonos.py script.
### Configuration
The configuration file is written in XML format.
It defines a mapping between a KKNX group address, and one or mor Sonos commands.
Such mappings can be defined either to apply to all zones, or to specific zones only.
It is also possible to define macros, which are groups of commands that can be called upon from both mappings or other macros.
See the knxsonos.config file for example configuration, with comments explaining the various parts.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.