Re: [weewx-user] Re: 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-22 Thread Thomas Keffer
Let's make sure python-pil installed where the interpreter can find it. One
of these two should work.

*python3 -c "import Image"*
*python3 -c "from PIL import Image"*

If neither works, and you're sure you installed python3-pil, then python3
is searching in some non-standard place. Here is where it's searching:

*python3 -c "import sys; print(sys.path)"*

-tk

On Sun, Mar 22, 2020 at 9:02 AM Michael  wrote:

> python3-pil was already installed
>
> pi@raspi02:~ $ sudo apt install python3-pil
> Paketlisten werden gelesen... Fertig
> Abhängigkeitsbaum wird aufgebaut.
> Statusinformationen werden eingelesen Fertig
> python3-pil ist schon die neueste Version (5.4.1-2+deb10u1).
> 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 4 nicht aktualisiert.
>
>> --
> 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/d31d54e0-5502-4c4d-8f49-54adc0126deb%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/CAPq0zEA%2BUbktGsNYSOMWEOTHXPJPgmX9HGjUg_uSr64EYka88A%40mail.gmail.com.


[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-22 Thread Bob Atchley
Hi Vladimir,

We can do this ...

I don't have any experience with a rpi zero, but I'm assuming you access it 
via ssh like my rpi2.

I use mysql for the database, but if you are using the default sqlite 
database it should be here
/home/weewx/archive/weewx.sdb
or here
/var/lib/weewx/weewx.sdb

depending on how you installed weewx.  If things are working it should have 
a timestamp less than 5 minutes old and not empty !!

The 2 log files of particular interest are messages and syslog

$ grep weewx /var/log/messages

$ grep weewx /var/log/syslog

use sudo if you get permission  problems.  If you stop and then start weewx 
and post the results of the above commands from the time of restarting weewx
For reference my syslog gives:

*Mar 22 19:20:57 rpi2 systemd[1]: Started weewx weather station data 
gatherer.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Initializing weewx 
version 4.0.0b13*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Using Python 2.7.16 
(default, Oct 10 2019, 22:02:15) #012[GCC 8.3.0]*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Platform 
Linux-4.19.97-v7+-armv7l-with-debian-10.3*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Locale is 'en_US.UTF-8'*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Using configuration file 
/home/weewx/weewx.conf*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: Loading station type 
WS6in1 (user.ws6in1)*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: StdConvert target 
unit is 0x1*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.wxservices: The following 
values will be calculated: pressure=prefer_hardware, 
altimeter=prefer_hardware, appTemp=prefer_hardware, 
barometer=prefer_hardware, beaufort=prefer_hardware, 
cloudbase=prefer_hardware, dewpoint=prefer_hardware, ET=prefer_hardware, 
heatindex=prefer_hardware, humidex=prefer_hardware, 
inDewpoint=prefer_hardware, maxSolarRad=prefer_hardware, 
rainRate=prefer_hardware, windchill=prefer_hardware, 
windrun=prefer_hardware*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.wxservices: The following 
algorithms will be used for calculations: altimeter=aaASOS, maxSolarRad=RS*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: Archive will use data 
binding wx_binding*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: Record generation 
will be attempted in 'software'*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: Using archive 
interval of 300 seconds (software record generation)*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.restx: StationRegistry: 
Registration not requested.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.restx: Wunderground: Posting 
not enabled.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.restx: PWSweather: Posting 
not enabled.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.restx: CWOP: Posting not 
enabled.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.restx: WOW: Posting not 
enabled.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.restx: AWEKAS: Posting not 
enabled.*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Starting up weewx version 
4.0.0b13*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx'*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.manager: Starting backfill of 
daily summaries*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO weewx.engine: Starting main packet 
loop.*
*Mar 22 19:20:58 rpi2 kernel: [1374477.298713] usb 1-1.4.1: reset 
full-speed USB device number 6 using dwc_otg*
*Mar 22 19:22:13 rpi2 weewxd[10561]: starting read loop ...*
*Mar 22 19:22:13 rpi2 weewxd[10561]: success getting dev*
*Mar 22 19:22:13 rpi2 weewxd[10561]: dev.bLength= 18*
*Mar 22 19:22:13 rpi2 weewxd[10561]: dev.bNumConfigurations = 1*
*Mar 22 19:22:13 rpi2 weewxd[10561]: dev.bDeviceClass   = 0*
*Mar 22 19:22:13 rpi2 weewxd[10561]: success getting configuration*
*Mar 22 19:22:13 rpi2 weewxd[10561]: myCfg.bConfigurationValue = 1*
*Mar 22 19:22:13 rpi2 weewxd[10561]: myCfg.bNumInterfaces  = 1*
*Mar 22 19:22:13 rpi2 weewxd[10561]: Exception setting idle*
*Mar 22 19:22:13 rpi2 weewxd[10561]: HID Descriptor got*
*Mar 22 19:22:13 rpi2 weewxd[10561]: yielding*
*Mar 22 19:22:13 rpi2 weewxd[10561]: LOOP:   2020-03-22 19:21:04 UTC 
(1584904864) altimeter: 30.3430608143, appTemp: 39.0065061611, barometer: 
30.3272971625, beaufort: 0, cloudbase: 2569.20041857, dateTime: 1584904864, 
dayRain: 0.0, dewpoint: 32.18, heatindex: 42.62, hourRain: 0.0, humidex: 
42.62, inDewpoint: 50.8556671112, inHumidity: 46, inTemp: 72.86, 
maxSolarRad: None, outHumidity: 67, outTemp: 42.62, pressure: 30.061527275, 
rain: 0.0, rainRate: 0, usUnits: 1, UV: 0, windchill: 42.62, windDir: 38, 
windGust: 0.186411820995, windSpeed: 0.186411820995*

And my messages gives:

*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Initializing weewx 
version 4.0.0b13*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO __main__: Using Python 2.7.16 
(default, Oct 10 2019, 22:02:15) #012[GCC 8.3.0]*
*Mar 22 19:20:58 rpi2 weewx[10561] INFO 

[weewx-user] Re: Youshiko YC9388 Weather station

2020-03-22 Thread Janne Prokkola
hi Bob

when I download the driver from GiHub


2) download the driver

