/HueControl

Easily control your Philips Hue lights from your PC or phone.

Primary LanguageVue

HueControl

Current Features

See screenshots here.

  • Guided setup - finished in just two clicks (Bridge button and 'Continue')
  • Automatic detection of Hue Bridge
  • Automatic detection of connected lights
  • Desktop & Mobile friendly UI (see screenshots)
  • Control over hue, brightness, and saturation of your lights via sliders
  • Easily switch your lights to a predefined color
  • Docker support

This was made to be run on something like a Raspberry Pi (or on your own computer). Easily and always-accessible way of controlling the lights at home.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.