1.0.11 • Published 3 years ago

homebridge-hyperion-ng2 v1.0.11

Weekly downloads
15
License
ISC
Repository
-
Last release
3 years ago
# homebridge-hyperion-ng
[Homebridge](https://github.com/homebridge/homebridge) accessory plugin for Hyperion NG

##
## DO NOT DOWNLOAD THIS PLUGIN
## 

This plugin allows you to remotely control the state of your Hyperion controlled lights.  It allows you to set the on/off state and change the brightness/color.

It optionally allows you to turn on the 'Ambilight' feature on/off. To do so, a switch device will be created. To enable this, set the 'ambilight_name' parameter in the configuration file.

# Installation

1. Install homebridge using: npm install -g homebridge
2. Install this plugin using: npm install -g homebridge-hyperion-ng
3. Update your configuration file. See below for a sample.

# Configuration

Configuration sample:

 ```
        "accessories": [
            {
                "accessory": "Hyperion",
                "name": "TV Backlight",
                "ambilight_name": "Ambilight",
                "priority": "100",
                "host": "localhost",
                "port": "19444"
            }
        ]
```

Fields:

* "accessory": Must always be "Hyperion" (required)
* "name": Can be anything (required)
* "ambilight_name": Can be anything (optional, creates a switch to turn ambilight on/off.)
* "priority": Hyperion priority channel (lower value means higher priority)
* "host": The hostname or ip of the machine running Hyperion (required)
* "port": The port that Hyperion is using (usually 19444) (required)
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago