/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ {% extends "wp.html" %} {% block content %}

Elektronische Drehstromzähler

Haushaltsstrom

Aktuelle Leistung: {{ basic.float('smartmeter.haus.leistung', 'smartmeter.haus.leistung', ' kW') }}
Zählerstand: {{ basic.float('smartmeter.haus.zaehlerstand', 'smartmeter.haus.zaehlerstand', ' kWh') }}
Verbrauch seit Rückstellung: {{ basic.float('smartmeter.haus.verbrauch', 'smartmeter.haus.verbrauch', ' kWh') }}

Wärmepumpe

Aktuelle Leistung: {{ basic.float('smartmeter.wp.leistung', 'smartmeter.wp.leistung', ' kW') }}
Gesamtzählerstand: {{ basic.float('smartmeter.wp.gesamt.zaehlerstand', 'smartmeter.wp.gesamt.zaehlerstand', ' kWh') }}
Gesamtverbrauch seit Rückstellung: {{ basic.float('smartmeter.wp.verbrauch', 'smartmeter.wp.verbrauch', ' kWh') }}

Zählerstand Haupttarif:

{{ basic.float('smartmeter.wp.ht.zaehlerstand', 'smartmeter.wp.ht.zaehlerstand', ' kWh') }}
Zählerstand Nebentarif: {{ basic.float('smartmeter.wp.nt.zaehlerstand', 'smartmeter.wp.nt.zaehlerstand', ' kWh') }}
{% endblock %}