{
  "provider": {
    "name": "CalculateEnergySavings.com",
    "source_url": "https://calculateenergysavings.com/",
    "terms_url": "https://calculateenergysavings.com/api-terms/",
    "terms_version": "2026-08-25"
  },
  "id": "smart-thermostat",
  "name": "Smart Thermostat Savings Calculator",
  "description": "Estimate smart-thermostat heating and cooling savings using annual energy, expected reduction, utility prices, equipment cost, and incentive assumptions.",
  "status": "published",
  "callable": true,
  "version": "1.0.0",
  "url": "https://calculateenergysavings.com/calculators/smart-thermostat/",
  "methodology_url": "https://calculateenergysavings.com/calculators/smart-thermostat/#methodology",
  "api_url": "https://calculateenergysavings.com/api/v1/calculators/smart-thermostat",
  "calculate_url": "https://calculateenergysavings.com/api/v1/calculators/smart-thermostat/calculate",
  "input_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "annualHeatingCost": {
        "type": "number",
        "default": 900
      },
      "annualCoolingCost": {
        "type": "number",
        "default": 500
      },
      "heatingSavingsPercent": {
        "type": "number",
        "default": 8
      },
      "coolingSavingsPercent": {
        "type": "number",
        "default": 10
      },
      "annualSubscriptionCost": {
        "type": "number",
        "default": 0
      },
      "annualMaintenanceSavings": {
        "type": "number",
        "default": 0
      },
      "installedCost": {
        "type": "number"
      },
      "incentiveAmount": {
        "type": "number",
        "default": 0
      },
      "projectLife": {
        "type": "number",
        "default": 10
      },
      "discountRatePercent": {
        "type": "number",
        "default": 7
      },
      "energyEscalationPercent": {
        "type": "number",
        "default": 2.5
      }
    }
  },
  "example_inputs": {
    "annualHeatingCost": 900,
    "annualCoolingCost": 500,
    "heatingSavingsPercent": 8,
    "coolingSavingsPercent": 10,
    "annualSubscriptionCost": 0,
    "annualMaintenanceSavings": 0,
    "installedCost": "",
    "incentiveAmount": 0,
    "projectLife": 10,
    "discountRatePercent": 7,
    "energyEscalationPercent": 2.5
  },
  "source_url": null,
  "formulas": [],
  "disclaimer": "Screening estimate only. Verify measurements, assumptions, tariffs, equipment constraints, and applicable requirements before making a project or purchasing decision."
}