Skip to Content
Solution PlaysPlay 83: Play 83 β€” Building Energy Optimizer 🏒

Play 83 β€” Building Energy Optimizer 🏒

AI building energy management β€” occupancy-based HVAC scheduling, zone setpoint optimization, fault detection, sustainability reporting.

Build an intelligent building energy optimizer. Occupancy prediction fuses badge-in, WiFi, CO2, and calendar data to drive zone-based HVAC setpoints, pre-conditioning anticipates arrivals, fault detection catches stuck valves and energy anomalies, and sustainability reports track COβ‚‚ reductions.

Quick Start

cd solution-plays/83-building-energy-optimizer az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder to implement, @reviewer to audit, @tuner to optimize

Architecture

πŸ“ Full architecture details

Pre-Tuned Defaults

  • Comfort: ASHRAE 55 ranges Β· cooling 73-79Β°F Β· heating 68-76Β°F
  • Setback: 85Β°F cooling / 55Β°F heating when empty Β· 30 min pre-conditioning
  • Occupancy: 5 data sources fused Β· 24h horizon Β· 15 min updates
  • Faults: Stuck valve, simultaneous heat/cool, energy anomaly, sensor drift

DevKit (AI-Assisted Development)

PrimitiveWhat It Does
agent.mdRoot orchestrator with builder→reviewer→tuner handoffs
copilot-instructions.mdBuilding energy domain (HVAC control, occupancy, fault detection pitfalls)
3 agentsBuilder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
3 skillsDeploy (200+ lines), Evaluate (120+ lines), Tune (235+ lines)
4 prompts/deploy, /test, /review, /evaluate with agent routing

Cost Estimate

ServiceDev/TestProductionEnterprise
Azure Digital Twins$10 (Standard)$150 (Standard)$600 (Standard)
Azure IoT Hub$0 (Free)$250 (Standard S2)$1,250 (Standard S3)
Azure OpenAI$20 (PAYG)$200 (PAYG)$800 (PTU Reserved)
Azure Functions$0 (Consumption)$180 (Premium EP2)$450 (Premium EP3)
Cosmos DB$3 (Serverless)$120 (2000 RU/s)$450 (8000 RU/s)
Azure Machine Learning$15 (Basic)$200 (Standard)$700 (Standard GPU)
Key Vault$1 (Standard)$5 (Standard)$15 (Premium HSM)
Application Insights$0 (Free)$40 (Pay-per-GB)$120 (Pay-per-GB)
Total$49/mo$1,145/mo$4,385/mo

πŸ’° Full cost breakdown

vs. Play 71 (Smart Energy Grid AI)

AspectPlay 71Play 83
FocusGrid-level energy managementBuilding-level HVAC optimization
ScaleCity/region (MW)Single building (kW)
OptimizationRenewable dispatch + demand responseZone setpoints + occupancy scheduling
ROIGrid stability + peak shaving15-20% energy bill reduction

πŸ“– Full documentation Β· 🌐 frootai.dev/solution-plays/83-building-energy-optimizerΒ  Β· πŸ“¦ FAI Protocol

FAI Manifest

FieldValue
Play83-building-energy-optimizer
Version1.0.0
KnowledgeT3-Production-Patterns, O5-AI-Infrastructure, F1-GenAI-Foundations
WAF Pillarscost-optimization, performance-efficiency, reliability, responsible-ai
Last updated on