Interact with your Hue lights.
This project will no longer be maintained by me, I have retired my Rocket.Chat server in favor of a Matrix Synapse server.
Create a Hue application at https://developers.meethue.com
Other Settings include:
Client Id of your created Hue Application.
Client Secret of your created Hue Application.
App Id of your created Hue Application.
Device Id of your created Hue Application. Can be anything.
Device Name of your created Hue Application. Can be anything.
A Dockerfile and docker-compose are provided.
Build the docker image and run it to deploy to your server:
docker build -t rocketchatapp_hue . && docker run -it --rm -e URL=YOUR_SERVER -e USERNAME=YOUR_USERNAME -e PASSWORD=YOUR_PASSWORD rocketchatapp_hue
Build the docker image and run docker-compose to deploy to your server:
docker build -t rocketchatapp_hue . && docker-compose run --rm -e URL=YOUR_SERVER -e USERNAME=YOUR_USERNAME -e PASSWORD=YOUR_PASSWORD rocketchatapp_hue