Skip to content

httpsanjay/IotDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

IoT Smart Sensor Dashboard

A real-time IoT monitoring dashboard that visualizes live sensor data with a clean, dark-themed UI. Built with Django and Chart.js.

Dashboard Preview


πŸ“Έ Screenshots

| Main Dashboard |

Dashboard
| Sensor Status |

Status |


Features

  • Live temperature & humidity combo chart
  • Atmospheric pressure area chart
  • Water tank level gauge
  • Real-time sensor online/offline status
  • Auto-refreshes every 2 seconds β€” no page reload

πŸ› οΈ Built With

  • Django β€” backend & REST data API
  • Chart.js β€” interactive charts and gauge
  • HTML / CSS / Vanilla JS β€” frontend

πŸš€ How It Works

Sensor Device  β†’  Django Database  β†’  /get-data/ API  β†’  Dashboard (every 2s)

The sensor pushes readings into a Django model. The frontend polls /get-data/ every 2 seconds, receives the last 30 records as JSON, and updates all charts and KPIs in real time without a page reload.


Application

Suitable for:

  • Home automation monitoring
  • Greenhouse / agriculture sensor tracking
  • Industrial equipment health dashboards
  • Any IoT project with environmental sensors

πŸ‘€ Author

Your Name


About

IoT Smart Sensor Dashboard is a real-time web app that displays live sensor data with auto-updating charts and device status using Django , Chart.js and MQTT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors