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) }}
id
item_actual
item_set
axis
{{ 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']) }}