项目作者: arturoalviar

项目描述 :
Control your Philips Hue lights with electron + vue
高级语言: Vue
项目地址: git://github.com/arturoalviar/vhue.git
创建时间: 2019-08-27T23:34:15Z
项目社区:https://github.com/arturoalviar/vhue

开源协议:MIT License

下载


vhue

A simple controller for Philips Hue lights made with Vue + Electron

vhue dashboard

Features

Once you have connected to your local Hue bridge, you can do the following:

  • Toggle lights on/off
  • Adjust lights’ brightness
  • Add new lights/rooms
  • Delete lights/rooms
  • Edit lights/rooms attributes
  • Enable global shortcut to toggle user selected lights

Keyboard Shortcuts

For macOs users, you need to grant vhue accessibility access (this can be done from the settings page) in order for the shortcut to work.

Control/Command + Shift + Alt/Option + P

This shortcut turns on all lights checked in Settings > Keyboard Shortcuts panel.

Demo: Using the big switch to toggle my hue lights (gfycat)

Build Setup

  1. # install dependencies
  2. $ npm install
  3. # or use yarn
  4. $ yarn
  5. # serve with hot reload at localhost:9080
  6. $ npm run dev
  7. # or
  8. $ yarn run dev
  9. # build electron application for production
  10. $ npm run build
  11. # build electron application for macos
  12. $ npm run build:darwin
  13. # lint all JS/Vue component files in `src/`
  14. $ npm run lint

License

MIT License.


This project was generated with electron-vue