1.1.4 • Published 7 years ago

homebridge-hyperion-light v1.1.4

Weekly downloads
10
License
ISC
Repository
github
Last release
7 years ago

homebridge-hyperion-light

:collision: Homebridge plugin to use Hyperion as HomeKit accessory

###Features

  • Switch on/off
  • Control color and brightness of tv backlight
  • Switch ambilight on/off (optional)
  • Get current state/color

###Installation

Homebridge is required

npm version

npm install -g homebridge

to use this plugin

npm version

npm install -g homebridge-hyperion-light

Add your Accessory to the config.json

Configuration sample:

       "accessories": [{
           "accessory": "Hyperion",
           "autoupdate": "true",
           "name": "TV Backlight",
           "ambilightName": "TV Ambilight",
           "host": "20.1.0.138",
           "port": "19444"
       }]

Attributes:

  • "accessory": Name of Accessory "Hyperion" (required)
  • "autoupdate": Autoupdate this package from NPM (optional, only for one device!)
  • "name": Name of TV Backlight (required)
  • "ambilightName": Name of switch for Ambilight (optional)
  • "host": The hostname or ip (required)
  • "port": The port (usually 19444) (required)
1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago