#if $chart.has_key("tempint")
Inside Temperature
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("humint")
#end if
Temperature and Dew Point
°$unitstr('temp',$units.temp)
Pressure
$unitstr('press',$units.press)
#if $chart.has_key("temp2")
Temperature (sensor 2)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum2")
#end if
#if $chart.has_key("temp3")
Temperature (sensor 3)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum3")
#end if
#if $chart.has_key("temp4")
Temperature (sensor 4)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum4")
#end if
#if $chart.has_key("temp5")
Temperature (sensor 5)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum5")
#end if
#if $chart.has_key("temp6")
Temperature (sensor 6)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum6")
#end if
#if $chart.has_key("temp7")
Temperature (sensor 7)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum7")
#end if
#if $chart.has_key("temp8")
Temperature (sensor 8)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum8")
#end if
#if $chart.has_key("temp9")
Temperature (sensor 9)
°$unitstr('temp',$units.temp)
#end if
#if $chart.has_key("hum9")
#end if
Wind and Gusts
$unitstr('wind',$units.wind)
Rain
$unitstr('rain',$units.rain)
Rain rate
$unitstr('rain',$units.rain)/h
#if $chart.has_key("uv")
#end if
#if $chart.has_key("solar_rad")
#end if
#set $indexes = $summary.keys()
#silent $indexes.sort()
#silent $indexes.reverse()
#set $value = $summary[$indexes[0]]
${" " * len($indexes[0])}#slurp
#if $value.has_key("tempint_max")
${" Temp. Inside %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("humint_max")
${" Hum. Ins.% "}#slurp
#end if
${" Temp. %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
${" Humidity % "}#slurp
#if $value.has_key("temp2_max")
${" Temp. 2 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum2_max")
${" Humidity 2 %"}#slurp
#end if
#if $value.has_key("temp3_max")
${" Temp. 3 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum3_max")
${" Humidity 3 %"}#slurp
#end if
#if $value.has_key("temp4_max")
${" Temp. 4 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum4_max")
${" Humidity 4 %"}#slurp
#end if
#if $value.has_key("temp5_max")
${" Temp. 5 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum5_max")
${" Humidity 5 %"}#slurp
#end if
#if $value.has_key("temp6_max")
${" Temp. 6 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum6_max")
${" Humidity 6 %"}#slurp
#end if
#if $value.has_key("temp7_max")
${" Temp. 7 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum7_max")
${" Humidity 7 %"}#slurp
#end if
#if $value.has_key("temp8_max")
${" Temp. 8 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum8_max")
${" Humidity 8 %"}#slurp
#end if
#if $value.has_key("temp9_max")
${" Temp. 9 %s " % $unitstr('temp',$units.temp).rstrip()}#slurp
#end if
#if $value.has_key("hum9_max")
${" Humidity 9 %"}#slurp
#end if
${" Pressure %s Rain %s Wind %s" % (
$unitstr('press',$units.press).rstrip(),
$unitstr('rain',$units.rain).rstrip(),
$unitstr('wind',$units.wind).rstrip() ) }#slurp
#if $value.has_key("uv_index")
${" UV%"}#slurp
#end if
#if $value.has_key("solar_rad_max")
${" Solar W/m2"}#slurp
#end if
${" " * len($indexes[0])}#slurp
#if $value.has_key("tempint_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("humint_max")
${" max min avg"}#slurp
#end if
${" max min avg"}#slurp
${" max min avg"}#slurp
#if $value.has_key("temp2_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum2_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp3_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum3_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp4_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum4_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp5_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum5_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp6_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum6_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp7_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum7_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp8_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum8_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("temp9_max")
${" max min avg"}#slurp
#end if
#if $value.has_key("hum9_max")
${" max min avg"}#slurp
#end if
${" max min avg fall rate avg max dir"}
#for $index in $indexes
#set $value = $summary[$index]
#if $value.temp_max != None or $value.hum_max != None or $value.press_max != None or $value.rain_fall != None or $value.wind_avg != None
${"%s" % $index}#slurp
#if $value.has_key("tempint_max")
${"%6.1f" % $value.tempint_max if $value.tempint_max != None else " -"}#slurp
${"%6.1f" % $value.tempint_min if $value.tempint_min != None else " -"}#slurp
${"%6.1f" % $value.tempint_avg if $value.tempint_avg != None else " -"}#slurp
#end if
#if $value.has_key("humint_max")
${"%4.0f%%" % $value.humint_max if $value.humint_max != None else " - "}#slurp
${"%4.0f%%" % $value.humint_min if $value.humint_min != None else " - "}#slurp
${"%4.0f%%" % $value.humint_avg if $value.humint_avg != None else " - "}#slurp
#end if
${"%6.1f" % $value.temp_max if $value.temp_max != None else " -"}#slurp
${"%6.1f" % $value.temp_min if $value.temp_min != None else " -"}#slurp
${"%6.1f" % $value.temp_avg if $value.temp_avg != None else " -"}#slurp
${"%4.0f%%" % $value.hum_max if $value.hum_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum_min if $value.hum_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum_avg if $value.hum_avg != None else " - "}#slurp
#if $value.has_key("temp2_max")
${"%6.1f" % $value.temp2_max if $value.temp2_max != None else " -"}#slurp
${"%6.1f" % $value.temp2_min if $value.temp2_min != None else " -"}#slurp
${"%6.1f" % $value.temp2_avg if $value.temp2_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum2_max")
${"%4.0f%%" % $value.hum2_max if $value.hum2_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum2_min if $value.hum2_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum2_avg if $value.hum2_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp3_max")
${"%6.1f" % $value.temp3_max if $value.temp3_max != None else " -"}#slurp
${"%6.1f" % $value.temp3_min if $value.temp3_min != None else " -"}#slurp
${"%6.1f" % $value.temp3_avg if $value.temp3_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum3_max")
${"%4.0f%%" % $value.hum3_max if $value.hum3_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum3_min if $value.hum3_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum3_avg if $value.hum3_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp4_max")
${"%6.1f" % $value.temp4_max if $value.temp4_max != None else " -"}#slurp
${"%6.1f" % $value.temp4_min if $value.temp4_min != None else " -"}#slurp
${"%6.1f" % $value.temp4_avg if $value.temp4_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum4_max")
${"%4.0f%%" % $value.hum4_max if $value.hum4_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum4_min if $value.hum4_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum4_avg if $value.hum4_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp5_max")
${"%6.1f" % $value.temp5_max if $value.temp5_max != None else " -"}#slurp
${"%6.1f" % $value.temp5_min if $value.temp5_min != None else " -"}#slurp
${"%6.1f" % $value.temp5_avg if $value.temp5_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum5_max")
${"%4.0f%%" % $value.hum5_max if $value.hum5_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum5_min if $value.hum5_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum5_avg if $value.hum5_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp6_max")
${"%6.1f" % $value.temp6_max if $value.temp6_max != None else " -"}#slurp
${"%6.1f" % $value.temp6_min if $value.temp6_min != None else " -"}#slurp
${"%6.1f" % $value.temp6_avg if $value.temp6_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum6_max")
${"%4.0f%%" % $value.hum6_max if $value.hum6_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum6_min if $value.hum6_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum6_avg if $value.hum6_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp7_max")
${"%6.1f" % $value.temp7_max if $value.temp7_max != None else " -"}#slurp
${"%6.1f" % $value.temp7_min if $value.temp7_min != None else " -"}#slurp
${"%6.1f" % $value.temp7_avg if $value.temp7_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum7_max")
${"%4.0f%%" % $value.hum7_max if $value.hum7_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum7_min if $value.hum7_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum7_avg if $value.hum7_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp8_max")
${"%6.1f" % $value.temp8_max if $value.temp8_max != None else " -"}#slurp
${"%6.1f" % $value.temp8_min if $value.temp8_min != None else " -"}#slurp
${"%6.1f" % $value.temp8_avg if $value.temp8_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum8_max")
${"%4.0f%%" % $value.hum8_max if $value.hum8_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum8_min if $value.hum8_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum8_avg if $value.hum8_avg != None else " - "}#slurp
#end if
#if $value.has_key("temp9_max")
${"%6.1f" % $value.temp9_max if $value.temp9_max != None else " -"}#slurp
${"%6.1f" % $value.temp9_min if $value.temp9_min != None else " -"}#slurp
${"%6.1f" % $value.temp9_avg if $value.temp9_avg != None else " -"}#slurp
#end if
#if $value.has_key("hum9_max")
${"%4.0f%%" % $value.hum9_max if $value.hum9_max != None else " - "}#slurp
${"%4.0f%%" % $value.hum9_min if $value.hum9_min != None else " - "}#slurp
${"%4.0f%%" % $value.hum9_avg if $value.hum9_avg != None else " - "}#slurp
#end if
${"%6.0f" % $value.press_max if $value.press_max != None else " -"}#slurp
${"%6.0f" % $value.press_min if $value.press_min != None else " -"}#slurp
${"%6.0f" % $value.press_avg if $value.press_avg != None else " -"}#slurp
${"%7.1f" % $value.rain_fall if $value.rain_fall != None else " -"}#slurp
${"%7.1f" % $value.rain_rate if $value.rain_rate != None else " -"}#slurp
${"%7.1f" % $value.wind_avg if $value.wind_avg != None else " -"}#slurp
${"%7.1f" % $value.wind_max if $value.wind_max != None else " -"}#slurp
${"%5s" % $value.wind_dir if $value.wind_dir != None else " -"}#slurp
#if $value.has_key("uv_index")
${"%5d" % $value.uv_index if $value.uv_index != None else " -"}#slurp
#end if
#if $value.has_key("solar_rad_max")
${"%7d" % $value.solar_rad_max if $value.solar_rad_max != None else " -"}#slurp
#end if
#end if
#end for