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