Skip to content

Simple dashboard for Philips Hue.

Notifications You must be signed in to change notification settings

m5d215/hue-dashboard

Repository files navigation

hue-dashboard

Simple dashboard for Philips Hue.

screenshot

Usage

All authentication information is specified by URL search parameter.

# This is an example
https://hue-dashboard.now.sh?server=https://192.168.1.3&username=Wh7zj8JORgxBcH83BamICvgnCHihUsiGLkAYW3fC
  • server: IP address of the bridge
  • username: Authorized user

If the bridge does not provide HTTPS, start hue-dashboard locally.

yarn install
yarn build
yarn serve

# or use Docker
docker container run -d -p 80:80 m5d215/hue-dashboard
http://127.0.0.1?server=http://192.168.1.3&username=Wh7zj8JORgxBcH83BamICvgnCHihUsiGLkAYW3fC