npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-hyperion-jub

v1.0.12

Published

A simple plugin which allows Homekit to talk to hyperion, though Homebridge

Downloads

27

Readme

A hyperion homebridge plugin

Setting up hyperion to work with homebridge using existing solutions felt somewhat lacking, therefore, I created a new plugin!

Installing

Using the homebridge web UI, or:

npm i -g homebridge-hyperion-jub

This plugin supports:

  • On/Off
  • Brightness
  • Color
  • Hue
  • Saturation
  • Effects

Some of these may require the Eve- or home+ app. Home+ Eve app (Untested)

These links are not affiliated. Other apps may work, the apple home app doesnt support custom characteristics, but base modifications should work.

A big thanks to cortl for creating a plugin in the first place - the knowledge from his repository definitely helped me create this plugin

Configuration

{
  "platform": "HyperionJub",
  "name": "TV backlight",
  "url": "http://{IP OR URL FACING HYPERION}",
  "port": "8090",
  "token": "Token from hyperion",
  "priority": 50,
  "effects": [
    "none",
    "Atomic swirl",
    "Blue mood blobs",
    "Breath",
    "Candle",
    "Cinema brighten lights",
    "Cinema dim lights",
    "Cold mood blobs",
    "Collision",
    "Color traces",
    "Double swirl",
    "Fire",
    "Flags Germany/Sweden",
    "Full color mood blobs",
    "Green mood blobs",
    "Knight rider",
    "Led Test",
    "Led Test - Sequence",
    "Light clock",
    "Lights",
    "Matrix",
    "Notify blue",
    "Pac-Man",
    "Plasma",
    "Police Lights Single",
    "Police Lights Solid",
    "Rainbow mood",
    "Rainbow swirl",
    "Rainbow swirl fast",
    "Random",
    "Red mood blobs",
    "Sea waves",
    "Snake",
    "Sparks",
    "Strobe red",
    "Strobe white",
    "System Shutdown",
    "Trails",
    "Trails color",
    "Warm mood blobs",
    "Waves with Color",
    "X-Mas"
  ]
}
  • platform required: must always be "HyperionJub"
  • name optional: display name of your device (default: TV backlight)
  • url required: IP/URL of your hyperion instance. Remember to configure your router to give your device a static ip.
  • port required: port of your hyperion webserver (default: 8090)
  • token optional: authorization token (see hyperion network configuration)
  • priority optional: allows you to change the called priority to Hyperion (lowest priority overrides higher priority).
  • effects optional: Allows you to start effects available in hyperion. Due to limitations of the home app, these effect will be shown as numbers, and also requires one of the above apps. You may at any time reorder, remove or add the effects, though.

Controlling effects

The actual configuration of effects should be done using the hyperion webinterface. The list of characteristics would simply be way to big, if I had to implement every parameter available.

Made with :heart: in Aalborg, Denmark