Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

💥 Homebridge plugin to use Hyperion as HomeKit accessory

License

Notifications You must be signed in to change notification settings

firsttris/homebridge-hyperion-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-hyperion-light

💥 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

Install

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)

Code of Conduct

See the CODE

License

See the LICENSE file for license rights and limitations (MIT).