Grid & Climate Control
Energy & HVAC
Monitor 2,000 HVAC units at 10Hz across 14 zones with thermal simulation, comfort scoring, fault detection, and bidirectional setpoint control.
Interactive Energy & HVAC Demo
Requires WebGPU — live visual mapping with mock telemetry
Run locally: cargo run --example hvac_caravan_park
What this demo shows
Comfort → Color Gradient
5-stop gradient from red (distress) through orange/yellow to green (ideal) based on comfort_index.
Fault Detection Override
Conditional rule: fault_code > 0 triggers red, 2x scale, full opacity for immediate visibility.
Compressor Load Scaling
Marker size scales with compressor_load using sqrt transform to dampen extremes.
Offline Unit Fading
Online field mapped to opacity: offline units fade to 30% with grey color override.
CO2 Air Quality Alert
co2_ppm > 1000 triggers purple override for ventilation warnings.
Energy Waste Detection
Vacant but running units highlighted in amber via occupied == 0 conditional rule.
Try Energy & HVAC with your own data
Deploy Tetrapus locally in under 5 minutes. Run this exact example with cargo run.