๐Ÿฆ‰ OwlWatt

How OwlWatt Measures

By Olivier Beauchemin ยท Updated 2026-05-15 ยท Methodology v1

The point of OwlWatt is to compare what your panels actually produce against what they should produce. This page documents how we determine both numbers, what assumptions go into the model, and how shortfall is calculated. The methodology is open by design โ€” if an installer disputes an OwlWatt report, they need to be able to audit the math.

1. Data source โ€” what we measure

Production data comes from your inverter, not from a third-party estimator. We support two read paths:

Local collection is preferred because it's higher resolution, doesn't depend on the vendor's cloud uptime, and doesn't share your data with anyone except OwlWatt. The Pi collector ships preconfigured; you plug it into power and Ethernet.

2. Expected production โ€” the pvlib PVWatts model

For each hour of each day, we compute expected production using pvlib's PVWatts implementation โ€” the same library the National Renewable Energy Laboratory publishes and the same model behind PVWatts.gov. The pipeline:

  1. Solar position โ€” pvlib's ephemeris calculation gives sun azimuth and elevation for every hour at your latitude and longitude.
  2. Clear-sky irradiance โ€” the Ineichen model produces hourly direct, diffuse, and global horizontal irradiance values for a cloudless sky at your location.
  3. Plane-of-array transposition โ€” convert horizontal irradiance to what your panels actually see, given their tilt and azimuth (using pvlib's get_total_irradiance).
  4. Cell temperature โ€” Faiman thermal model from POA irradiance and a conservative 20ยฐC ambient + 1 m/s wind assumption.
  5. DC power โ€” PVWatts DC power model with a -0.4% per ยฐC temperature coefficient (typical silicon).
  6. System losses โ€” flat 14% derating for soiling, wiring, mismatch, availability. Matches PVWatts's default.
  7. Inverter conversion โ€” pvlib's PVWatts inverter model, 96% peak efficiency, DC/AC ratio 1.2.
  8. Degradation โ€” 0.5% per year of installed system age (industry-standard silicon degradation rate).

The output is an hourly array of expected AC watts. Integrated over a day, that's your expected kWh for that day under clear-sky conditions.

3. Weather adjustment

Clear-sky alone overestimates production on cloudy days. For each day where measured ground-level irradiance is available (from NOAA, the local airport METAR, or a network of solar stations), we scale the clear-sky GHI by the ratio of measured to modeled to produce a weather-adjusted expected curve. The temporal shape (sunrise to sunset) is preserved; the magnitude is rescaled to reality.

When measured irradiance isn't available for a day, we fall back to clear-sky and tag the result. Reports identify which days were weather-adjusted versus clear-sky modeled.

4. Shortfall calculation

Shortfall is straightforward arithmetic:

shortfall_kwh   = max(0, expected_kwh - actual_kwh)
shortfall_pct   = (expected_kwh - actual_kwh) / expected_kwh ร— 100
shortfall_usd   = shortfall_kwh ร— tariff_rate_per_kwh

We integrate over your chosen window โ€” today, this month, year-to-date, since install. The tariff rate defaults to your state's average residential electricity price (EIA EPM Table 5.6.A) and can be overridden with your actual rate if it differs.

Why this matters for warranty claims: Most installer production guarantees promise some minimum percentage of expected production (often 90โ€“95%). The contract is the legal definition; the model is the evidentiary definition. OwlWatt produces both in one document so the installer doesn't get to argue the math.

5. What we don't model

Honesty about model limits is part of the methodology:

6. Versioning and replay

Every report records the methodology version, the pvlib version, the parameter set, and the input data window. Future model improvements don't invalidate past reports โ€” a report generated under methodology v1 stays reproducible against the v1 code path forever. The replay tool is open-source (link forthcoming).

7. Independence

We don't take commissions from solar installers, equipment vendors, or anyone in the residential solar supply chain. The subscription is our only revenue. That's not a sales pitch โ€” it's the technical reason a warranty letter signed off by OwlWatt holds up.

References & primary sources

About OwlWatt ยท Pricing ยท Start a free trial