Skip to content

duydnguyen07/huex

Repository files navigation

huex

Personalized home lighting with HUE bulb

Build

Simply run build.sh

Deployment

After creating the docker image, you can run it with the following

docker run -d -e HUE_KEY=<YOUR_KEY> \
            -e DATA_COLLECTION_INTERVAL=<IN_MILLISECONDS> \ 
            -e POSTGRES_URI=<URI_TO_POSTGRES_DB> \
            [--network=postgresdb] \
            dnguyenclincase/huex

Postgres needs to be created separately.

References

Hue API

About

Personalized home lighting with HUE bulb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published