0.5.10 • Published 3 years ago

homebridge-harmonyhub-plugin v0.5.10

Weekly downloads
47
License
ISC
Repository
github
Last release
3 years ago

homebridge-harmonyhub-plugin

npm.io npm.io npm.io

Features

  • Makes all your HarmonyHub activities available in HomeKit
  • Solves the issue with the HarmonyHub connection dying after a while due to MAX_CLIENTS=6
  • Supports the HarmonyHub firmware 250 update
  • Currently relies on WebSockets and not XMPP

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"
                    // ...
                }
            }
        }
    }
]
0.5.10

3 years ago

0.5.9

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago