Sign inSign up

kajws/iot-dash

By kajws

•Updated over 6 years ago

A Plotly Dash IOT dashboard

Image
0

100K+

kajws/iot-dash repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

385.9 MB

Last updated

over 6 years ago

docker pull kajws/iot-dash