smartVISU
09:20,04.05, v2.6

Plot-Widgets

plot.comfortchart plot.period plot.rtr plot.temprose


plot.rtr

A temperature-chart for use with an rtr. Plots actual and set temperature. If the state is given it will be shown as pie.

Parameters
{{plot.rtr(id, gad_actual, gad_set, gad_state) }}
id
unique id for this widget
gad_actual
series of a gad/item for the actual-temperature
gad_set
series of a gad/item for the set-temperature
gad_state
series of a gad/item for the state of the actor. It is shown as percental value within the pie. (> 0 is considered as 'on')
Example
{{ plot.rtr('p1', 'bath_plot_temp_actual', 'bath_plot_temp_set', 'bath_plot_state') }}

room temperature plot

Widgets

Design

Misc