wget -O weewx-ws6in1.zip 
https://github.com/bobatchley/weewx-ws6in1/archive/master.zip
---
my Linux convert the name to "... -master.zip" 

To clarify, I installed the crcmod, not the python-pip with synaptic.

I also have about 8 years data saved from another wstation. This station will 
be installed to our summer cottage, and it is offgrid sometimes. So, I'd like 
to import history data from both sources. Today I have tried to find reasonable 
workaround with wee_import from csv-file without any success. I get some stupid 
error messages. 

regards
Janne


sunnuntai 22. maaliskuuta 2020 13.35.25 UTC+2 Bob Atchley kirjoitti:
>
> Hi Janne,
>
> So pleased its working!!  Thanks for the remarks, I've added a note in the 
> readme.txt about installing python-pip/python3-pip.  The driver really is 
> weewx-ws6in1.zip you must have renamed it somehow when you downloaded it (?)
>
> The history is an interesting question.  I bought my station and 
> physically installed it in early January so I have over 2 months of data 
> available (though recorded at 30 minute intervals) before I got the weewx 
> driver working.
> I can produce a function that downloads the history, but I'm not sure 
> about the mechanism to get this into the weewx database and processed (and 
> in fact I have 16 years worth of ws2300 data in a non-weewx database that 
> it would be nice to import to have it all in one place)
>
> Regards
>
> Bob
>
>

-- 
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/05a27b60-cbe6-4009-9fce-195cbfb6cecb%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Pat
Yes, place it under the section you have defined for 
highcharts_homepage_graphgroup 


On Sunday, March 22, 2020 at 1:36:18 PM UTC-4, Meteo Oberwallis wrote:
>
> Ok thanks.
>
> Can I install the current graphics on the Belchertown homepage? What code? I 
> have to replace the [day]? Or how does it work?
>
> thanks
>
>
> Am Sonntag, 22. März 2020 18:15:19 UTC+1 schrieb Pat:
>>
>> This is exactly how I have it in my graphs.conf. Which is the same as the 
>> wiki and the example.
>>
>> [day]
>> title = Today since Midnight
>> show_button = true
>> button_text = Today
>> time_length = today
>> gapsize = 30
>>
>>
>> [[avgclimatethisyear]]
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> xAxis_groupby = month
>> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>> [[[outTemp]]]
>> zIndex = 2
>> name = Max Temperature
>> color = red
>> [[[outTemp_min]]]
>> name = Min Temperature
>> observation_type = outTemp
>> aggregate_type = min
>> zIndex = 2
>> [[[rainTotal]]]
>> name = Rain Total
>> type = column
>> yAxis = 1
>> zIndex = 0
>> color = "#268bd2"
>>
>>
>>
>> On Sunday, March 22, 2020 at 1:12:43 PM UTC-4, Meteo Oberwallis wrote:
>>>
>>> Hello
>>>
>>> It should appear that way
>>>
>>>
>>> Am Sonntag, 22. März 2020 18:08:26 UTC+1 schrieb p q:

 The problem with your graph isn't obvious to me. What's wrong with it?

 On Sun, Mar 22, 2020 at 9:57 AM Meteo Oberwallis  
 wrote:

> Hello everybody.
>
> Can someone please help me with this problem? Why is this graphic not 
> displayed correctly?
>
> Thanks for Help
>
>
>
> Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>>
>> Hello Pat.
>>
>> I have this in my Code under the Option [day]:
>>
>> [[avgclimatethisyear]] 
>>
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> xAxis_groupby = month
>> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>> [[[outTemp]]]
>> zIndex = 2
>> name = Max Temperature
>> color = red
>> [[[outTemp_min]]]
>> name = Min Temperature
>> observation_type = outTemp
>> aggregate_type = min
>> zIndex = 2
>> [[[rainTotal]]]
>> name = Rain Total
>> type = column
>> yAxis = 1
>> zIndex = 0
>> color = "#268bd2"
>>
>> This is the result:
>>
>> [image: Unbenannt.JPG]
>>
>> Its not right? Who is my Problem? Can i more this graphs from Year 
>> 2019, 2018 etc. under this graphs?
>>
>>
>> Thanks for Help
>>
>>
>>
>> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>>>
>>> Examples like this and many others are in the Belchertown Charts 
>>> Wiki 
>>> .
>>>  
>>> Just go to the Examples section. 
>>>
>>> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis 
>>> wrote:

 Hi there.
 I have seen this page and I like it very much. Now I wanted to ask how 
 to create this page "Climate" so that I can display all past years 
 there.
 Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur 
 eine Grafik angezeigt.



 Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:
>
> Belchertown skin 1.0 is released!
>
> This update contains a lot of updates and changes including *an 
> entire rewrite of the Highcharts system* which allows you to make 
> almost any graph you want for almost any time span you want. You can 
> see 
> some examples of the charts you can make on the 
> BelchertownWeather.com 
> website graphs page 
> .
>
> You can add/remove/change/reorder any chart, change colors, add 
> observation plots, categorize for all time. Almost anything you want 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Meteo Oberwallis
Ok thanks.

