HAMK Smart City — Particle Swarm HVAC Optimisation for Public Buildings

Design Solution · HVAC & Energy

Design Solution · Dream about it

ML-driven HVAC setpoint optimisation using demand forecasting and particle swarm search to cut energy use in district-heated public buildings.

HAMK Smart City couples GRU/LSTM neural networks (peer-reviewed, 29 kWh MAE accuracy) to forecast district-heating demand with Particle Swarm Optimisation that searches optimal HVAC setpoint schedules. It targets the energy-comfort trade-off in public building operation: reducing heating energy consumption while maintaining occupant comfort bands. The system is implemented in open-source code but has not yet been validated against live in-situ energy savings or deployed in closed-loop operation at scale.

The HAMK approach layers two techniques: GRU/LSTM neural networks forecast district-heating demand (peer-reviewed with a 29 kWh MAE accuracy result) and Particle Swarm Optimisation then searches for setpoint schedules that minimise energy consumption while keeping comfort within defined bands. The architecture separates forecasting from optimisation cleanly, which is a genuine engineering advantage — each layer can be improved without rebuilding the other — and the open-source implementation enables transparency and adaptation. The fundamental gap is that there is no validated in-situ energy savings data from a live deployment; the system runs in open-loop research configuration, not closed-loop building control at scale. That distinction matters enormously for a specifier: predictive accuracy in a paper and autonomous daily HVAC control are different confidence levels. Data quality is the upstream dependency — the model degrades with missing or inconsistent historical weather, demand, and occupancy feeds, which are not uniform across public building portfolios. District-heating system topology varies widely, and the PSO recalculation overhead has not been documented against actual building control response times. The promise is real and the academic foundation is solid; the honest position is that this is a research pipeline approaching deployment, not a product with a commissioning and handover protocol. A building team evaluating it should treat it as a pilot candidate requiring in-situ validation rather than a proven specification.

Strengths

Considerations

Risks

Performance

Reality check

Forecasting module has peer-reviewed publication with quantified test error (29 kWh MAE). PSO optimisation layer exists in code but no separate publication, no field trial results, no measured operational energy savings, no evidence of closed-loop live control. GitHub repo provides implementation but lacks deployment logs, control outputs, or pre/post energy bills. Claimed benefit remains algorithmic validation on historical data only—not a proven operational system.

#machine-learning #hvac-optimisation #demand-forecasting #district-heating #setpoint-scheduling #swarm-intelligence #public-buildings #open-source

Source