Plot-Widgets

plot.comfortchart plot.minmaxavg plot.multiaxis 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, item_actual, item_set, item_state, count) }}
id
unique id for this widget
item_actual
series of a item for the actual-temperature
item_set
series of a item for the set-temperature
item_state
series of a item for the state of the actor. It is shown as percental value within the pie. (> 0 is considered as 'on')
count
number of samples (points) (optional, default 100)
Example
{{ plot.rtr('p1', 'bath.plot.temp_actual', 'bath.plot.temp_set', 'bath_plot_state') }}

room temperature plot

Widgets

Design

Misc