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
- More sensor types
- Time ranges to avoid explosion once I have a bit more than a few days of data
- Configurable dashboards
- Database back-end