Plot-Widgets

plot.comfortchart plot.gauge plot.period plot.pie plot.rtr plot.temprose plot.minmaxavg plot.multiaxis


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, series_label, unit) }}
id
unique id for this widget (optional)
item_actual
an item for the actual temperature; multiple items in array form: [ item1 , item2 ]
item_set
an item for the set temperature; multiple items in array form: [ item1 , item2 ]
axis
label for each axis
series_label
label for actual and set series in array form: [ 'label_actual', 'label_set' ] (optional, default is language dependent)
unit
either a unit of the language file, an individual format string (PHP sprintf like) or a simple string as suffix. (optional, default 'temp')
More Information
Example
{{ plot.temprose('',
['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']) }}

{{ plot.temprose('',
['bath.p1', 'bath.p2', 'bath.p3'], '',
['South', 'East', 'West'], 'Brightness', 'lx') }}

house temperature plot

brightness in cardinal directions

Widgets

Design

Misc