0.0.2 • Published 4 years ago

homebridge-volumio-audio v0.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Forked from repo since corresponding NPM package was not available.

"homebridge-volumio-audio" Plugin

With this plugin you can create HomeKit speaker services for Volumio.

Compatibility notice

Speakers were introduced within the HomeKit protocol in iOS 10. However the Home App from Apple doesn't support controlling speakers. Even in current iOS 11 support was not added to the Home App. Though most third party HomeKit apps (I like the Example of Eve App) are able to control speakers. I'm guessing that speaker support will be included in the final iOS 11 release build or within the release of the HomePod.

Installation

First of all you should already have installed Homebridge on your device. Follow the instructions over at the HomeBridge Repo

To install the homebridge-volumio-audio plugin simply run sudo npm install -g homebridge-volumio-audio

Configuration

Here is an example configuration. If you have several Volumio equipments, use the name parameter.

    "accessories": [
        {
            "accessory": "VOLUMIO-AUDIO",
            "name": "Volumio Audio"
        }
    ]