Home

Awesome

homebridge-harmonyhub-plugin

Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

Features

Install

npm install -g homebridge-harmonyhub-plugin

Configuration

Add this to your Homebridge config.json file:

"platforms": [
    {
        "platform": "HarmonyHub",
        "name": "homebridge-harmonyhub-plugin",

        // Optional
        "config": {

            // Pass options to the HarmonyHub explorer function
            "explorer": {
                "options": {
                    "address": "255.255.255.255"
                    // ...
                }
            }
        }
    }
]