{% extends "base.html" %} {% block title %}Calibration - HAMeter{% endblock %} {% block page_title %}Calibration{% endblock %} {% block content %}
{% if not meters %}

No meters configured. Add a meter first.

{% else %}

Calibrate the multiplier that converts raw meter readings to actual units (kWh, gallons, etc.).

How: Read the display on your physical meter, enter it below along with the current raw reading from HAMeter, and the multiplier will be calculated automatically.

This is the raw, uncalibrated value. You can find it on the Dashboard.
Read this from the display on your physical meter.
{% endif %}
{% endblock %}