plot.temprose
A complete house temperature plot. The rose shows all rooms with there actual and set temperature in one diagramm.
{{ plot.temprose(id, item_actual, item_set, axis, series_label, unit) }}
id
item_actual
item_set
axis
series_label
unit
{{ 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') }}