This project is a real-time IoT dashboard built using:
- Django (Backend)
- MQTT (Data ingestion)
- Chart.js (Frontend visualization)
- Real-time data updates (2s interval)
- MQTT integration
- Multiple chart types:
- Line chart
- Area chart
- Gauge chart
- Sensor status monitoring
- Modern UI (Glassmorphism)
Returns:
[
{
"temperature": 30,
"humidity": 50,
"pressure": 1000,
"waterlevel": 70,
"sensorstatus": 1,
"time": "15:42:10"
}
]python manage.py runserverRun MQTT publisher separately.
- WebSocket real-time updates
- Device control (MQTT publish from UI)
- Alerts & notifications
- Mobile responsive UI
Built by Sri Sanjay 💓


