Plot-Widgets

plot.comfortchart plot.minmaxavg plot.multiaxis 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, item_actual, item_set, axis) }}
id
unique id for this widget
item_actual
a item for the actual-temperature. More item/s in array form: [ item1 , item2 ]
item_set
a 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