Skip to content

kws/iot-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT Dashboard

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.

Docker Image

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

Todo

  • 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

Releases

No releases published

Packages

No packages published