{% import "macros/components/ts_selector.html" as mac_ts_selector %} {% extends "pages/base.html" %} {% set title = "Timeseries" %} {% set subtitle = "Semantic setup" %} {% if not tab %} {% set tab = "weather" %} {% endif %} {% set is_editable = signed_user.is_admin %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %} Back to timeseries {% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}
Sites and buildings
Timeseries semantic setup
Help

Select a site in the tree to see its weather parameters setup.

Help

Select a site in the tree to see its weather forecast parameters setup.

Help

Select a site or a building in the tree to see its energy production setup.

Help

Select a site or a building in the tree to see its energy consumption setup.

{% if is_editable %} {% endif %} {% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}