following change
in line 548 #if rec['dd_cumulative'].raw > horizon_dd: <<---
for rec in result:
remarks = []
while horizon_labels:
(horizon_dd, horizon_event) = horizon_labels[ZERO]
#if rec['dd_cumulative'].raw > horizon_dd: <<---
cydiaA = rec['dd_cumulative'].raw
if cydiaA > horizon_dd:
remarks.append(horizon_event)
horizon_labels.pop(ZERO)
else:
break
val_t = ValueTuple('; '.join(remarks), None, None)
rec['remark'] = weewx.units.ValueHelper(val_t, 'day',
self.formatter, self.converter)
return result
*only the "C_pomonella.html" **is not generated *
finally have a look at http://wetter.hes61.de/index1.html the y-scale is
degree_C
Thanks!
Hartmut
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.