before 4.10.1
$current.runtime 18 Tage, 0 Stunden, 18 Minuten
with 4.10.1
$current.runtime 1556294 Sekunden
$current.runtime.hour 432,3 Stunden
$current.runtime.day 18,0 Tage
$current.runtime.long_form 18 Minuten, 14 Sekunden #missing days and hours!
temporary solution:
in weewx.conf
[StdReport]
[[Defaults]]
[[[Units]]]
[[[[DeltaTimeFormats]]]]
current = "%(day)d Tage, %(hour)d Stunden, %(minute)d Minuten" Labels are Text
with
current = "%(day)d%(day_label)s, %(hour)d%(hour_label)s, %(minute)d%(minute_label)s"
weewx[11327] ERROR weewx.reportengine: Syntax error: missing option "day_label" in interpolation.
weewx[11327] ERROR weewx.reportengine: **** Report ignored
Is there another solution?