Can I install the current graphics on the Belchertown homepage? What code? I 
have to replace the [day]? Or how does it work?

thanks


Am Sonntag, 22. März 2020 18:15:19 UTC+1 schrieb Pat:
>
> This is exactly how I have it in my graphs.conf. Which is the same as the 
> wiki and the example.
>
> [day]
> title = Today since Midnight
> show_button = true
> button_text = Today
> time_length = today
> gapsize = 30
>
>
> [[avgclimatethisyear]]
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> xAxis_groupby = month
> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul'
> , 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
> [[[outTemp]]]
> zIndex = 2
> name = Max Temperature
> color = red
> [[[outTemp_min]]]
> name = Min Temperature
> observation_type = outTemp
> aggregate_type = min
> zIndex = 2
> [[[rainTotal]]]
> name = Rain Total
> type = column
> yAxis = 1
> zIndex = 0
> color = "#268bd2"
>
>
>
> On Sunday, March 22, 2020 at 1:12:43 PM UTC-4, Meteo Oberwallis wrote:
>>
>> Hello
>>
>> It should appear that way
>>
>>
>> Am Sonntag, 22. März 2020 18:08:26 UTC+1 schrieb p q:
>>>
>>> The problem with your graph isn't obvious to me. What's wrong with it?
>>>
>>> On Sun, Mar 22, 2020 at 9:57 AM Meteo Oberwallis  
>>> wrote:
>>>
 Hello everybody.

 Can someone please help me with this problem? Why is this graphic not 
 displayed correctly?

 Thanks for Help



 Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>
> Hello Pat.
>
> I have this in my Code under the Option [day]:
>
> [[avgclimatethisyear]] 
>
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> xAxis_groupby = month
> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
> [[[outTemp]]]
> zIndex = 2
> name = Max Temperature
> color = red
> [[[outTemp_min]]]
> name = Min Temperature
> observation_type = outTemp
> aggregate_type = min
> zIndex = 2
> [[[rainTotal]]]
> name = Rain Total
> type = column
> yAxis = 1
> zIndex = 0
> color = "#268bd2"
>
> This is the result:
>
> [image: Unbenannt.JPG]
>
> Its not right? Who is my Problem? Can i more this graphs from Year 
> 2019, 2018 etc. under this graphs?
>
>
> Thanks for Help
>
>
>
> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>>
>> Examples like this and many others are in the Belchertown Charts Wiki 
>> .
>>  
>> Just go to the Examples section. 
>>
>> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis wrote:
>>>
>>> Hi there.
>>> I have seen this page and I like it very much. Now I wanted to ask how 
>>> to create this page "Climate" so that I can display all past years 
>>> there.
>>> Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur 
>>> eine Grafik angezeigt.
>>>
>>>
>>>
>>> Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:

 Belchertown skin 1.0 is released!

 This update contains a lot of updates and changes including *an 
 entire rewrite of the Highcharts system* which allows you to make 
 almost any graph you want for almost any time span you want. You can 
 see 
 some examples of the charts you can make on the BelchertownWeather.com 
 website graphs page 
 .

 You can add/remove/change/reorder any chart, change colors, add 
 observation plots, categorize for all time. Almost anything you want 
 to do 
 is available! The skin comes with the standard 4 charts ready to go, 
 but 
 there's extensive Belchertown Charts Documentation 
 
  
 which can help you get started. 

 In addition to the Charts there's now a dark mode (which has an 
 auto-switching mode based on 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Pat
This is exactly how I have it in my graphs.conf. Which is the same as the 
wiki and the example.

[day]
title = Today since Midnight
show_button = true
button_text = Today
time_length = today
gapsize = 30


[[avgclimatethisyear]]
title = "Average Climatological Values for This Year"
type = spline
time_length = year
aggregate_type = max
aggregate_interval = 86400 # 1 day
gapsize = 8640
xAxis_groupby = month
xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
[[[outTemp]]]
zIndex = 2
name = Max Temperature
color = red
[[[outTemp_min]]]
name = Min Temperature
observation_type = outTemp
aggregate_type = min
zIndex = 2
[[[rainTotal]]]
name = Rain Total
type = column
yAxis = 1
zIndex = 0
color = "#268bd2"



On Sunday, March 22, 2020 at 1:12:43 PM UTC-4, Meteo Oberwallis wrote:
>
> Hello
>
> It should appear that way
>
>
> Am Sonntag, 22. März 2020 18:08:26 UTC+1 schrieb p q:
>>
>> The problem with your graph isn't obvious to me. What's wrong with it?
>>
>> On Sun, Mar 22, 2020 at 9:57 AM Meteo Oberwallis  
>> wrote:
>>
>>> Hello everybody.
>>>
>>> Can someone please help me with this problem? Why is this graphic not 
>>> displayed correctly?
>>>
>>> Thanks for Help
>>>
>>>
>>>
>>> Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:

 Hello Pat.

 I have this in my Code under the Option [day]:

 [[avgclimatethisyear]] 

 title = "Average Climatological Values for This Year"
 type = spline
 time_length = year
 aggregate_type = max
 aggregate_interval = 86400 # 1 day
 gapsize = 8640
 xAxis_groupby = month
 xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 [[[outTemp]]]
 zIndex = 2
 name = Max Temperature
 color = red
 [[[outTemp_min]]]
 name = Min Temperature
 observation_type = outTemp
 aggregate_type = min
 zIndex = 2
 [[[rainTotal]]]
 name = Rain Total
 type = column
 yAxis = 1
 zIndex = 0
 color = "#268bd2"

 This is the result:

 [image: Unbenannt.JPG]

 Its not right? Who is my Problem? Can i more this graphs from Year 
 2019, 2018 etc. under this graphs?


 Thanks for Help



 Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>
