Skip to content

salcido/huello-2

Repository files navigation

Huello 2

Huello project page

The successor to Huello (formally an OS X Dashboard widget) built with Ember and Electron for quickly controlling your Philips Hue bulbs. Huello 2 can be setup as either a desktop or menubar application.

Huello

Group control

Choose a group (default is "All Lights"), apply a Scene or simply click on a color. Use the sliders to control Saturation and Brightness. Pull down on the handle to expose individual light controllers. If you want to only use Color Temperature values, click the "Temp" checkbox.

huello-small

Simple light state representation

Quickly see each light's current state. Some lights do not support all features, so each light's controller will only render controls for that particular light's abilities.

off-state

Quickly rename individual lights

Easily rename a light by simply clicking on the name, typing a new value, and clicking "Save". To cancel, click outside of the input or press "Esc".

rename

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/salcido/huello-2.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • As a menubar app:

    • electron main.js
  • As a desktop app:

Building

  • As a menubar app:

    • electron-packager ./dist/ Huello --platform=darwin --arch=x64 --version=0.36.0 --icon=./dist/assets/img/Icon.icns
  • As a desktop app:

  • ember electron:package --platform mas (Mac App Store)

Further Reading / Useful Links

Buy Me A Coffee

About

An application for quickly controlling your Philips Hue bulbs. Built with Ember and Electron.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published