I decided to discontinue the development of this plugin as I don't use it anymore. I don't archive it for now, as the plugin still works but it is to be expected that at some point it will no longer work
Homebridge plugin to turn hyperion ng instance on/off and change brightness
sudo npm install -g homebridge-hyperion-control
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)