> Examples like this and many others are in the Belchertown Charts Wiki 
> .
>  
> Just go to the Examples section. 
>
> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis wrote:
>>
>> Hi there.
>> I have seen this page and I like it very much. Now I wanted to ask how 
>> to create this page "Climate" so that I can display all past years there.
>> Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur 
>> eine Grafik angezeigt.
>>
>>
>>
>> Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:
>>>
>>> Belchertown skin 1.0 is released!
>>>
>>> This update contains a lot of updates and changes including *an 
>>> entire rewrite of the Highcharts system* which allows you to make 
>>> almost any graph you want for almost any time span you want. You can 
>>> see 
>>> some examples of the charts you can make on the BelchertownWeather.com 
>>> website graphs page 
>>> .
>>>
>>> You can add/remove/change/reorder any chart, change colors, add 
>>> observation plots, categorize for all time. Almost anything you want to 
>>> do 
>>> is available! The skin comes with the standard 4 charts ready to go, 
>>> but 
>>> there's extensive Belchertown Charts Documentation 
>>> 
>>>  
>>> which can help you get started. 
>>>
>>> In addition to the Charts there's now a dark mode (which has an 
>>> auto-switching mode based on sunset/sunrise), more flexibility for 
>>> translations, user customized station observation table which is 
>>> updated in 
>>> real time if the MQTT Websockets are enabled, and a lot more. Check the 
>>> release notes for all the details! 
>>>
>>> You can download the latest release here 
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Meteo Oberwallis
Hello

It should appear that way


Am Sonntag, 22. März 2020 18:08:26 UTC+1 schrieb p q:
>
> The problem with your graph isn't obvious to me. What's wrong with it?
>
> On Sun, Mar 22, 2020 at 9:57 AM Meteo Oberwallis  > wrote:
>
>> Hello everybody.
>>
>> Can someone please help me with this problem? Why is this graphic not 
>> displayed correctly?
>>
>> Thanks for Help
>>
>>
>>
>> Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>>>
>>> Hello Pat.
>>>
>>> I have this in my Code under the Option [day]:
>>>
>>> [[avgclimatethisyear]] 
>>>
>>> title = "Average Climatological Values for This Year"
>>> type = spline
>>> time_length = year
>>> aggregate_type = max
>>> aggregate_interval = 86400 # 1 day
>>> gapsize = 8640
>>> xAxis_groupby = month
>>> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
>>> 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>> [[[outTemp]]]
>>> zIndex = 2
>>> name = Max Temperature
>>> color = red
>>> [[[outTemp_min]]]
>>> name = Min Temperature
>>> observation_type = outTemp
>>> aggregate_type = min
>>> zIndex = 2
>>> [[[rainTotal]]]
>>> name = Rain Total
>>> type = column
>>> yAxis = 1
>>> zIndex = 0
>>> color = "#268bd2"
>>>
>>> This is the result:
>>>
>>> [image: Unbenannt.JPG]
>>>
>>> Its not right? Who is my Problem? Can i more this graphs from Year 2019, 
>>> 2018 etc. under this graphs?
>>>
>>>
>>> Thanks for Help
>>>
>>>
>>>
>>> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:

 Examples like this and many others are in the Belchertown Charts Wiki 
 .
  
 Just go to the Examples section. 

 On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis wrote:
>
> Hi there.
> I have seen this page and I like it very much. Now I wanted to ask how to 
> create this page "Climate" so that I can display all past years there.
> Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur 
> eine Grafik angezeigt.
>
>
>
> Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:
>>
>> Belchertown skin 1.0 is released!
>>
>> This update contains a lot of updates and changes including *an 
>> entire rewrite of the Highcharts system* which allows you to make 
>> almost any graph you want for almost any time span you want. You can see 
>> some examples of the charts you can make on the BelchertownWeather.com 
>> website graphs page 
>> .
>>
>> You can add/remove/change/reorder any chart, change colors, add 
>> observation plots, categorize for all time. Almost anything you want to 
>> do 
>> is available! The skin comes with the standard 4 charts ready to go, but 
>> there's extensive Belchertown Charts Documentation 
>> 
>>  
>> which can help you get started. 
>>
>> In addition to the Charts there's now a dark mode (which has an 
>> auto-switching mode based on sunset/sunrise), more flexibility for 
>> translations, user customized station observation table which is updated 
>> in 
>> real time if the MQTT Websockets are enabled, and a lot more. Check the 
>> release notes for all the details! 
>>
>> You can download the latest release here 
>> ,
>>  
>> and read all of the details on the changes here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
>> uninstall everything and reinstall new. This is due to the Chart system 
>> being fully rewritten and the potential for conflicts. Please read 
>> this upgrade guide if you are upgrading from an older version of 
>> Belchertown skin 
>> 
>> . 
>>
>> Thanks to all the beta testers and translators over the last couple 
>> of months help me iron out all the kinks and shape the skin in a way 
>> that 
>> can be translated a little easier! 
>>
>> Attached are some examples of the charts that can be made. If you 
>> find any issues, you can reply here or open an issue on the 
>> Belchertown skin GitHub page 
>> . 
>>
> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop 

[weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Pat
I'm not sure what's wrong with this? You don't have much details here to 
help..

If you want to graph rain for a specific year, you need the year_specific 
option 

. 

Here's how it's used in an example 

. 

The charts wiki 

 
should have everything you need. 

On Sunday, March 22, 2020 at 12:57:41 PM UTC-4, Meteo Oberwallis wrote:
>
> Hello everybody.
>
> Can someone please help me with this problem? Why is this graphic not 
> displayed correctly?
>
> Thanks for Help
>
>
>
> Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>>
>> Hello Pat.
>>
>> I have this in my Code under the Option [day]:
>>
>> [[avgclimatethisyear]] 
>>
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> xAxis_groupby = month
>> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
>> 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>> [[[outTemp]]]
>> zIndex = 2
>> name = Max Temperature
>> color = red
>> [[[outTemp_min]]]
>> name = Min Temperature
>> observation_type = outTemp
>> aggregate_type = min
>> zIndex = 2
>> [[[rainTotal]]]
>> name = Rain Total
>> type = column
>> yAxis = 1
>> zIndex = 0
>> color = "#268bd2"
>>
>> This is the result:
>>
>> [image: Unbenannt.JPG]
>>
>> Its not right? Who is my Problem? Can i more this graphs from Year 2019, 
>> 2018 etc. under this graphs?
>>
>>
>> Thanks for Help
>>
>>
>>
>> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>>>
>>> Examples like this and many others are in the Belchertown Charts Wiki 
>>> .
>>>  
>>> Just go to the Examples section. 
>>>
>>> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis wrote:

 Hi there.
 I have seen this page and I like it very much. Now I wanted to ask how to 
 create this page "Climate" so that I can display all past years there.
 Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur eine 
 Grafik angezeigt.



 Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:
>
> Belchertown skin 1.0 is released!
>
> This update contains a lot of updates and changes including *an 
> entire rewrite of the Highcharts system* which allows you to make 
> almost any graph you want for almost any time span you want. You can see 
> some examples of the charts you can make on the BelchertownWeather.com 
> website graphs page 
> .
>
> You can add/remove/change/reorder any chart, change colors, add 
> observation plots, categorize for all time. Almost anything you want to 
> do 
> is available! The skin comes with the standard 4 charts ready to go, but 
> there's extensive Belchertown Charts Documentation 
> 
>  
> which can help you get started. 
>
> In addition to the Charts there's now a dark mode (which has an 
> auto-switching mode based on sunset/sunrise), more flexibility for 
> translations, user customized station observation table which is updated 
> in 
> real time if the MQTT Websockets are enabled, and a lot more. Check the 
> release notes for all the details! 
>
> You can download the latest release here 
> ,
>  
> and read all of the details on the changes here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
> uninstall everything and reinstall new. This is due to the Chart system 
> being fully rewritten and the potential for conflicts. Please read 
> this upgrade guide if you are upgrading from an older version of 
> Belchertown skin 
> 
> . 
>
> Thanks to all the beta testers and translators over the last couple of 
> months help me iron out all the kinks and shape the skin in a way that 
> can 
> be translated a little easier! 
>
> Attached are some examples of the charts that can be made. If you find 
> any issues, you 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread p q
The problem with your graph isn't obvious to me. What's wrong with it?

On Sun, Mar 22, 2020 at 9:57 AM Meteo Oberwallis 
wrote:

> Hello everybody.
>
> Can someone please help me with this problem? Why is this graphic not 
> displayed correctly?
>
> Thanks for Help
>
>
>
> Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>>
>> Hello Pat.
>>
>> I have this in my Code under the Option [day]:
>>
>> [[avgclimatethisyear]]
>>
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> xAxis_groupby = month
>> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
>> 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>> [[[outTemp]]]
>> zIndex = 2
>> name = Max Temperature
>> color = red
>> [[[outTemp_min]]]
>> name = Min Temperature
>> observation_type = outTemp
>> aggregate_type = min
>> zIndex = 2
>> [[[rainTotal]]]
>> name = Rain Total
>> type = column
>> yAxis = 1
>> zIndex = 0
>> color = "#268bd2"
>>
>> This is the result:
>>
>> [image: Unbenannt.JPG]
>>
>> Its not right? Who is my Problem? Can i more this graphs from Year 2019,
>> 2018 etc. under this graphs?
>>
>>
>> Thanks for Help
>>
>>
>>
>> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>>>
>>> Examples like this and many others are in the Belchertown Charts Wiki
>>> .
>>> Just go to the Examples section.
>>>
>>> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis wrote:

 Hi there.
 I have seen this page and I like it very much. Now I wanted to ask how to 
 create this page "Climate" so that I can display all past years there.
 Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur eine 
 Grafik angezeigt.



 Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:
>
> Belchertown skin 1.0 is released!
>
> This update contains a lot of updates and changes including *an
> entire rewrite of the Highcharts system* which allows you to make
> almost any graph you want for almost any time span you want. You can see
> some examples of the charts you can make on the BelchertownWeather.com
> website graphs page 
> .
>
> You can add/remove/change/reorder any chart, change colors, add
> observation plots, categorize for all time. Almost anything you want to do
> is available! The skin comes with the standard 4 charts ready to go, but
> there's extensive Belchertown Charts Documentation
> 
> which can help you get started.
>
> In addition to the Charts there's now a dark mode (which has an
> auto-switching mode based on sunset/sunrise), more flexibility for
> translations, user customized station observation table which is updated 
> in
> real time if the MQTT Websockets are enabled, and a lot more. Check the
> release notes for all the details!
>
> You can download the latest release here
> ,
> and read all of the details on the changes here:
> https://github.com/poblabs/weewx-belchertown/releases
>
> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must
> uninstall everything and reinstall new. This is due to the Chart system
> being fully rewritten and the potential for conflicts. Please read
> this upgrade guide if you are upgrading from an older version of
> Belchertown skin
> 
> .
>
> Thanks to all the beta testers and translators over the last couple of
> months help me iron out all the kinks and shape the skin in a way that can
> be translated a little easier!
>
> Attached are some examples of the charts that can be made. If you find
> any issues, you can reply here or open an issue on the Belchertown
> skin GitHub page .
>
 --
