mqtt-hue-bridge

0.6.1 • Public • Published

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

Package Sidebar

Install

npm i mqtt-hue-bridge

Weekly Downloads

0

Version

0.6.1

License

MIT

Last publish

Collaborators

  • drgrove