0.1.1 • Published 4 years ago
homebridge-hyperion-control v0.1.1
homebridge-hyperion-control
Homebridge plugin to turn hyperion ng instance on/off and change brightness
Install
sudo npm install -g homebridge-hyperion-controlConfiguration
Example configuration:
{
"accessory": "HyperionControl",
"name": "TV Backlight",
"url": "http://192.168.0.123",
"port": 8090,
"token": "abc123abc-abcd-abcd-abcd-abcd1234abcd"
}accessoryrequired: must always be "HyperionControl"nameoptional: displayname of your device (default: Hyperion)urlrequired: IP/URL of your hyperion ng instanceportoptional: port of your hyperion ng webserver (default: 8090)tokenoptional: authorization token (see hyperion ng network configuration)