> 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/c2496443-c2c4-447a-8c24-e9384874547e%40googlegroups.com
> 

[weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Meteo Oberwallis


Hello everybody.

Can someone please help me with this problem? Why is this graphic not displayed 
correctly?

Thanks for Help



Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>
> Hello Pat.
>
> I have this in my Code under the Option [day]:
>
> [[avgclimatethisyear]] 
>
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> xAxis_groupby = month
> xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
> 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
> [[[outTemp]]]
> zIndex = 2
> name = Max Temperature
> color = red
> [[[outTemp_min]]]
> name = Min Temperature
> observation_type = outTemp
> aggregate_type = min
> zIndex = 2
> [[[rainTotal]]]
> name = Rain Total
> type = column
> yAxis = 1
> zIndex = 0
> color = "#268bd2"
>
> This is the result:
>
> [image: Unbenannt.JPG]
>
> Its not right? Who is my Problem? Can i more this graphs from Year 2019, 
> 2018 etc. under this graphs?
>
>
> Thanks for Help
>
>
>
> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>>
>> Examples like this and many others are in the Belchertown Charts Wiki 
>> .
>>  
>> Just go to the Examples section. 
>>
>> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis wrote:
>>>
>>> Hi there.
>>> I have seen this page and I like it very much. Now I wanted to ask how to 
>>> create this page "Climate" so that I can display all past years there.
>>> Ich habe bereits schon eine "Climate" Seite, dort wird aber immer nur eine 
>>> Grafik angezeigt.
>>>
>>>
>>>
>>> Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:

 Belchertown skin 1.0 is released!

 This update contains a lot of updates and changes including *an entire 
 rewrite of the Highcharts system* which allows you to make almost any 
 graph you want for almost any time span you want. You can see some 
 examples 
 of the charts you can make on the BelchertownWeather.com website 
 graphs page .

 You can add/remove/change/reorder any chart, change colors, add 
 observation plots, categorize for all time. Almost anything you want to do 
 is available! The skin comes with the standard 4 charts ready to go, but 
 there's extensive Belchertown Charts Documentation 
 
  
 which can help you get started. 

 In addition to the Charts there's now a dark mode (which has an 
 auto-switching mode based on sunset/sunrise), more flexibility for 
 translations, user customized station observation table which is updated 
 in 
 real time if the MQTT Websockets are enabled, and a lot more. Check the 
 release notes for all the details! 

 You can download the latest release here 
 ,
  
 and read all of the details on the changes here: 
 https://github.com/poblabs/weewx-belchertown/releases

 *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
 uninstall everything and reinstall new. This is due to the Chart system 
 being fully rewritten and the potential for conflicts. Please read 
 this upgrade guide if you are upgrading from an older version of 
 Belchertown skin 
 
 . 

 Thanks to all the beta testers and translators over the last couple of 
 months help me iron out all the kinks and shape the skin in a way that can 
 be translated a little easier! 

 Attached are some examples of the charts that can be made. If you find 
 any issues, you can reply here or open an issue on the Belchertown 
 skin GitHub page . 

>>>

-- 
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/c2496443-c2c4-447a-8c24-e9384874547e%40googlegroups.com.


[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-22 Thread Vladimír Skoták
Hi Bob,

thanks a lot for help, unfortunatelly this seems to become more and more 
above my skills...I opened the log file after starting the weewx, I can see 
there that the USB device was connected, but that is all..no further 
activity as far as I see. But as mentioned, the only logs I work with are 
those from some simple SAS programs and that is all, so most probably I am 
overlooking something important.

Where is the data stored, is it in /var/lib/weewx location in weewx.sdb 
file? If so, then the data are not flowing there.

Honestly I think here are more skilled people, you can help, so I would 
fully understand if you invest your time in those :-).

Vladimír Skoták


-- 
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/0303b89c-41b3-4160-9f3d-8545da06ed1c%40googlegroups.com.


[weewx-user] Re: 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-22 Thread Michael
python3-pil was already installed

pi@raspi02:~ $ sudo apt install python3-pil
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen Fertig
python3-pil ist schon die neueste Version (5.4.1-2+deb10u1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 4 nicht aktualisiert.

>

-- 
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/d31d54e0-5502-4c4d-8f49-54adc0126deb%40googlegroups.com.


[weewx-user] New to WeeWx and Raspberry pi (Want Saratoga scripts to work)

2020-03-22 Thread Thomas Aaseth
Hi,

At the moment, I run Weewx v.3.8.2 software with Bootstrap skin on my 
system. (WH-1080 weather station and a Raspberry PI 3B computer).  I really 
fancy the Bootstrap skin, but I want to include the Saratoga scripts 
 on my website 
 as well. 
As far as I understood, The best solution is to install weewx-WD extension 
of WeeWx.  
This installation is ok, but I don't understand how to get the 
dailynoaareport*.htm and climatedataout*.html files generated.

If someone knows what to do - please let me know :)







-- 
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/632ddd71-949d-4d39-a568-efdd26887e59%40googlegroups.com.


Re: [weewx-user] 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-22 Thread Thomas Keffer
You need to install either PIL or pillow.

*sudo apt install python3-pil*

-tk

