0.6.1 • Published 7 years ago

mqtt-hue-bridge v0.6.1

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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