Aircon · Schema

EnergyReport

Energy consumption and runtime report for an HVAC system over a time period.

Air ConditioningHVACClimate ControlIoTSmart HomeThermostatBuilding AutomationEnergy Management

Properties

Name Type Description
thermostat_id string ID of the thermostat this report covers.
period_start string Start of the reporting period.
period_end string End of the reporting period.
heating_runtime_minutes integer Total minutes the heating system ran.
cooling_runtime_minutes integer Total minutes the cooling system ran.
fan_runtime_minutes integer Total minutes the fan ran independently.
estimated_kwh number Estimated energy consumption in kilowatt-hours.
average_indoor_temp number Average indoor temperature during the period.
average_outdoor_temp number Average outdoor temperature during the period.
View JSON Schema on GitHub