On Sun, Mar 22, 2020 at 7:01 AM Michael  wrote:

> Hello,
>
> i'm trying to get a weewx 4.0.0b16 running in conjunction with python3
> installation.
>
> Unfortunately no diagrams are drawn in Skin Seasons.
>
> Enclosed is an extract from the log. I guess I made a mistake during the
> installation or forgot something. Only what...?
>
>
>
>
>
>
>
> Mar 22 14:46:24 raspi02 weewx[19089] DEBUG user.sdr: packet={'extraTemp1':
> 17.1, 'extraHumid1': 54.0, 'dateTime': 1584884781, 'usUnits': 16}
>
> Mar 22 14:46:25 raspi02 weewx[19089] INFO weewx.manager: Added record
> 2020-03-22 14:45:00 CET (1584884700) to database 'weewx_sdr2'
>
> Mar 22 14:46:25 raspi02 weewx[19089] INFO weewx.manager: Added record
> 2020-03-22 14:45:00 CET (1584884700) to daily summary in 'weewx_sdr2'
>
> Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.reportengine: Running
> reports for latest time in the database.
>
> Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.reportengine: Running
> report 'SeasonsReport'
>
> Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.reportengine: Found
> configuration file /home/weewx/skins/Seasons/skin.conf for report
> 'SeasonsReport'
>
> Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.cheetahgenerator: Using
> search list ['weewx.cheetahgenerator.Almanac',
> 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current',
> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo',
> 'weewx.cheetahgenerator.Extras']
>
> Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.manager: Daily summary
> version is 2.0
>
> Mar 22 14:46:27 raspi02 weewx[19089] INFO weewx.cheetahgenerator:
> Generated 8 files for report SeasonsReport in 2.21 seconds
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: Unable to
> instantiate generator 'weewx.imagegenerator.ImageGenerator'
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   No module named 'Image'
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   Traceback (most recent call last):
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> File "/home/weewx/bin/weeplot/genplot.py", line 15, in 
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   from PIL import Image, ImageDraw
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line
> 69, inMar 22 14:46:27 raspi02 weewx[19089] ERROR
> weewx.reportengine:   from . import _imaging as core
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   ImportError: libopenjp2.so.7: Kann die Shared-Object-Datei nicht
> öffnen: Datei oder Verzeichnis nicht gefunden
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> 
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   During handling of the above exception, another exception occurred:
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> 
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   Traceback (most recent call last):
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> File "/home/weewx/bin/weewx/reportengine.py", line 180, in run
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   obj = weeutil.weeutil.get_object(generator)(
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in
> get_object
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   mod = __import__(module)
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> File "/home/weewx/bin/weewx/imagegenerator.py", line 19, in
> 
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   import weeplot.genplot
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
> File "/home/weewx/bin/weeplot/genplot.py", line 17, in 
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   import Image, ImageDraw
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   ModuleNotFoundError: No module named 'Image'
>
> Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:
>   Generator ignored
>
> Mar 22 14:46:27 raspi02 weewx[19089] INFO weewx.reportengine: Copied 0
> files to /var/www/html/weewx-sdr2
>
> Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report
> 'SmartphoneReport' not enabled. Skipping.
>
> Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report
> 'MobileReport' not enabled. Skipping.
>
> Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report
> 'StandardReport' not enabled. Skipping.
>
> Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report
> 'FTP' not enabled. Skipping.
>
> Mar 22 14:46:27 

[weewx-user] 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-22 Thread Michael
 

Hello,

i'm trying to get a weewx 4.0.0b16 running in conjunction with python3 
installation.

Unfortunately no diagrams are drawn in Skin Seasons.

Enclosed is an extract from the log. I guess I made a mistake during the 
installation or forgot something. Only what...? 

 

 

 

Mar 22 14:46:24 raspi02 weewx[19089] DEBUG user.sdr: packet={'extraTemp1': 
17.1, 'extraHumid1': 54.0, 'dateTime': 1584884781, 'usUnits': 16}

Mar 22 14:46:25 raspi02 weewx[19089] INFO weewx.manager: Added record 
2020-03-22 14:45:00 CET (1584884700) to database 'weewx_sdr2'

Mar 22 14:46:25 raspi02 weewx[19089] INFO weewx.manager: Added record 
2020-03-22 14:45:00 CET (1584884700) to daily summary in 'weewx_sdr2'

Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.reportengine: Running 
reports for latest time in the database.

Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.reportengine: Running 
report 'SeasonsReport'

Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.reportengine: Found 
configuration file /home/weewx/skins/Seasons/skin.conf for report 
'SeasonsReport'

Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 
'weewx.cheetahgenerator.Extras']

Mar 22 14:46:25 raspi02 weewx[19089] DEBUG weewx.manager: Daily summary 
version is 2.0

Mar 22 14:46:27 raspi02 weewx[19089] INFO weewx.cheetahgenerator: Generated 
8 files for report SeasonsReport in 2.21 seconds

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: Unable to 
instantiate generator 'weewx.imagegenerator.ImageGenerator'

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
No module named 'Image'

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
Traceback (most recent call last):

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 
File "/home/weewx/bin/weeplot/genplot.py", line 15, in 

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:  
 
from PIL import Image, ImageDraw

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 
File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 69, in 
   Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
  
  from . import _imaging as core

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
ImportError: libopenjp2.so.7: Kann die Shared-Object-Datei nicht öffnen: 
Datei oder Verzeichnis nicht gefunden

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
During handling of the above exception, another exception occurred:

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
Traceback (most recent call last):

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 
File "/home/weewx/bin/weewx/reportengine.py", line 180, in run

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:  
 
obj = weeutil.weeutil.get_object(generator)(

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 
File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:  
 
mod = __import__(module)

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 
File "/home/weewx/bin/weewx/imagegenerator.py", line 19, in 

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:  
 
import weeplot.genplot

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine: 
File "/home/weewx/bin/weeplot/genplot.py", line 17, in 

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:  
 
import Image, ImageDraw

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
ModuleNotFoundError: No module named 'Image'

Mar 22 14:46:27 raspi02 weewx[19089] ERROR weewx.reportengine:   
Generator ignored

Mar 22 14:46:27 raspi02 weewx[19089] INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx-sdr2

Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.

Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.

Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report 
'StandardReport' not enabled. Skipping.

Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report 'FTP' 
not enabled. Skipping.

Mar 22 14:46:27 raspi02 weewx[19089] DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.

Mar 22 14:46:28 raspi02 weewx[19089] DEBUG 

[weewx-user] Re: WeeWX Docker Image for Synology.

2020-03-22 Thread Tom Mitchell
I use and maintain this one: 
https://hub.docker.com/repository/docker/mitct02/weewx

I don't know if anyone else uses it, but I am happy to help anyone out or 
make it more generally useful.

I hope this helps.

On Saturday, March 21, 2020 at 3:22:30 PM UTC-4, Mark Stanchin wrote:
>
> Hi Group, I'm looking for a working recent WeeWX Docker Image to run my 
> synology NAS. I'm currently running the latest ver of WeeWx on a Pi4 and 
> Importing the data from my Davis VP2 using the IP Data Logger. I am 
> uploading to my own Web Site. I have been having issues with data from the 
> Davis stopping and the database being corrupted and having to be reset. I 
> also had the Flash Mem card go bad once soo I was thinking of adding a SSD 
> to the PI4 or the Docker on My NAS as a solution. Please any thoughts would 
> be appreciated! Thanks, Mark
>

-- 
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/df788712-2700-4008-a918-cd2828029ff5%40googlegroups.com.


[weewx-user] Re: Youshiko YC9388 Weather station

2020-03-22 Thread Bob Atchley
Hi Janne,

So pleased its working!!  Thanks for the remarks, I've added a note in the 
readme.txt about installing python-pip/python3-pip.  The driver really is 
weewx-ws6in1.zip you must have renamed it somehow when you downloaded it (?)

The history is an interesting question.  I bought my station and physically 
installed it in early January so I have over 2 months of data available 
(though recorded at 30 minute intervals) before I got the weewx driver 
working.
I can produce a function that downloads the history, but I'm not sure about 
the mechanism to get this into the weewx database and processed (and in 
fact I have 16 years worth of ws2300 data in a non-weewx database that it 
would be nice to import to have it all in one place)

Regards

Bob

-- 
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/82507c2a-ae8d-4684-b389-2b5be0f2c019%40googlegroups.com.


[weewx-user] Re: Youshiko YC9388 Weather station

2020-03-22 Thread Janne Prokkola
Hi Bob
great news.

I downloaded your driver. Now I have a connection between Ventus and weewx! 
I have just tested it and it really works. Now I start to learn the weewx. 
Ie. I wonder if its possibel to download history data from ws.

Few minor remarks on you readme.txt.

1)
I run weewx on linux mint. I couldn't run "pip install crcmod". I installed 
it with synaptic packet installer. 

2)

wee_extension --install weewx-ws6in1.zip

The driver is weewx-ws6ini-master.zip.

Thanx again
Janne!

sunnuntai 15. maaliskuuta 2020 18.46.05 UTC+2 Bob Atchley kirjoitti:
>
> Hi Janne,
>
> I have uploaded the new driver for the 6 in 1 weather stations with PC 
> connected consoles:
>
> Youshiko YC9388
>
> Bresser PC 6 in 1
>
> Garni 935PC
>
> Ventus W835
>
> If you go to the weewx wiki  and 
> search for the ws6in1 driver and follow the link hopefully the readme.txt 
> will give you enough information to get going.
> I have over a weeks data and had no issues so far.
> I'm afraid this very much a beta release.  Please feedback any issues.
> I should probably add that all my testing has been with weewx 4.0.0b13, 
> but I have no reason to think it won't work with weewx version 3.9.2
>
> Regards Bob
>

-- 
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/441ed341-edee-4d7f-a6d4-193acc56be98%40googlegroups.com.


[weewx-user] Re: WeeWX Docker Image for Synology.

2020-03-22 Thread Ville Helander
Mostly issues with Pi is related to bad quality memory card or bad power 
supply. 
I don’t know about dockers on Synology, but if your Synology unit supports 
virtual machines, you can put there a simply low power Debian virtual 
machine and run WeeWX there.
Here was someone’s post about weewx, can’t remember who hi was, search 
weewx from https://hub.docker.com.

-Ville-


lauantai 21. maaliskuuta 2020 21.22.30 UTC+2 Mark Stanchin kirjoitti:
>
> Hi Group, I'm looking for a working recent WeeWX Docker Image to run my 
> synology NAS. I'm currently running the latest ver of WeeWx on a Pi4 and 
> Importing the data from my Davis VP2 using the IP Data Logger. I am 
> uploading to my own Web Site. I have been having issues with data from the 
> Davis stopping and the database being corrupted and having to be reset. I 
> also had the Flash Mem card go bad once soo I was thinking of adding a SSD 
> to the PI4 or the Docker on My NAS as a solution. Please any thoughts would 
> be appreciated! Thanks, Mark
>

-- 
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/bf9cea5d-b64e-4a59-8aab-5449aca7ab07%40googlegroups.com.