aegypius / hey-hue

Visual scripting your connected bulbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey-Hue !

GraphQL Server to interact with your “Philips Hue” Bridge

This package is in early stage of development, do not expect anything to work yet.

Installation

git clone https://github.com/aegypius/hey-hue.git
cd hey-hue
npm install
npx lerna exec npm install

Starting server

npx lerna run start

Discovering Bridges

query {
  DiscoverBridges {
    name
    ipaddress
  }
}

Getting a client key

First you must click on the button of hue bridge and then create a mutation

mutation {
  createClient(ipaddress: "ip address of the hue brige") {
    username
    clientkey
  }
}

About

Visual scripting your connected bulbs

License:MIT License


Languages

Language:JavaScript 68.1%Language:Vue 25.3%Language:Gherkin 3.2%Language:HTML 2.9%Language:CSS 0.5%