0.1.1 • Published 2 years ago

homebridge-hyperion-control v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

homebridge-hyperion-control

Homebridge plugin to turn hyperion ng instance on/off and change brightness

Install

sudo npm install -g homebridge-hyperion-control

Configuration

Example configuration:

{
    "accessory": "HyperionControl",
    "name": "TV Backlight",
    "url": "http://192.168.0.123",
    "port": 8090,
    "token": "abc123abc-abcd-abcd-abcd-abcd1234abcd"
}
  • accessory required: must always be "HyperionControl"
  • name optional: displayname of your device (default: Hyperion)
  • url required: IP/URL of your hyperion ng instance
  • port optional: port of your hyperion ng webserver (default: 8090)
  • token optional: authorization token (see hyperion ng network configuration)
0.1.1

2 years ago

1.0.0

3 years ago