EnerCo — Industrial Chiller Monitoring
A 320-ton Carrier chiller system was being monitored with manual readings and spreadsheets. Energy waste was invisible. Maintenance was reactive.
We built a multi-tenant SaaS platform that ingests data from Modbus power meters, LoRaWAN sensors, and flow meters in real-time. The system calculates Energy Efficiency Ratio using ASHRAE psychrometric formulas and surfaces it on live dashboards with 1/7/30-day trending.
// Live sensor ingestion
topic: enerco/sensors/chiller-01
payload: {
"supply_temp": 7.2,
"return_temp": 12.8,
"flow_rate": 45.3,
"power_kw": 89.4,
"eer": 14.2
}
// → Dashboard updated in 10s