This is a simple companion to the Hue Controller that displays sensor data captured using the CSVLogger.
Set the environment variable IOT_DIR to point at the location of your CSV logfiles.
When using the Docker image, mount your CSV logfile directory as /data in the container:
docker run -d --restart=always --name=iot-dash -p 8080:8080 \
-v <YOUR DATA PATH HERE>:/data \
kajws/iot-dash:latest
Content type
Image
Digest
Size
385.9 MB
Last updated
over 6 years ago
docker pull kajws/iot-dash