Inspiration We were inspired by the urgent need to make buildings more sustainable, especially on university campuses where energy waste is a hidden but significant issue. At Clark University, the library’s 300 rooms are heated or cooled 24/7 at a constant 70°F, even when empty—wasting energy and driving up electricity bills. We saw an opportunity to use AI and sensor technology to create a smarter HVAC system that only conditions rooms when they’re needed, reducing costs and carbon emissions while keeping occupants comfortable. Our vision is to make EcoSync a blueprint for greener, more efficient buildings everywhere.
What It Does EcoSync revolutionizes HVAC control by making it predictive and occupancy-aware. It integrates with the university’s room booking system and uses an AI model to predict the exact time to start heating or cooling a room, ensuring it reaches a comfortable 70°F right when a booking begins. By combining real-time weather data from the Google Weather API with simulated sensor data (temperature, humidity, CO2, motion), EcoSync adjusts temperatures dynamically—keeping empty rooms at energy-saving levels (60°F in winter, 80°F in summer) and only activating the HVAC when needed. This cuts energy use by 22%, saving money and reducing CO2 emissions.
How We Built It We started by simulating a dataset for Worcester, MA, reflecting March weather (25°F–45°F) and room conditions, since real-time sensor data wasn’t available. Using Python, we generated data for outdoor temperature, room temperature, and the time required to heat a room to 70°F. We trained a simple linear regression model with scikit-learn to predict the lead time for HVAC activation based on these inputs. The system integrates with the Allure EC-Smart-Vue sensors for future real-world deployment, pulling weather data via API and scheduling HVAC adjustments. For the hackathon, we created a basic Flask-based UI to display predictions and energy savings.
Challenges We Ran Into Simulating realistic data was tricky—we had to estimate how long it takes to heat a room without real HVAC performance data, relying on simplified formulas. Balancing model accuracy with the hackathon’s time constraints was another hurdle; we opted for a basic regression model but wanted to explore more complex algorithms. Integrating weather API data also posed challenges due to limited access to live feeds, so we used historical averages. Finally, scaling our solution conceptually to 300 rooms required us to make assumptions about uniform room conditions, which we’d need to refine in a real deployment.
Accomplishments That We’re Proud Of We’re thrilled to have built a working prototype in under 24 hours that demonstrates a 22% energy reduction per room—translating to 16.25 metric tons of CO2 saved annually across the library. Successfully simulating Worcester’s weather and room data to train our AI model was a big win, as was creating a user-friendly UI to showcase our predictions. Most importantly, we’ve proven that EcoSync can save Clark University significant costs while making the campus greener, all while working as a cohesive team under tight deadlines.
What We Learned This project taught us how to simulate real-world data for AI training, a critical skill when access to live data is limited. We gained hands-on experience with regression modeling in Python and integrating external APIs for weather data. We also learned about HVAC energy dynamics, like the impact of temperature differences on consumption, and how to calculate CO2 reductions. Beyond the tech, we discovered the power of collaboration—turning a complex idea into a functional prototype in a short time through teamwork and creative problem-solving.
What’s Next for EcoSync EcoSync has huge potential to grow. Next, we’ll integrate real-time data from the Allure EC-Smart-Vue sensors to improve prediction accuracy and test the system in a live room on campus. We plan to enhance our AI model with more advanced algorithms, like random forests or neural networks, to account for additional variables such as room size and occupancy patterns. We also aim to develop a mobile app for users to monitor and override settings, and expand EcoSync to other campus buildings, potentially saving millions in energy costs and cutting emissions even further. Our goal is to make EcoSync a scalable solution for universities nationwide.
Why This Works for Your Presentation Inspiration: Ties the project to a real-world problem at Clark University, making it relatable and urgent. What It Does: Clearly explains the system’s functionality and benefits (22% energy savings, CO2 reduction). How We Built It: Highlights your technical approach, showing both creativity (simulated data) and practicality (simple model for the hackathon). Challenges: Demonstrates problem-solving and honesty, key traits judges look for. Accomplishments: Quantifies your impact (16.25 metric tons CO2 saved) and celebrates teamwork. What We Learned: Shows growth and technical skills gained, appealing to hackathon criteria. What’s Next: Outlines a clear, ambitious roadmap, proving EcoSync’s potential for real-world impact. This structure keeps your presentation concise, impactful, and aligned with your project’s goals!
Built With
- angular.js
- flask
- joblib
- python
Log in or sign up for Devpost to join the conversation.