/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% include 'stats.navigation.html' %} {% endblock %} {% block content %}

Strommessung

aktueller Stromverbrauch

{{ basic.formula('verbrauchheute', 'Gesamtverbrauch: ', '15/1/254/9.xxx', 'kWh', '( VAR )/1000') }}

{{ basic.formula('aktuellerverbrauch', 'aktueller Stromverbrauch: ', ['15/1/0/9.xxx', '15/1/100/9.xxx', '15/2/0/9.xxx','15/2/100/9.xxx'], 'W', '( VAR ) / 1000 * 230') }}

{% endblock %}