Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, where does the label text come from?
[image: weewx2.jpg]

Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7cbf95ff-94cd-46ba-bc9f-ee437bffe703n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, where does the label text come from?
[image: weewx2.jpg]

Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/76486108-6fe0-49a1-b53a-01a736896fcen%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, where does the label text come from?

Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7aeca426-50bd-4570-b7b2-ac672dd41ef1n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line


Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2e4f52f3-e758-4253-9d7e-127f612699b4n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, where does the label text come from?
[image: weewx2.jpg]
Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b4188469-7e6d-49b6-97ae-f466bf147185n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, where does the label text come from?[image: 
weewx2.jpg]

Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/54966989-759c-468f-819e-85ff2e6d3ce5n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, but where does the label text come from? 
 [image: weewx2.jpg]This setting causes the error message:

Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/dc53d0bb-7d6d-4996-b486-6dfaed605884n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-30 Thread geni08...@gmail.com
This graphic definition causes the error

[month]
# Chart Timespan Defaults
title = Letzte 30 Tage
show_button = true
button_text = Letzte 30 Tage
type = spline
time_length = month_ago_to_now
time_ago = 1
tooltip_date_format = ""
aggregate_type = max
aggregate_interval = 3600 # 1 hour
gapsize = 86400  # 1 day in seconds

[[chart1]]
title = Temperatur
[[[outTemp]]]
zIndex = 1
name = Temperatur
[[[appTemp]]]
name = "Gefühlte Temperatur"
[[[dewpoint]]]
name = "Taupunkt"
color = "#8085e8"
type = line

This graphic is generated, where does the label text come from?
[image: weewx2.jpg]
Tom Keffer schrieb am Donnerstag, 30. März 2023 um 02:06:17 UTC+2:

> I can't be sure, but I suspect the Belchertown skin fell victim to this 
> issue: https://github.com/weewx/weewx/issues/436
>
> On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com  
> wrote:
>
>> I see this error since today!
>>
>> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 
>> 1.3
>> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
>> forecast file downloaded to /home/nfs/wetter/json/forecast.json
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 
>> 'user.belchertown.HighchartsJsonGenerator'
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Traceback (most recent call last):
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     obj.start()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     self.run()
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/user/belchertown.py", line 2517, in run
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     minstamp, maxstamp = archiveSpanSpan(
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>   File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
>> archiveSpanSpan
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     start_dt = time_dt.replace(year=year, month=month)
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     ValueError: day is out of range for month
>> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:   
>>     Generator terminated
>>
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6dde821e-d161-4d0e-b5ef-e0d89d262bb5n%40googlegroups.com.


Re: [weewx-user] Error since 29.03 at 00:01

2023-03-29 Thread Tom Keffer
I can't be sure, but I suspect the Belchertown skin fell victim to this
issue: https://github.com/weewx/weewx/issues/436

On Wed, Mar 29, 2023 at 8:37 AM geni08...@gmail.com 
wrote:

> I see this error since today!
>
> Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 1.3
> Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New
> forecast file downloaded to /home/nfs/wetter/json/forecast.json
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught
> unrecoverable exception in generator
> 'user.belchertown.HighchartsJsonGenerator'
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   day is out of range for month
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   Traceback (most recent call last):
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   obj.start()
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   self.run()
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
> File "/usr/share/weewx/user/belchertown.py", line 2517, in run
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   minstamp, maxstamp = archiveSpanSpan(
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
> File "/usr/share/weewx/weeutil/weeutil.py", line 341, in
> archiveSpanSpan
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   start_dt = time_dt.replace(year=year, month=month)
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   ValueError: day is out of range for month
> Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine:
>   Generator terminated
>
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEBxSodqjUb3vXZb%3DbzPnLjsCgBiD4gt7Xzck6rA3XcLig%40mail.gmail.com.


[weewx-user] Error since 29.03 at 00:01

2023-03-29 Thread geni08...@gmail.com
I see this error since today!

Mar 29 17:00:28 Wetter-Raspi4 weewx[629] INFO user.belchertown: version 1.3
Mar 29 17:00:29 Wetter-Raspi4 weewx[629] INFO user.belchertown: New 
forecast file downloaded to /home/nfs/wetter/json/forecast.json
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: Caught 
unrecoverable exception in generator 
'user.belchertown.HighchartsJsonGenerator'
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  day is out of range for month
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  Traceback (most recent call last):
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  obj.start()
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 385, in start
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  self.run()
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
File "/usr/share/weewx/user/belchertown.py", line 2517, in run
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  minstamp, maxstamp = archiveSpanSpan(
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
File "/usr/share/weewx/weeutil/weeutil.py", line 341, in 
archiveSpanSpan
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  start_dt = time_dt.replace(year=year, month=month)
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  ValueError: day is out of range for month
Mar 29 17:00:37 Wetter-Raspi4 weewx[629] ERROR weewx.reportengine: 
  Generator terminated


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f3f788e0-7a80-4c3a-920b-5cf673fef580n%40googlegroups.com.