Socket
Book a DemoInstallSign in
Socket

homebridge-volumio-audio

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-volumio-audio

Homebridge plugin to control Volumio device

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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"
        }
    ]

Keywords

homebridge-plugin

FAQs

Package last updated on 15 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts