# HVAC sensor to Backend data migration development
# Room Sensor Data Backend Integration
## Overviews
## Overview
Develop a system that collects and migrates HVAC sensor data into a backend for energy optimization and predictive maintenance.
Develop a backend pipeline that integrates room sensor data stored in InfluxDB with Grafana for visualization. The system should query sensor data from InfluxDB, enable dashboards in Grafana, and provide insights into room usage. The project also includes assessing the pros and cons of this setup.
## Targets
## Targets
- Collect real-time HVAC sensor data (temperature, humidity, CO₂, occupancy).
- Connect InfluxDB (sensor data storage) with Grafana.
- Clean and standardize raw data.
- Build backend queries and endpoints for sensor data retrieval.
- Design migration pipeline → backend database.
- Configure Grafana dashboards to visualize room conditions and usage.
- Provide APIs for analytics and visualization.
- Evaluate pros and cons of using InfluxDB + Grafana for real-time monitoring.
- Scalable to multiple sensors/buildings.
## Data Needs
## Data Needs
- HVAC sensor data streams (LoRaWAN, MQTT, REST API).
- Access to InfluxDB instance with room sensor data.