mqtt-hue-bridge

v0.5.2
A Hue/MQTT Bridge
Hue MQTT Hue/MQTT Bridge Hue Bridge

Getting Started

Clone the repo

$ git clone https://github.com/drGrove/mqtt-hue-bridge

Update Your Config

$ cp config/default.json5 config/local.json5
$ vim config/local.json5

Update the following fields:

  • Hue Username
  • Hue IP
  • MQTT Host
  • MQTT Username (Optional)
  • MQTT Password (Optional)

Start the Service

$ npm start

Running in Docker

$ docker build -t mqtt-hue-bridge .
$ docker run -v $PWD/config:/usr/src/app/config -d mqtt-hue-bridge

Metadata

  • MIT
  • Whatever
  • Danny Grove
  • released 2/11/2017

Downloads

Maintainers