/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß, Wolfram v. Hülsen * @copyright 2012, 2019 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "category.html" %} {% block content %}
Aktuelle Leistung: | {{ basic.print('smartmeter.haus.leistung', 'smartmeter.haus.leistung', ' kW') }} |
Zählerstand: | {{ basic.print('smartmeter.haus.zaehlerstand', 'smartmeter.haus.zaehlerstand', ' kWh') }} |
Verbrauch seit Rückstellung: | {{ basic.print('smartmeter.haus.verbrauch', 'smartmeter.haus.verbrauch', ' kWh') }} |
Aktuelle Leistung: | {{ basic.print('smartmeter.wp.leistung', 'smartmeter.wp.leistung', ' kW') }} |
Gesamtzählerstand: | {{ basic.print('smartmeter.wp.gesamt.zaehlerstand', 'smartmeter.wp.gesamt.zaehlerstand', ' kWh') }} |
Gesamtverbrauch seit Rückstellung: | {{ basic.print('smartmeter.wp.verbrauch', 'smartmeter.wp.verbrauch', ' kWh') }} |
Zählerstand Haupttarif: | {{ basic.print('smartmeter.wp.ht.zaehlerstand', 'smartmeter.wp.ht.zaehlerstand', ' kWh') }} |
Zählerstand Nebentarif: | {{ basic.print('smartmeter.wp.nt.zaehlerstand', 'smartmeter.wp.nt.zaehlerstand', ' kWh') }} |