smartVISU
02:56,25.04, v2.7

Plot-Widgets

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


plot.temprose

A complete house temperature plot. The rose shows all rooms with there actual and set temperature in one diagramm.

Parameters
{{plot.temprose(id, gad_actual, gad_set, axis) }}
id
unique id for this widget
gad_actual
a gad/item for the actual-temperature. More item/s in array form: [ item1 , item2 ]
gad_set
a gad/item for the set-temperature. More item/s in array form: [ item1 , item2 ]
axis
label/s for each axis
More Information
Example
{{ plot.temprose('p1',
['sleep_rtr_act', 'office_rtr_act', 'kid_rtr_act', 'bath_rtr_act', 'floor_rtr_act'],
['sleep_rtr_set', 'office_rtr_set', 'kid_rtr_set', 'bath_rtr_set', 'floor_rtr_set'],
['Sleeping', 'Office', 'Kid', 'Bath', 'Floor']) }}

house temperature plot

Widgets

Design

Misc