{% extends "base.html" %} {% block title %}Meters - HAMeter{% endblock %} {% block page_title %}Meters{% endblock %} {% block top_actions %} Add Meter {% endblock %} {% block content %}
{% if meters %}| Name | ID | Protocol | Type | Unit | Multiplier | Cost Tracking | Actions |
|---|---|---|---|---|---|---|---|
| {{ meter.name }} | {{ meter.id }} |
{{ meter.protocol|upper }} | {{ meter.device_class or '--' }} | {{ meter.unit_of_measurement }} | {{ meter.multiplier }} | {% if meter.cost_factors %}{{ meter.cost_factors|length }} rate{{ 's' if meter.cost_factors|length != 1 }}{% else %}--{% endif %} | Edit Calibrate |
No meters configured.