Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-hyperion-light

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-hyperion-light

Homebridge plugin to use Hyperion as HomeKit accessory

  • 1.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-84.62%
Maintainers
1
Weekly downloads
 
Created
Source

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)

Keywords

FAQs

Package last updated on 11 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc